On most of the Linux distribution IPv6 is enabled by default, which may cause your internet is workding slow, so If your network do not supportor do not setup IPv6 network, you should better to dis...
分类:
Web程序 时间:
2014-08-05 11:40:29
阅读次数:
348
同步API,会阻塞: getaddrinfo: IPV4 and IPV6, linux依赖, windows依赖 gethostbyname: only IPV4 异步: libevent getaddrinfo_a, 会执行注册的callback函数, c-ares库,另...
分类:
其他好文 时间:
2014-08-05 10:57:59
阅读次数:
321
我们使用jdk自带的jstack来分析。当linux出现cpu被java程序消耗过高时,以下过程说不定可以帮上你的忙:1.top查找出哪个进程消耗的cpu高21125 co_ad2 18 0 1817m 776m 9712 S 3.3 4.9 12:03.24 java5284 co_ad 21 0...
分类:
编程语言 时间:
2014-08-03 22:59:46
阅读次数:
237
先丢点问题小结到这里,免得忘记,有空再弄个详细教程完,网上的教程要不就是旧版的,要不就是没说到点子上,唉。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地址...