摘要: 查看Ip:ifconfig | grep "inet" | grep -v 127.0.0.1查看端口占用情况命令 lsof -i tcp:port (port替换成端口号,比如6379)可以查看该端口被什么程序占用,并显示PID,方便KILL 阅读全文
posted @ 2015-11-20 09:46 wind90 阅读(173) 评论(0) 推荐(0) 编辑
摘要: Click me 原文地址:http://modernweb.com/2014/07/30/5-things-wont-believe-built-css/ 阅读全文
posted @ 2015-11-18 11:57 wind90 阅读(313) 评论(0) 推荐(0) 编辑
摘要: update a00 ,(select a,b as bb from a00) as T2 set a00.d =CONCAT("{themeCode:",'"',T2.bb,'"',"}") where a00.a =T2.a 10:05:50 update a00 ,(se... 阅读全文
posted @ 2015-11-17 11:40 wind90 阅读(130) 评论(0) 推荐(0) 编辑
摘要: well done! 预览 删除 编辑 ... 阅读全文
posted @ 2015-11-17 07:32 wind90 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 1, 查看远程分支git branch -a2 ,删除远程分支git branch -r -d origin/branch-namegit push origin :branch-name3,提交本地分支 test$ git push origin test:test // 提交本地test分支作为... 阅读全文
posted @ 2015-11-16 10:08 wind90 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-11-13 18:10 wind90 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 国外网站找的#snow{ background: none; font-family: Androgyne; background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'),... 阅读全文
posted @ 2015-11-12 18:36 wind90 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 参考文章 http://www.cnblogs.com/haogj/p/4785288.html 阅读全文
posted @ 2015-11-11 23:02 wind90 阅读(113) 评论(0) 推荐(0) 编辑
摘要: class User { public Integer age; public Integer getAge() { return age; } public void setAge(Integer age) { this.age = age; } public User(Integer a... 阅读全文
posted @ 2015-11-10 14:56 wind90 阅读(108) 评论(0) 推荐(0) 编辑
摘要: https://www.shiyanlou.com/courses/33http://www.cnblogs.com/leiOOlei/p/3548290.html 阅读全文
posted @ 2015-11-08 23:58 wind90 阅读(106) 评论(0) 推荐(0) 编辑