04 2017 档案

摘要:http://win7sky.com/luyouqishezhi/20130803-1053.html 阅读全文
posted @ 2017-04-29 23:56 243573295 阅读(438) 评论(0) 推荐(0)
摘要:kill `ps -ef|grep 进程名 | grep -v grep|awk '{print $2}'` 例如: kill `ps -ef | grep /etc/pam.d/su |grep -v grep |awk '{print $2}'` 阅读全文
posted @ 2017-04-28 22:12 243573295 阅读(254) 评论(0) 推荐(0)
摘要:eclipse在编译项目时,当项目中导入了很多第三方js库时,eclipse在验证js时会消耗大量的时间,而我们却完全不用考虑那些js是否有错误 步骤: 阅读全文
posted @ 2017-04-12 11:43 243573295 阅读(1162) 评论(0) 推荐(0)
摘要:打开eclipse安装目录下的eclipse.ini文件,将红色内容加入 阅读全文
posted @ 2017-04-11 17:13 243573295 阅读(999) 评论(0) 推荐(0)