
JAVA
文章平均质量分 72
tcl1360
这个作者很懒,什么都没留下…
展开
-
escape():encodeURI():encodeURIComponet():
escape():encodeURI():encodeURIComponet(): escape():The escape method returns a string value (in Unicode format) that contains the contents of [the argument]. All spaces, punctuation, accented原创 2010-04-24 15:31:00 · 581 阅读 · 0 评论 -
利用java反射机制生成entity的一个例子
<br /><br />public void makeEntity(Element element ,List outlist) {<br />List l = element.getChild("disp").getChildren("column");<br />XmlcloumnsEntity xmlcloumnsEntity= new XmlcloumnsEntity();<br />for (int j = 0; j < l.size(); j++) {<br />xmlcloumnsEnt原创 2011-03-10 20:00:00 · 761 阅读 · 0 评论