digdeep

凡是过去,皆是序幕。Read the fucking manual and source code.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年1月6日

摘要: 在项目中遇到一处bug,调试的结果竟然是StringUtils.isNumeric(String str) 在捣鬼(采用的是org.apache.commons.lang.StringUtils),下面的代码是判断一个参数非空,且为整数:if(StringUtils.isNumeric(str) &... 阅读全文
posted @ 2015-01-06 22:10 digdeep 阅读(6068) 评论(6) 推荐(1) 编辑

不懂数据库和Web安全的架构师不是一个好的程序员。