配置ftpYUM库。服务器端配置ip地址:[root@localhost~]#vim/etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0BOOTPROTO=noneONBOOT=yesHWADDR=00:0c:29:59:3c:4aIPADDR=192.168.1.1NETMASK=255.255.255.0[root@localhost~]#/etc/init.d/networkrestart正在关闭接口eth0:[..
分类:
其他好文 时间:
2014-08-12 03:34:34
阅读次数:
219
Power NetworkTime Limit:2000MSMemory Limit:32768KTotal Submissions:22987Accepted:12039DescriptionA power network consists of nodes (power stations, co...
分类:
Web程序 时间:
2014-08-11 23:49:53
阅读次数:
480
There are n SMTP servers connected by network cables. Each of the m cables connects two computers and has a certain latency measured in milliseconds required to send
an email message. What is the sh...
分类:
其他好文 时间:
2014-08-11 21:25:02
阅读次数:
384
EK Template :bool bfs(int src, int des){ memset(pre, -1, sizeof(pre)); while(!que.empty()) que.pop(); pre[src] = 0; int index; que.push...
分类:
Web程序 时间:
2014-08-11 21:15:52
阅读次数:
268
Linux在php socket连接时报错:permission denied解决办法:# setsebool httpd_can_network_connect=1参考来源:http://www.cppblog.com/colorful/archive/2013/07/29/202222.html...
分类:
Web程序 时间:
2014-08-11 20:45:02
阅读次数:
192
在redhatEenterprise6或者CentOS6以上版本在使用KVM虚拟化的时,会需要配置到桥接网卡,下面就非常简单的讲一下桥接的方法(真的很简单):
查看eth0的现有状态:
[root@localhost~]#cd/etc/sysconfig/network-scripts/
[root@localhostnetwork-scripts]#catifcfg-eth0
DE..
分类:
其他好文 时间:
2014-08-11 18:11:43
阅读次数:
185
工作上遇到需要在linux下设置电信网通双线路IP地址,操作系统为Suse Linux Enterprise Linux 11 SP2,简要记录下步骤: 编辑/etc/sysconfig/network/ifcfg-eth0,?/etc/sysconfig/network/ifcfg-eth1, 设置两个网...
分类:
移动开发 时间:
2014-08-11 15:26:41
阅读次数:
268
SQL Server端点(Endpoint)是出入SQL Server的门户,通过端点,任何东西可以在网络和SQL Server之间传输。端点可以是系统或者用户自定义的,其中系统端点允许使用T-SQL连接SQL Server并发送查询。...
分类:
Web程序 时间:
2014-08-11 11:58:52
阅读次数:
284
POJ 1236 Network of Schools(强连通 Tarjan+缩点)ACM题目地址:POJ 1236题意:给定一张有向图,问最少选择几个点能遍历全图,以及最少加入?几条边使得有向图成为一个强连通图。分析:跟HDU 2767 Proving Equivalences(题解)一样的题目,...
分类:
Web程序 时间:
2014-08-11 11:25:52
阅读次数:
211
题目链接:
啊哈哈,点我点我
题意:
北极的某区域共有n座村庄( 1 ≤ n ≤ 500 ),每座村庄的坐标用一对整数(x, y)表示,其中 0 ≤ x, y ≤ 10000。为了加强联系,决定在村庄之间建立通讯网络。通讯工具可以是无线电收发机,也可以是卫星设备。所有的村庄都可以拥有一部无线电收发机, 且所有的无线电收发机型号相同。但卫星设备数量有限,只能给一部分村庄配备卫星设备。 不...
分类:
Web程序 时间:
2014-08-11 10:12:19
阅读次数:
350