Command Network
Time Limit: 1000MS
Memory Limit: 131072K
Total Submissions: 13609
Accepted: 3925
Description
After a long lasting war on words, a war on arms finally ...
分类:
Web程序 时间:
2015-01-26 15:08:57
阅读次数:
208
B - Weapon Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%lld & %lluSubmit StatusDescriptionIn World War 3, your countries' scientists have i...
分类:
编程语言 时间:
2015-01-26 15:01:46
阅读次数:
308
一、Maven坐标1.1、什么是坐标? 在平面几何中坐标(x,y)可以标识平面中唯一的一点。1.2、Maven坐标主要组成groupId:组织标识(包名)artifactId:项目名称version:项目的当前版本packaging:项目的打包方式,最为常见的jar和war两种样例: 1.3...
分类:
其他好文 时间:
2015-01-24 22:38:40
阅读次数:
292
状态DP。 1 /* 2809 */ 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 using namespace std; 9 10 #define MAXN 2011 12 typedef st...
分类:
其他好文 时间:
2015-01-24 00:23:16
阅读次数:
222
DescriptionFatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean. The war...
分类:
其他好文 时间:
2015-01-23 13:04:48
阅读次数:
148
在使用eclipse进行整合springmvc时经常会碰到这样的异常: java.lang.ClassNotFoundException:org.springframework.web.context.ContextLoaderListener
这时里的意思是说找不到jar包,如果使用的是maven管理jar包,会发现jar包明明已经有了,但还是报错;如果mvn package生成一个war包发...
分类:
编程语言 时间:
2015-01-22 18:01:40
阅读次数:
190
题目:UVA-11729-Commando War贪心,按执行时间从大到小排序。 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 using namespace std; 8 9 struct job{10 int b,j;...
分类:
其他好文 时间:
2015-01-22 17:04:39
阅读次数:
146
#1.获取安装包wgethttps://psi-probe.googlecode.com/files/probe-2.3.3.zip#2.解压安装包unzipprobe-2.3.3.zipmvprobe.war/webapps#3.设置tomcat用户信息vi /conf/tomcat-users....
分类:
编程语言 时间:
2015-01-22 15:15:25
阅读次数:
239
UVA10158 - War(并查集)
题目链接
题目大意:有n个国家,每个国家有友国和敌国,并且遵守着朋友的朋友是朋友,敌人的敌人是朋友的原则,给你四种操作,题目中有描述,然后让你根据操作进行,对应输出相应的结果。
解题思路:题目里面有敌对关系和朋友关系,朋友的关系可以使用并查集,但是敌对的关系是不行的。转化敌对的关系。假设0~n - 1,代表国家。n~2 * n - 1 代表0~n - ...
分类:
其他好文 时间:
2015-01-21 16:41:50
阅读次数:
167
开篇前提
为什么要用两个war包的调用?
因为我们Maven项目每个war包都是一条线,前台用easyui,而每一条线都要引用easyui相关的js、css,还有一些其他的样式。为了把这些重复的东西抽出来,所以我打了一个war包,将这些东西放进去。
为什么没有用jar包呢?
打了一个普通的jar包,资源打进去了,但是引用不了。时间紧急,没有试...
分类:
其他好文 时间:
2015-01-19 20:58:50
阅读次数:
200