
开发经验
dawei_wxw
持之以恒
展开
-
推荐一个火狐小插件RESTclient
可以测试get与post方法时候提交成功原创 2015-02-27 14:50:43 · 876 阅读 · 0 评论 -
为eclipse安装j2ee开发插件
1.在Eclipse中菜单help选项中选择install new software选项2.http://download.eclipse.org/releases/ganymede/原创 2015-03-07 22:33:45 · 869 阅读 · 0 评论 -
防止html注入
1.防止html注入背景:提交订单时测试数据通常会有html标签,例如名称字段:名称,这样对于查询再显示出来会有问题,因此需要对html代码进行转义(1)后台转义String s = HtmlUtils.htmlEscape("hello world "); //转义System.out.println(s); String s2 = HtmlUtils.htmlUnescap原创 2016-06-14 14:33:18 · 4324 阅读 · 0 评论