码迷,mamicode.com
首页 >  
搜索关键字:network link is disconnected    ( 25574个结果
局域网共享
实验环境:TP-Link、XP SP3 (计算机名:MyXP)、Windows 8.1 Pro(计算机名:MyWin8)。在windows 8.1上,资源管理器/网络 直接可以看到MyXP,点击进入即可看到MyXP上共享的文件。在win8上共享文件,设定权限给Everyone或者MyXP。可以开启G...
分类:其他好文   时间:2014-06-07 05:59:08    阅读次数:220
Linux CentOS修改网卡IP/网关设置
1. 修改对应网卡IP的配置文件vi/etc/sysconfig/network-scripts/ifcfg-eth0 修改以下内容DEVICE=eth0 #描述网卡对应的设备别名,例如ifcfg-eth0的文件中它为eth0BOOTPROTO=static #设置网卡获得ip地址的方式,可能的选项...
分类:系统相关   时间:2014-06-07 03:56:40    阅读次数:293
Network bonding and teaming
Bonding:Ethernet Channel Bonding enables two or more Network Interfaces Card (NIC) to a single virtual NIC card which may increase the bandwidth and p...
分类:Web程序   时间:2014-06-07 03:38:59    阅读次数:267
雅虎的卓越性能团队已经确定了23个军规
1.减少HTTP请求次数合并图片、CSS、JS,改进首次访问用户等待时间。2.使用CDN就近缓存==>智能路由==>负载均衡==>WSA全站动态加速3.避免空的src和href当link标签的href属性为空、script标签的src属性为空的时候,浏览器渲染的时候会把当前页面的URL作为它们的属性...
分类:其他好文   时间:2014-06-04 22:45:48    阅读次数:230
Singly Link List(单链表的实现java)
java 实现单链表的代码
分类:编程语言   时间:2014-05-30 05:29:08    阅读次数:294
linux shell ipaddress
ifconfig |grep "inet addr"|cut -f 2 -d":"|cut -f 1 -d " "|head -n 1ifconfigeth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx inet addr:192.168.1.100 ....
分类:系统相关   时间:2014-05-29 20:55:58    阅读次数:435
C# Adding Hyperlink to Windows Form z
When creating a Windows form in C#, we would like to create a hyperlink so that when the user click on the link it would open up a web browser and dis...
分类:Windows程序   时间:2014-05-29 18:11:58    阅读次数:413
MFC: Create Directory
Original link: How to check if Directory already Exists in MFC(VC++)?MSDN Links:CreateDirectory functionGetFileAttributes functionGetLastError functio...
分类:其他好文   时间:2014-05-29 17:49:25    阅读次数:371
linux 网卡信息
[root@www ~]# vim /etc/sysconfig/network-scripts/ifcfg-eth0静态IP设置DEVICE="eth0" <==网络卡代号,必须要 ifcfg-eth0 相对应HWADDR="08:00:27:71:85:BD"...
分类:系统相关   时间:2014-05-29 15:47:42    阅读次数:378
OpenStack IceHouse 部署 - 1 - 架构说明
参考架构Architecture from OpenStack Install GuideReference Architecture Network Isolation在本次部署中,我们采用了OpenStack中新的网络管理组件(neutron),具体参见安装指导。右图为该网络部署结构的示意,分为...
分类:其他好文   时间:2014-05-29 11:48:19    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!