其他
突然静下来要写点什么的时候却又不知该从何说起。...
分类:其他 时间:2014-05-04 12:41:29 收藏:0 阅读:610
1、具体错误如下 2014-5-2 21:38:29 com.opensymphony.xwork2.util.logging.jdk.JdkLogger error 严重: Exception occurred during processing request: null java.lang.NullPointerException at com.you.file.upload.actio...
分类:其他 时间:2014-05-03 16:08:11 收藏:0 阅读:584
#include #include #include #include #include using namespace std; #define N 20020 struct node{ int from, to, dou, nex; }edge[N]; int head[N], edgenum; void add(int u, int v,int dou){ node E={u,v,dou...
分类:其他 时间:2014-05-03 15:25:11 收藏:0 阅读:434
生成树协议里常见的4个guard:bpduguard,rootguard, loopguard & UDLD; 3个Fast:portFast,uplinkFast & backboneFast; 还有一个filter:bpdufilter。 这篇文章一起总结一下。...
分类:其他 时间:2014-05-03 15:24:21 收藏:0 阅读:675
不知道今天做了些什么诡异的操作,刚才重启了Ubuntu之后,发现输入密码之后,闪了一下又回到了登陆界面,根本无法进入系统~心想完了,好不容易把Ubuntu弄得个人十分的满意,那不成要重新启动。不用不用,经过了1个小时的担惊受怕,问题终于解决,使得我能够现在在这里敲下这一篇博文! 网上说好像是说修改了什么系统变量,反正我不懂,百度了n就之后无解,换用谷歌,立马找到解决方案…… 在登陆界面按下Ct...
分类:其他 时间:2014-05-05 13:18:02 收藏:0 阅读:411
关于野人与传教士的问题...
分类:其他 时间:2014-05-05 13:17:30 收藏:0 阅读:330
【题目】 B Age Sort Input: Standard Input Output: Standard Output   You are given the ages (in years) of all people of a country with at least 1 year of age. You kn...
分类:其他 时间:2014-05-03 16:51:16 收藏:0 阅读:514
很经典的动态规划啊...
分类:其他 时间:2014-05-03 16:07:26 收藏:0 阅读:434
如果你想记录用户所使用的浏览器的名字,辨别是移动客户端还是PC客户端。你可以在Apache日志中记录这个信息,日志格式: %{User-Agent}i...
分类:其他 时间:2014-05-04 00:01:00 收藏:0 阅读:621
1.CPU根据中断码如何找到中断处理程序 要定位中断处理程序,就需要找到中断处理程序的段地址和偏移地址,如果根据中断码找到他们?这就引入中断向量表,CPU用8位的中断类型码通过中断向量表找到相应的中断处理程序的入口地址。 2.使用中断类型码找到中断向量,并用它设置CS和IP,这个操作是由CPU硬件自动完成的。这个过程成为中断过程: (1)从中断信息中取得中断类型码 (2)标志寄存器的值入栈...
分类:其他 时间:2014-05-05 12:56:45 收藏:0 阅读:484
1160428160429160430166744
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!