link:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=737题意:
求桥的数目及边,要求输出边的点的次序由小到大代码:#include
#include
#include
#includ...
分类:
其他好文 时间:
2015-08-07 00:24:39
阅读次数:
123
选择edit----virtual network editor然后可以看下图,理解NAT的含义:在linux命令窗口输入ifconifg -a查看虚拟IP是192.168.22.128这是因为我们在DHCP设置的时候,IP的范围是128到254.给这个IP设置一下时间。如果选择了桥接模式,则IP地...
分类:
系统相关 时间:
2015-08-06 21:58:24
阅读次数:
173
1.测试环境测试环境:系统:centos+DHCP+VSFTP+TFTP服务器IP:192.168.1.1DHCP地址段:192.168.1.10-192.168.1.100Client:一台普通的PC(需要能从网卡,支持PXE启动)1.1安装配置dhcp1.1.1安装dhcp#yum-yinstalldhcp1.1.2配置dhcp#vi/etc/dhcp/dhcpd.confdefault-lease-time216..
分类:
其他好文 时间:
2015-08-06 18:44:54
阅读次数:
264
链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=251http://poj.org/problem?id=1144http://acm.hust.ed...
分类:
Web程序 时间:
2015-08-06 15:00:02
阅读次数:
116
1、删除 cmd+del2、自动导入需要的类 option+enter3、Option + F7 ——查找哪里引用了该方Cmd + Option + F7 —— 列出引用的列表4、Cmd + O —— 查找并跳到Class5、cmd+[ 后退 cmd+] 前进6、shit+f6 重新构造
分类:
移动开发 时间:
2015-08-06 14:47:13
阅读次数:
132
PowerDesigner中使用方法为: PowerDesigner->Tools->Execute Commands->Edit/Run Scripts 代码一:将Name中的字符COPY至Comment中Option Explicit ValidationMode = True...
分类:
其他好文 时间:
2015-08-06 12:40:45
阅读次数:
118
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=251题意:求割点数目代码:#include
#include
#include
#include
#include...
分类:
其他好文 时间:
2015-08-06 11:13:17
阅读次数:
98
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=251NetworkA Telephone Line Company (TLC) is establishi...
分类:
Web程序 时间:
2015-08-06 10:45:33
阅读次数:
145
问题 getJSON提交 返回数据正常,在传入参数进行序列化,渲染报表时报错option.data.length < 1.分析1.可能情况一:.可自己明明是getJSON()把渲染放在成功回调函数里面了,所以显然不是这个错误2.可能情况二 : 序列化数据没有获取到 为空,所以提示option.d.....
分类:
Web程序 时间:
2015-08-06 10:43:15
阅读次数:
169
题目来源:UVa Online Judgehttps://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=737求一个连通图中必不可少的路径:#include#includ...
分类:
其他好文 时间:
2015-08-06 09:29:39
阅读次数:
136