码迷,mamicode.com
首页 >  
搜索关键字:network flow    ( 15312个结果
XSLT工作原理
1、XSL processing flow An XML document and an XSL stylesheet are input to the XSL processor. Let's look at the steps in Figure 1 in more detail: Match ...
分类:其他好文   时间:2014-07-11 23:06:54    阅读次数:504
Windows Azure HandBook (2) Azure China提供的服务
《Windows Azure Platform 系列文章目录》 对于传统的自建数据中心,从底层的Network,Storage,Servers,Virtualization,中间层的OS,Middleware,Runtime,最上层的Application,Data,都需要企业进行管理。这就好...
分类:数据库   时间:2014-07-11 19:10:03    阅读次数:485
Ubuntu 为网卡配置静态IP地址
为网卡配置静态IP地址编辑文件/etc/network/interfaces:sudo vi /etc/network/interfaces并用下面的行来替换有关eth0的行:# The primary network interfaceauto eth0iface eth0 inet static...
分类:其他好文   时间:2014-07-11 10:14:17    阅读次数:165
poj2531Network Saboteur
题目链接: 点我点我 题目: Network Saboteur Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 8959   Accepted: 4190 Description A university network is composed...
分类:Web程序   时间:2014-07-10 22:26:23    阅读次数:387
poj3134 Command Network --- 最小树形图
新单词unidirectional get T T 求有向图上,以某点为根的,最小生成树 参考别人的模板 #include #include #include #include #include #include #include #define inf 2000000000 using namespace std; struct node1 { double x,...
分类:Web程序   时间:2014-07-10 20:32:47    阅读次数:285
bond双网卡绑定
centos双网卡绑定在/etc/sysconfig/network-scripts/目录下建立ifcfg-bond0文件,文件内容如下:DEVICE=bond0USERCTL=noBOOTPROTO=noneONBOOT=yesIPADDR=192.168.100.17NETMASK=255.255.255.0GATEWAY=192.168.100.1TYPE=UnKnownBONDING_OPTS="miimon=80mode=0"绑定mode为0,是r..
分类:其他好文   时间:2014-07-10 18:14:20    阅读次数:200
This Bag Felt Really Lightweight
Universal filter bag is made of several layers, such as polypropylene, which provides useful filtering at high rates of fluid flow in both low and hig...
分类:其他好文   时间:2014-07-10 14:37:32    阅读次数:162
linux 配置多IP
这里以红帽Linux为例。假定原系统已配置一个IP,地址为:192.168.20.140,配置文件路径/etc/sysconfig/network-script/ifcfg-eth0。现在需要配置一个网段为192.168.1的IP。 步骤(需要root用户权限): 1、cp /etc/sysconfig/network-script/ifcfg-eth0 /etc/sysconfig/ne...
分类:系统相关   时间:2014-07-09 11:23:39    阅读次数:247
ubuntu server安装之后的整理工作
又重装了ubuntuserver,用的64的13.10。现在把安装过程中及安装完成后的整理工作记下来。1、语言选择英文,键盘布局美国,时区香港或上海。不安装更新,选择安装软件有LAMP,JAVA,SAMBA。2、设置网络,ifconfg查看网络连接,设置自动启动并静态IP,//etc/network/interfaces/*..
分类:其他好文   时间:2014-07-09 08:49:32    阅读次数:209
Redhat(CentOS、Fedora)下的桥接步骤
1,安装桥接软件包yuminstallbridge-utils2,修改文件/etc/sysconfig/network-scropts/ifcfg-eth0;BRIDGE=br0删除下面ONBOOT=yes IPADDR=10.0.0.23 NETMASK=255.255.255.0 GATEWAY=10.0.0.1 DNS1=61.134.1.43,建立文件/etc/sysconfig/network-scripts/ifcfg-br0;BEVICE=br0 B..
分类:其他好文   时间:2014-07-09 08:34:06    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!