06 2016 档案

摘要:1. 查看linux中某个端口(port)是否被占用(netstat,lsof) [root@caiwutest ~]# netstat -tunlp | grep 8080tcp 0 0 :::8080 :::* LISTEN 4281/java 2)查看某一端口的占用情况: lsof -i:端口 阅读全文
posted @ 2016-06-28 17:21 wenlj2000 阅读(211) 评论(0) 推荐(0)
摘要:remote: ERROR: missing Change-Id in commit message footer remote: ERROR: missing Change-Id in commit message footer [摘要:git 提交到近程版本库失足:remote: ERROR: 阅读全文
posted @ 2016-06-21 20:32 wenlj2000 阅读(5037) 评论(0) 推荐(0)
摘要:http://blog.sina.com.cn/s/blog_4f925fc30102e27j.html jqGrid中实现radiobutton的两种做法 第一种:colModel: [ { name: 'MY_ID', index: 'MY_ID', align: "center", sorta 阅读全文
posted @ 2016-06-14 11:24 wenlj2000 阅读(1046) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-06-07 17:06 wenlj2000 阅读(107) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-06-07 16:47 wenlj2000 阅读(169) 评论(0) 推荐(0)
摘要:eclipse中去掉js validating方法:1. 删除.project文件中的 <buildSpec></buildSpec>中的:<buildCommand><name>org.eclipse.wst.jsdt.core.javascriptValidator</name><argumen 阅读全文
posted @ 2016-06-07 14:41 wenlj2000 阅读(1258) 评论(0) 推荐(0)