- 博客(13)
- 收藏
- 关注
用JMX管理Tomcat
1.配置在calinda.bat中加入这样的一段:set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.port=1090 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.util.l...
2008-03-06 17:54:47 129
Batch update returned unexpected row count from update [0];
Batch update returned unexpected row count from update [0]; 初步估计,*.hbm.xml配置中所对应该的column有问题。
2007-10-10 11:31:44 85
版本号说明
参考:http://apr.apache.org/versioning.html版本号由三个部分的整数组成:主版本号(MAJOR)、副版本号(MINOR)、补丁版本号(PATCH)。主要的含义是主版本号(MAJOR)是不兼容的,API大规模升级副版本号(MINOR)在源文件和可执行版和老版本保持兼容补丁版本号(PATCH)则意味着向前和向后的完全兼容”...
2007-05-24 15:52:56 172
处理集合循环中删除问题
java 代码 List<string> wordList = </string>new LinkedList<string>(); </string> // Assign some words for (int i=0; i wordList.add("word " + (i+1) + ": " '" +
2007-05-18 11:03:00 147
明确与简短之间的选择
今天在 developerWorks 中国看到一篇文章,用 for/in 在 Java 5.0 中增强循环,看到这样的一段:这是资深电脑程序员都知道的一条最基本的原理:因为 更短 意味着 打字更少,所以更短自然也就更好。这个哲学造就了 vi 这样的 IDE,在这类 IDE 中,像 :wq! 和 28G 这样的命令拥有丰富的含义。这个哲学还导致一些最神秘的代码,比如说,变量 ar 代表 Agile...
2007-05-17 10:27:55 103
JavaScript Links
JavaScript 连接1.prototype 官网 http://2.dwr 官网3.downpour的prototype使用手册 http://www.demo2do.com/prototype/reference/
2007-05-12 12:35:00 159
AJAX 应用
AJAX 应用实例1.http://www.protopage.com http://www.protopage.com2.http://start.gotapi.com/ http://start.gotapi.com/
2007-05-12 12:35:00 86
java.lang.String 使用遇到的问题点
近日在处理替换String中的字符串的时候,碰到一个问题,代码如下: String normals= "10+14+16+19+20"; normals = normals.replaceAll("/+", ":"); System.out.println(normals); //输出的结果是:10+14+16+19+20...
2007-05-11 16:59:00 685
我喜欢逛的地方
JAVAJava(sun)官网 http://java.sun.comApache.org 官网 http://www.apache.org JavaKey.net 官网 http://www.javakey.netiteye.com 官网 http://www.iteye.com
2007-05-10 10:28:34 101
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人