同步API,会阻塞: getaddrinfo: IPV4 and IPV6, linux依赖, windows依赖 gethostbyname: only IPV4 异步: libevent getaddrinfo_a, 会执行注册的callback函数, c-ares库,另...
分类:
其他好文 时间:
2014-08-05 10:57:59
阅读次数:
321
先丢点问题小结到这里,免得忘记,有空再弄个详细教程完,网上的教程要不就是旧版的,要不就是没说到点子上,唉。1.服务器禁用ipV6配置.2.找不到winutils.exe,系统变量设置了HADOOP_HOME也不行,程序中直接设定环境变量,还能省去系统配置,更方便。System.setProperty...
分类:
其他好文 时间:
2014-07-31 20:38:17
阅读次数:
218
Description An IPv6-address is a 128-bit number. For convenience, this number is recorded in blocks of 16 bits in hexadecimal record, the blocks ar...
分类:
其他好文 时间:
2014-07-29 12:15:46
阅读次数:
289
1: semantics 语义一:Introduction 1. Changes form IPv6 to IPv6. 1) Expanded Addressing Capabilities 32 bits to 128 bits to support a) more l...
分类:
其他好文 时间:
2014-07-28 14:56:23
阅读次数:
253
实际上是存在的,看到说是ipv6占用了5432的端口号,看了一下的确是,将ipv6关闭重启系统即可。下面是关闭ipv6的方法:确认IPV6是否开启在Linux下确认IPv6是否已经被启用,可以从三个方面确定。1.使用ifconfig查看自己的IP地址是否含有IPv6地址。eth0 Link en.....
分类:
数据库 时间:
2014-07-28 14:51:13
阅读次数:
499
网络拓扑:R1:ipv6unicast-routing===========开启ipv6intf0/0ipaddress192.168.12.1255.255.255.0noshutdowninterfaceLoopback0ipv6address2012:2012::1/64iproute192.168.23.0255.255.255.0192.168.12.2============配置静态路由R2:interfaceFastEthernet0/0ipaddress192.168..
分类:
其他好文 时间:
2014-07-28 00:31:10
阅读次数:
407
Restoring IPv6DescriptionAn IPv6-address is a 128-bit number. For convenience, this number is recorded in blocks of 16 bits in hexadecimal record, the...
分类:
其他好文 时间:
2014-07-27 22:53:39
阅读次数:
301
大家都知道,XP系统默认使用的是IPv4格式的IP地址,而Win7系统默认使用的是IPv6格式的IP地址。所以有些关于TCP连接的WinForm系统,在XP下可能运行正常,但在Win7下却不能运行。故,需要在进行TCP连接的时候,需要对IP地址格式进行一个判断。代码如下所示://获取本机所有IP地址...
Abstract 1: DHCPv6 offers the capability of automatic allocation of reusable network addresses and additional configuration flexibility. 2: DHCPv6 i.....
分类:
其他好文 时间:
2014-07-23 15:22:36
阅读次数:
260
在IPv6协议体系中,ICMP协议是一个重要协议,其功能与IPv4中的ICMP协议功能有许多相同的地方,但ICMPv6协议毕竟是一个新的协议,与IPv4中的ICMP协议相比有许多新的功能。比如ICMPv6同时完成IPv4中的ICMP、IGMP和ARP协议的功能。此外,在IPv6环境中,ICMPv6还用来发现路径上支持..
分类:
其他好文 时间:
2014-07-14 16:37:58
阅读次数:
188