1.先使用dos运行run.bat,失败的话会返回错误原因 *返回java -jar
*.jar(具体忘记了)则编辑run.bat,将其改为java -jar me_active.jar;
*返回jvm.cfg未找到,就是你的jdk版本问题,在jdk7和jdk8中jre放到了jdk中,所以这个2.....
分类:
其他好文 时间:
2014-05-13 18:38:20
阅读次数:
390
点mainactivity类 右键 run as 进行 配置 就可运行
分类:
移动开发 时间:
2014-05-13 17:58:16
阅读次数:
390
A - 无耻的出题人
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 KB
(Java/Others)
Submit Status
Problem Description
听到X神要参加比赛,只会Fibnacci数的出题人被吓得哭晕在厕所。为了防止X神AK(ALL KI...
分类:
其他好文 时间:
2014-05-13 16:01:26
阅读次数:
234
虽然java的口号:Write Once, Run Anywhere ,但现实很残酷!不同的操作系统、不同的容器总是让我们:Write Once,Debug Anywhere。所以关键还是要看设计,好的设计能减少迁移成本。...
分类:
其他好文 时间:
2014-05-13 15:32:40
阅读次数:
327
Mahjong is a game of skill, strategy and calculation and involves a certain degree of chance. In this problem, we concentrate on Japanese Mahjong, a variation of mahjong. For brief, all of the word ma...
分类:
其他好文 时间:
2014-05-13 14:59:51
阅读次数:
356
问题
老妈喜欢看小说,又不会下载,于是用Java写了个自动下载小说的小程序
我用的Swing UI,直接生成了.jar文件,双击即可运行
很诡异的是,用Eclipse直接run可以运行,但是Export出jar文件以后双击却没有反应
探究
怀疑是不是Eclipse的导出功能坏掉了,于是用了flatjar等工具重新打包,仍然不行
走了很多弯路以后终于Google到...
Problem Description
Acmers have been the Earth Protector against the evil enemy for a long time, now it’s your turn to protect our home.
There are 2 * n enemies in the map. Your task is to clear a...
分类:
其他好文 时间:
2014-05-13 11:29:40
阅读次数:
308
Run Away
Time Limit: 3000MS
Memory Limit: 65536K
Total Submissions: 5631
Accepted: 1728
Description
One of the traps we will encounter in the Pyramid is located in the ...
分类:
其他好文 时间:
2014-05-13 07:53:49
阅读次数:
362
#!/usr/bin/envpython#coding:utf8#此脚本为查找递归目录下所有文件匹配的内容importos,sys,tabdefpaths(path):list_path=os.walk(path)all_file=[]forp,d,flinlist_path:forfinfl:pfile=os.path.join(p,f)ifos.path.isdir(pfile):paths(pfile)all_file.append(pfile)returnall..
分类:
编程语言 时间:
2014-05-13 03:49:34
阅读次数:
426
可以使用axis提供的Java2WSDL功能生成所要发布类的WSDL,步骤如下:1.在你的eclipse或myeclipse的项目中找到你引的axis.jar包,打开它,在其里面找到org.apache.axis.wsdl下面的Java2WSDL类,然后以Javaapplication方式运行一下它2.打开菜单栏“run-->“Debug,在弹出框的左..
分类:
Web程序 时间:
2014-05-13 02:32:43
阅读次数:
407