码迷,mamicode.com
首页 >  
搜索关键字:endpoint protection    ( 774个结果
Spark消息通信原理(一)——Spark消息通信架构
在Spark中定义了通信框架的接口,这些接口中调用了Netty的具体方法(在spark2.x前,使用的是Akka)。各接口和实现类的关系如下图所示。 将终端(EndPoint)注册到Rpc环境中: 在各个模块中,如DriverEndPoint、ClientEndPoint、Master、Worker ...
分类:其他好文   时间:2019-08-13 13:33:56    阅读次数:122
路由交换学习第九天:边缘端口&BPDU保护&链路聚合
配置边缘端口和开启BPDU保护:[HW-SW3]stpbpdu-protection//SW3开启全局BPDU保护[HW-SW3]interfaceGigabitEthernet0/0/1//配置g0/0/1口[HW-SW3-GigabitEthernet0/0/1]stpedged-portdisable//不开启边缘端口[HW-SW3-GigabitEthernet0/0/1]intg0/0/
分类:其他好文   时间:2019-08-09 13:57:04    阅读次数:133
一个基于TCP/IP的服务器与客户端通讯的小项目(超详细版)
1.目的:实现客户端向服务器发送数据 原理: 2.建立两个控制台应用,一个为服务器,用于接收数据。一个为客户端,用于发送数据。 关键类与对应方法: 1)类IPEndPoint: 1.是抽象类EndPoint的实现类 2.Socket对象的RemoteEndPoint、 LocalEndPoint都是 ...
分类:其他好文   时间:2019-08-08 23:07:48    阅读次数:159
spring boot 源码解析52-actuate中MVCEndPoint解析
今天有个bie项目的jolokia的endpoint不能访问,调试源码发现:endpoint.enabled的开关导致的。 前言之前的几篇文章分析了spring boot 中有关endpoint的实现,细心的朋友可以发现,在org.springframework.boot.actuate.endpo ...
分类:编程语言   时间:2019-08-02 18:12:16    阅读次数:98
How about a high-gloss MDF used in kitchen cabinet?
What are home depot's high-gloss kitchen cabinets made of?1, solid wood,Solid wood environmental protection, good texture, high temperature, scratch r ...
分类:Web程序   时间:2019-07-22 15:17:10    阅读次数:192
tomcat NIOEndpoint中的Acceptor实现
EndPoint的组件就是属于连接器Connector里面的。它是一个通信的端点,就是负责对外实现TCP/IP协议。EndPoint是个接口,它的具体实现类就是AbstractEndpoint,而AbstractEndpoint具体的实现类就有AprEndpoint、Nio2Endpoint、Nio ...
分类:其他好文   时间:2019-07-18 19:38:25    阅读次数:135
Forcepoint One Endpoint Diagnostics Tool.lnk
WEPDiag.exe C:\Program Files\Websense\Websense Endpoint\WEPDiag.exe C:\Program Files\Websense\Websense Endpoint\TSUI.exe C:\Program Files\Websense\Web ...
分类:其他好文   时间:2019-07-17 16:50:01    阅读次数:263
SuperSocket
配置和使用 Input Endpoint 由于Windows Azure的内部网络架构,你不能直接监听你配置中的IP和端口。在这种情况下,你需要在Windows Azure项目中配置Input Endpoint: 这些 endpoint的命名规则是 "AppServerName_Configured ...
分类:其他好文   时间:2019-07-03 17:18:30    阅读次数:128
openstack组件使用的默认端口号
一、OpenStack组件使用的默认端口号 openstack openstack service default ports port type keystone Identity service administrative endpoint 35357 adminurl Identity se ...
分类:其他好文   时间:2019-06-29 20:40:30    阅读次数:146
Spark(五十三):Spark RPC初尝试使用
导入Maven依赖 定义RPC Server端的ip(localhost)。port(57992)、服务名称(hello-rpc-service) 定义RPC的Endpoint类和发送数据类SayHi/SayBye 定义RPC 服务提供者 定义RPC服务使用者 启动RPC 服务提供者 启动RPC 服 ...
分类:其他好文   时间:2019-06-28 18:06:13    阅读次数:113
774条   上一页 1 ... 13 14 15 16 17 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!