摘要:
查看Ip:ifconfig | grep "inet" | grep -v 127.0.0.1查看端口占用情况命令 lsof -i tcp:port (port替换成端口号,比如6379)可以查看该端口被什么程序占用,并显示PID,方便KILL 阅读全文
摘要:
Click me 原文地址:http://modernweb.com/2014/07/30/5-things-wont-believe-built-css/ 阅读全文
摘要:
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... 阅读全文
摘要:
well done! 预览 删除 编辑 ... 阅读全文
摘要:
1, 查看远程分支git branch -a2 ,删除远程分支git branch -r -d origin/branch-namegit push origin :branch-name3,提交本地分支 test$ git push origin test:test // 提交本地test分支作为... 阅读全文
摘要:
国外网站找的#snow{ background: none; font-family: Androgyne; background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'),... 阅读全文
摘要:
参考文章 http://www.cnblogs.com/haogj/p/4785288.html 阅读全文
摘要:
class User { public Integer age; public Integer getAge() { return age; } public void setAge(Integer age) { this.age = age; } public User(Integer a... 阅读全文
摘要:
https://www.shiyanlou.com/courses/33http://www.cnblogs.com/leiOOlei/p/3548290.html 阅读全文