本月博客排行
-
第1名
Xeden -
第2名
fantaxy025025 -
第3名
bosschen - paulwong
- johnsmith9th
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - gengyun12
- wy_19921005
- vipbooks
- e_e
- benladeng5225
- wallimn
- ranbuijj
- javashop
- jickcai
- fantaxy025025
- zw7534313
- qepwqnp
- robotmen
- 解宜然
- ssydxa219
- sam123456gz
- zysnba
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- wiseboyloves
- jh108020
- xyuma
- ganxueyun
- wangchen.ily
- xiangjie88
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- nychen2000
- zxq_2017
- lzyfn123
- wjianwei666
- forestqqqq
- ajinn
- siemens800
- hanbaohong
- 狂盗一枝梅
- java-007
- zhanjia
- 喧嚣求静
- Xeden
最新文章列表
使用java获取本机和网站ip地址
public static void main(String[] args)
{
// Get the network interfaces and associated addresses for this host
try
{
//获取本机所有网络接口的列表
Enumeration<NetworkInterface> interfaceList = ...
Android中判断网络功能是否可用
如何在Android中判断网络功能是否可用,代码如下:
/**
* 判断网络功能是否可用
* 需要权限< uses-permission android:name="android.permission.ACCESS_NETWORK_STATE">
* @param ctx
* @return
*/
public static boolea ...
解决ubuntu下网络已断开的问题
这个问题让我纠结了好久。在前面写了一个解决方案,但是还不是太好。今天这个算是彻底解决了。
sudo gedit /etc/network/interfaces
/etc/network/interfaces
显示的是
auto lo
iface lo inet loopback
很明显少了eth0
所以添加上
auto eth0
iface eth0 inet dhcp
...
Eucalyptus上虚拟机的一段ip配置的内容
Eucalyptus provides the network infrastructure that enables access to and from VM instances. Typically, these VMs reside on virtual subnets that must be configured to be separate and distinct from the ...
TWaver Flex中阶开发课程
继续前面TWaver Flex的基础开发课程,本期我们再接再厉,推出了更多内容,这就是《TWaver Flex中阶开发课程》
本期的话题讨论更加深入,结合论坛上的热点问题,整理了若干话题,并结合精彩示例进行讲解,这些内容不只是关于TWaver,还包括很多Flex开发的技术点和注意事项,如Flex的拖拽交互,右键监听,Timer的使用,Graphics的绘制,以及Flex4 SDK特性,Spa ...
wireshark 抓包
wireshark是一款非常不错的抓包工具。
但是如果使用wireshark抓包却不配置filter的话,估计找到我们需要的包,会花费半天时间。
不过还好wireshark自带了很好的帮助文档,有它们几乎可以解决所有的问题。
如果要使用wireshark抓包,强烈建议看一下http://wiki.wireshark.org/CaptureFilters
下面是其中部分内 ...
sun虚拟机 virtualBox双网卡如何配置 网络连接以及解决办法
双网卡如何配置 虚拟机 网络连接 以及解决办法
双网卡(核心显卡和无线网卡)
这个问题搞了很久才知道 如何设置了
机器配置 win7
virtualbox 装了xinxp 和xin7 和redhat
本来好好的,可以上网和共享,但是 升级了一下 virtualbox版本
然后 从新把xp 导入
结果上不网了
xp里面根本没有 显示 网络连接
一看网卡没有驱动
我下了 新的驱动,搞 ...
[ZT]Ubuntu修改“/etc/network/interfaces”设定静态IP
未修改过的/etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
auto lo
iface lo inet loopback ...
我使用过的Linux命令之ifconfig - 网络配置命令
我使用过的Linux命令之ifconfig - 网络配置命令
本文链接: http://codingstandards.iteye.com/blog/1130135
(转载请注明出处)
用途说明
ifconfig命令常用来显示系统中的网络接口(网卡)信息,也可以用来配置网络接口(configure a network
interface),如激活、关闭、设置地址等。在Linu ...
Virtualbox Bridged Network on Win7 64
virtualbox win7 64 bridge netework
If you can't install Virtualbox Bridged Network on Win7 64bit. You should check this out.
如果你不能在Win7 64上安装Virtualbox的桥接网络控制器,那是因为Windows限制了最大网络控制的数量(比如VPN客户端会给你的机器安 ...
TCP-tuning
http://fasterdata.es.net/TCP-tuning/linux.html
TCP Performance
http://www.cisco.com/web/about/ac123/ac147/ac174/ac196/about_cisco_ipj_archive_article09186a00800c8417.html
UNIX 网络性能分析
http: ...