摘要:
netstat-antp|grepxxxx 阅读全文
posted @ 2015-12-16 17:54
ordinary01
阅读(98)
评论(0)
推荐(0)
摘要:
@Transient 放到bean的字段上面,表示当前字段不是数据库映射字段 阅读全文
posted @ 2015-12-16 15:37
ordinary01
阅读(131)
评论(0)
推荐(0)
摘要:
判空 function check(s) { return (s == null || typeof (s) == "undefined" || s == ""); }去掉前后空格 function trim(s) { return s.replace(/(^\s*)|(\s*$)/g, "")... 阅读全文
posted @ 2015-12-16 11:05
ordinary01
阅读(228)
评论(0)
推荐(0)