I‘m so careless I deleted a Java web project in eclipse. the only thing I have is a war file which I got from server. Thanks to?Procyon / Java Decompiler, I recovered all java source code from wa...
分类:
编程语言 时间:
2014-11-14 18:08:20
阅读次数:
160
链接: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2829
不摘抄题目了;...
分类:
其他好文 时间:
2014-11-13 12:57:30
阅读次数:
113
1 2 4.0.0 3 ssh_maven 4 ssh_maven 5 0.0.1-SNAPSHOT 6 war 7 8 9 10 UTF-8 11 12 13 ...
分类:
其他好文 时间:
2014-11-12 22:54:08
阅读次数:
324
1 3 4.0.0 4 myssh 5 ssh 6 war 7 0.0.1-SNAPSHOT 8 ssh Maven Webapp 9 http://maven.apache.org 10 11 12 io.spri...
分类:
其他好文 时间:
2014-11-12 22:49:18
阅读次数:
333
自动化学习过程中老师介绍了一个工具jenkins,感觉很不错,学习ingjenkins的war包下载地址http://mirrors.jenkins-ci.org/war/Hudson的war包下载地址:http://mirror.bit.edu.cn/eclipse/hudson/war/tomc...
分类:
其他好文 时间:
2014-11-11 18:50:14
阅读次数:
193
以前用Eclipse测试maven 的web工程,在eclipse内部tomcat右键上点一下“clean”就可以把工作空间的web项目代码自动发布到“F:\IWorkspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps”这个路径,十分的方便。如果tomcat里部署的war包选择的是“Add External We...
分类:
编程语言 时间:
2014-11-11 14:29:59
阅读次数:
174
HDU 3035 War
题目链接
题意:根据图那样,给定一个网络,要求阻断s到t,需要炸边的最小代价
思路:显然的最小割,但是也显然的直接建图强行网络流会超时,这题要利用平面图求最小割的方法,把每一块当成一个点,共有边连边,然后每一个路径就是一个割,然后最短路就是最小割了
代码:
#include
#include
#include
#include
usi...
分类:
其他好文 时间:
2014-11-09 23:54:13
阅读次数:
470
[root@CCc]#gccMemTest.c-oMemTest1-WallMemTest.c:Infunction‘main’:MemTest.c:24:warning:format‘%x’expectstype‘unsignedint’,butargument2hastype‘int*’MemTest.c:39:warning:format‘%x’expectstype‘unsignedint’,butargument2hastype‘int*’MemTest.c:24:war..
分类:
其他好文 时间:
2014-11-06 02:11:28
阅读次数:
1093
Shell 脚本 更换tomcat集群war包...
分类:
系统相关 时间:
2014-11-04 19:45:20
阅读次数:
338
1:java -jar tdt-web-0.0.1-SNAPSHOT-fat.war
2:mvn jetty:run;
3:直接用运行上面的类的main方法,但是要注意war的路径和lib的路径;...
分类:
Web程序 时间:
2014-11-03 19:27:45
阅读次数:
269