代码改变世界

阅读排行榜

Go GDB调试

2015-01-29 15:43 by briller, 371 阅读, 收藏,
摘要: 加载go-routine 支持 source /usr/local/go/src/runtime/runtime-gdb.py修改文件#_rctp_type = gdb.lookup_type("struct runtime.rtype").pointer()_rctp_type = gdb.loo... 阅读全文

python none not 的区别

2014-10-31 17:19 by briller, 364 阅读, 收藏,
摘要: x = list()x is None : Falsenot x : True 阅读全文

设置idea的jsp替换

2014-09-10 14:09 by briller, 360 阅读, 收藏,
摘要: http://stackoverflow.com/questions/19596779/intellij-and-tomcat-changed-files-are-not-automatically-recognized-by-tomcat 阅读全文

crontab 里 % 引发的问题

2014-07-25 11:57 by briller, 339 阅读, 收藏,
摘要: 写个 crontab ,命令是类似这样的/path/to/script `date +%Y-%m-%d`直接运行很正常,但是在 crotnab 里就出错。/bin/sh: -c: line 1: unexpected EOF while looking for matching ``'/bin/sh... 阅读全文

ubuntu 软件框消失解决方法

2014-09-11 18:41 by briller, 325 阅读, 收藏,
摘要: compiz --replace 阅读全文
上一页 1 2 3 4 5 6 7 ··· 9 下一页