首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏python3

    snmp discovery with

     snmp discovery with python #!

    1.4K10发布于 2020-01-08
  • 来自专栏thinky

    Service Discovery In Kubernetes

    什么是Service Discovery Service Discovery指自动发现设备或在网络中的服务,例如蓝牙设备搜索,DNS服务发现,微服务注册发现等 Service Discovery的作用 减少用户或管理员的配置工作 支持服务动态扩展 提升系统可用性,快速屏蔽出错的服务实现方式Server-side Discovery Pattern 实现方式 Server-side Discovery 的负复杂度 client需要实现负载均衡相关的算法,对client具有侵入性,尤其是考虑client可能是由多种语言实现时,则需要每种语言都实现一次 DNS-SD(DNS-Based Service Discovery DNS进行了缓存,在首次查询后,之后就不会进行更新了 即使应用完全遵循了DNS的标准,而由于服务发现需要的低延迟特性,DNS的需要接近0 TTL,这可能会给DNS服务器带来很高的负载 Service Discovery 参阅 What is Service Discovery, wiki What is Service Load balancing, wiki Kubernetes Service Ribbon discovery

    1.1K20编辑于 2022-03-30
  • 来自专栏大内老A

    WCF-Discovery的协议基础:WS-Discovery

    关键一点的事,服务发现并不是微软在.NET平台下的闭门造车,而是基于一个开放的标准,即我们接下来着重介绍的WS-Discovery。 也就是说,如果JAVA平台的Web服务也是基于相同的WS-Discovery标准,那么它们也可以被WCF客户端“发现”。 一、WS-Discovery WS-Discovery(全称为Web Services Dynamic Discovery),是由我们在本书中频繁提到的是由结构化信息标准促进组织(OASIS:Organization WS-Discovery 1.0第一个正式的版本发布于2005年4月,在2009年7月份OASIS发布了WS-Discovery 1.1,到目前来看这是最新的版本。 在Managed模式下,一个维护所有可用目标服务的中心发现代理(Discovery Proxy)被建立起来,客户端只需要将探测消息发送到该发现代理就可以得到相应的目标服务信息。

    1K60发布于 2018-02-07
  • 来自专栏后端云

    client-go 源码分析(2) - discovery模块:discovery cache

    代码示例如下: type CachedDiscoveryClient struct { delegate discovery.DiscoveryInterface // cacheDirectory is the directory where discovery docs are held. = nil { klog.V(3).Infof("skipped caching discovery info due to %v", err) return liveResources, err 该方法的代码分析参考 client-go 源码分析(1) - discovery模块:discoveryclient获取所有的gv和gvr 用下面的构造方法构造CachedDiscoveryClient 结构体的时候,将属性delegate赋值给实现了接口的discovery.DiscoveryInterface的DiscoveryClient结构体即可实现上面的多态或者形象说是委托行为。

    53920编辑于 2023-02-10
  • 来自专栏cuijianzhe

    Zabbix For Nvidia Gpu Discovery

    自动发现规则 创建模板 老生常谈,创建模版,模板名为“NVidia Gpu Sensors Discovery” , 然后创建应用集,自动发现规则; 名称:自定义,我们设置 discover gpu zabbix 客户端(主动式),PS:“became not supported: Timeout while executing a shell script.”此报错怀疑是服务端主动采集造成 键值:gpu.discovery GPU 指标参数 触发器创建 GPU 服务器配置 创建自动发现脚本 root@ucloud-wlcb-gpu-022:~# cat /etc/zabbix/externalscripts/gpu_discovery.sh "\n\t]\n" printf "}\n" 脚本执行输出如下: root@ucloud-wlcb-gpu-022:~# bash /etc/zabbix/externalscripts/gpu_discovery.sh ,/etc/zabbix/externalscripts/gpu_discovery.sh UserParameter=gpu.name[*],nvidia-smi -i $1 --query-gpu=

    1.3K30编辑于 2023-10-18
  • 来自专栏别先生

    the default discovery settings are unsuitable for production use; at least one of [discovery.seed_ho

    settings are unsuitable for production use; at least one of [discovery.seed_hosts, discovery.seed_providers 、discovery.seed_providers、cluster.initial_master_nodes中的一个参数,解释,如下所示: 1 discovery.seed_hosts: 集群主机列表 2 discovery.seed_providers: 基于配置文件配置集群主机列表 3 cluster.initial_master_nodes: 启动时初始化的参与选主的node,生产环境必填    具体,配置,如下所示: 1 # --------------------------------- Discovery ---------------------------------- 2 # of hosts is ["127.0.0.1", "[::1]"] 5 # 6 #discovery.seed_hosts: ["host1", "host2"] 7 discovery.seed_hosts

    1.7K30发布于 2021-08-19
  • 来自专栏ACM小冰成长之路

    HDU-5982-Relic Discovery

    ACM模版 描述 题解 相乘求和,签到题。 代码 #include <iostream> using namespace std; int n; int main() { int T;

    57260发布于 2018-01-09
  • 来自专栏Java Tale

    Nacos Discovery--服务治理

    <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery EnableDiscoveryClient public class ProductApplication 在application.yml中添加nacos服务的地址 spring: cloud: nacos: discovery <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery EnableDiscoveryClient public class OrderApplication 在application.yml中添加nacos服务的地址 spring: cloud: nacos: discovery

    1.4K20发布于 2021-02-01
  • 来自专栏SpringBoot+MyBatis前端

    Nacos Discovery--服务治理

    dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery application.yml中添加nacos服务的地址 spring: application:   name: shop-product cloud:   nacos:     discovery dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery 在application.yml中添加nacos服务的地址 spring: application:   name: shop-order cloud:   nacos:     discovery

    1.5K30编辑于 2022-11-22
  • 来自专栏CreateAMind

    Dynamics-Aware Unsupervised Discovery of Skills 笔记

    关键词:model-base、 model-free、 entropy 、mutual-info、 abstract 、skill-action、 goal-condition、 info-bottleneck、complex dynamics , behaviors dynamics , planet升级版 、diverse task、泛化、discover skill、predict , unsupervised, DADS, behaviors, zero-shaot planning , latent space, exploration curiosity, hierarchical , probabilistic graphical model

    87740发布于 2019-07-30
  • 来自专栏绿盟科技研究通讯

    WS-Discovery反射攻击深度分析

    执行摘要 WS-Discovery(WSD)因可被用于DDoS反射攻击而逐渐引起人们的关注。本文对WSD进行了简单介绍,之后,分别从互联网暴露情况和蜜罐捕获的威胁两个角度进行了分析。 一、WSD简介 WS-Discovery(Web Services Dynamic Discovery,WSD)是一种局域网内的服务发现多播协议,但是因为设备厂商的设计不当,当一个正常的IP地址发送服务发现报文时 Jetadmin – Ports, https://support.hp.com/lv-en/document/c05996543, 2019/9/19 [6].Web Services Dynamic Discovery (WSDiscovery), http://specs.xmlsoap.org/ws/2005/04/discovery/ws-discovery.pdf, 2019/9/19 [7].WS-DISCOVERY us-west-2.amazonaws.com/collateral/A10-MS-23239-EN.pdf, 2019/9/19 [8].New DDoS Attack-Vector via WS-Discovery

    2.1K30发布于 2019-12-11
  • 来自专栏码匠的流水账

    聊聊spring-cloud-kubernetes-client-discovery

    序 本文主要研究一下spring-cloud-kubernetes-client-discovery DiscoveryClient org/springframework/cloud/client/discovery DiscoveryClient.java public interface DiscoveryClient extends Ordered { /** * Default order of the discovery /src/main/java/org/springframework/cloud/kubernetes/client/discovery/KubernetesInformerDiscoveryClient.java 的KubernetesInformerDiscoveryClient实现了DiscoveryClient接口;其description方法返回的是Kubernetes Client Discovery, 的KubernetesInformerDiscoveryClient实现了DiscoveryClient接口;其description方法返回的是Kubernetes Client Discovery

    22810编辑于 2024-03-02
  • 来自专栏johnhuster

    spring-cloud集成nacos Discovery

    /blog.csdn.net/john1337/article/details/98626255这篇文章,本文就不再赘述nacos服务的搭建过程,直接进入nacos客户端的配置: 1.引入nacos discovery groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery 2.引入配置: spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848 参考文章:https://github.com/alibaba/spring-cloud-alibaba /wiki/Nacos-discovery

    48530编辑于 2022-03-28
  • 来自专栏全栈程序员必看

    Web Proxy Auto-Discovery Service

    WinHTTP Web Proxy Auto-Discovery Service 服务处于 正在运行 状态。 但是有一天早上来发现全部电脑都无法上网。PING ISA都不通。重新启动后正常。 The WinHTTP Web Proxy Auto-Discovery Service has been idle for 15 minutes, it will be shut down. 2。 The WinHTTP Web Proxy Auto-Discovery Service suspended operation. 3。 WinHTTP Web Proxy Auto-Discovery Service 服务处于 停止 状态。 搜索后可知,有二个可能出现这个问题: 1.黑客是利用服务器的“WinHTTP Web Proxy Auto-Discovery Service 服务”进行攻击。

    2.5K20编辑于 2022-06-24
  • 来自专栏芯智讯

    Discovery携手MediaTek探索极感影像!

    2022年9月21日,Discovery携手MediaTek(联发科)共同发布《Chasing Incredibles 极感影像合作计划-探索跃至不凡》节目,该节目讲述了创新影像科技为创作者带来全新力量的故事 2021年底,Discovery与MediaTek正式宣布双方携手跨界合作,共同拍摄并制作《Chasing Incredibles 极感影像合作计划-探索跃至不凡》节目。 作为全球IP内容与纪实娱乐领导品牌,无论是在内容开发,还是在影像创作上,Discovery始终致力于打造更多元丰富、国际化、至高品质的作品。 本次Discovery与MediaTek的合作,希望与消费者分享在当今科技发展趋势下,日新月异的技术已为影像时代的创作带来全新机遇。 Discovery擅长用镜头讲故事,在双方的合作中,制作人和导演们以专业、丰富,甚至严苛的创作方式考验了天玑芯片的影像能力。

    66120编辑于 2022-10-05
  • 来自专栏码匠的流水账

    聊聊spring-cloud-kubernetes-client-discovery

    序 本文主要研究一下spring-cloud-kubernetes-client-discovery DiscoveryClient org/springframework/cloud/client/discovery DiscoveryClient.java public interface DiscoveryClient extends Ordered { /** * Default order of the discovery /src/main/java/org/springframework/cloud/kubernetes/client/discovery/KubernetesInformerDiscoveryClient.java 的KubernetesInformerDiscoveryClient实现了DiscoveryClient接口;其description方法返回的是Kubernetes Client Discovery, 的KubernetesInformerDiscoveryClient实现了DiscoveryClient接口;其description方法返回的是Kubernetes Client Discovery

    28710编辑于 2024-02-23
  • 来自专栏量子化学

    使用Discovery Studio执行分子对接LibDock

    结果文件默认保存在:文档 → discovery studio。 结果文件默认保存在:文档 → discovery studio。 ? ? A.

    14.6K51发布于 2020-07-27
  • 来自专栏CreateAMind

    paper:Multi-Level Discovery of Deep Options

    Multi-Level Discovery of Deep Options Abstract Augmenting an agent’s control with useful higher-level While recent work has proposed several techniques for automated option discovery, they do not scale to We present Discovery of Deep Options (DDO), a policy-gradient algorithm that discovers parametrized options DDCO: Discovery of Deep Continuous Options for Robot Learning from Demonstrations Sanjay Krishnan, Roy In prior work, we proposed an algorithm called Deep Discovery of Options (DDO) to discover options to

    51310发布于 2018-07-20
  • 来自专栏技术进阶之路

    Eureka 的服务发现 Discovery 简单配置

    SpringApplication.run(PaymentMain8001.class, args); } } 在控制器中,我们首先要注入 org.springframework.cloud.client.discovery DiscoveryClient 实体类: @Resource private DiscoveryClient discoveryClient; 然后写一个接口: @GetMapping(value = "/payment/discovery ") public Object discovery() { List<String> services = discoveryClient.getServices(); for (String

    79630发布于 2020-09-28
  • 来自专栏自动化测试工具

    SpringCloud02Nacos Discovery--服务治理

    <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery application.yml中添加nacos服务的地址 spring: application: name: shop-product cloud: nacos: discovery <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery application.yml中添加nacos服务的地址 spring: application: name: shop-order cloud: nacos: discovery

    46910编辑于 2022-11-28
领券