上一页 1 2 3 4 5 6 7 8 ··· 17 下一页

2014年3月18日

摘要: http://www.terracotta.org/confluence/display/docs27/Admin+Console+Guide#AdminConsoleGuide-Roots 阅读全文
posted @ 2014-03-18 08:15 leechau 阅读(78) 评论(0) 推荐(0)
摘要: 对于ant里拷贝用的标签的用法,此文(来自 http://electiger.blog.51cto.com/112940/39575 )讲得很好,注意其中黑体字部分,今天被这个问题耽误了20分钟。Ant真是太方便了,以前都没注意到它。功能很强大,能创建数据库,配置服务器,部署发布应用……只需要写好build.xml文件,剩下的就交给ant来“安装”你的WEB应用了。Appfuse的第一个ant命令... 阅读全文
posted @ 2014-03-18 08:15 leechau 阅读(778) 评论(1) 推荐(0)
摘要: All these 3 time can be viewed by "stat " command.Access time is influenced by read operation, such as command cat, more, less, head, tail, grep, sed, etc. This time is queried by "find . -atime -1", ... 阅读全文
posted @ 2014-03-18 08:15 leechau 阅读(730) 评论(0) 推荐(0)
摘要: 安装过程 命令行安装 下载和安装JDK5、Eclipse3.5、Ant 1.8、Ivy 2.2; 安装JDK:成功标志:在命令行下运行java命令,得到java命令行帮助; 安装Ant:解压Ant,在系统环境变量中设置JAVA_HOME(例如c:\Program Files\Java\jdk1.5.0_22)、ANT_HOME,将${ANT_HOME}/bin加入到path中;成功标志:在命令行... 阅读全文
posted @ 2014-03-18 08:15 leechau 阅读(418) 评论(0) 推荐(0)
摘要: 安装词典:选项->词典,出现“词典管理”窗体,点“安装”,从磁盘上选择要安装的词典文件(扩展名为ld2的文件),勾选“添加到索引组”和“取词组”;安装语音库: 第一步:解压语音库。找到Lingoes安装目录下的speech文件夹(例如c:\Program Files\Lingoes\Translator2\speech),根据语音库的名字新建一个文件夹(例如LongmanModern),然后将语音... 阅读全文
posted @ 2014-03-18 08:15 leechau 阅读(1284) 评论(0) 推荐(0)
摘要: Java的字符串处理方法trim是如何改变字符串的?下面是一个例子:@Testpublic void testTrim() { String test = "origin"; String ori = "origin\r\n"; assertFalse(ori.equals(test)); String trimmed = ori.trim(); assertTrue(trim... 阅读全文
posted @ 2014-03-18 08:15 leechau 阅读(189) 评论(0) 推荐(0)
摘要: Compared aria2c, axel and wget, aria2c is the best. It support multi-thread download (with "-s ") and resume partially downloaded files automatically (you have to use "-c" in wget for this function). ... 阅读全文
posted @ 2014-03-18 08:14 leechau 阅读(209) 评论(0) 推荐(0)
摘要: google: public telnet server listfor example:telnet nethack.alt.orgssh nethack@alt.org 阅读全文
posted @ 2014-03-18 08:14 leechau 阅读(269) 评论(0) 推荐(0)
摘要: 经验总结:首先要把cobertura.jar包含ant的classpath路径中,其次要求它包含在测试用例的classpath中;使用cobertura做代码覆盖率测试中出现的问题:覆盖率始终为0,不论是否有可用的测试用例都如此;解决问题的历程:第一步:在被测工程中增加了一个很简单的方法,在测试工程中增加了一个对前述方法的测试,发现覆盖度仍为0,由此确定是使用cobertura的方法有问题,而不是... 阅读全文
posted @ 2014-03-18 08:14 leechau 阅读(611) 评论(0) 推荐(0)
摘要: The following script auto login to server 49, send 2 commands and exit from the server.Create a automation script named "auto.sh":echo "open 10.0.2.49 -l gcp" sleep 2 echo "gcp" sleep 1 echo "ls" ... 阅读全文
posted @ 2014-03-18 08:14 leechau 阅读(145) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页

导航