12 2015 档案

git 常用操作
摘要:查看某文件的某些行的变化历史: $ git log --pretty=short -u -L 2003,2005:Executor.cpp http://stackoverflow.com/questions/8435343/retrieve-the-commit-log-for-a-specifi 阅读全文

posted @ 2015-12-25 12:45 jjtx 阅读(255) 评论(0) 推荐(0)

使进程在后台运行
摘要:总结自http://askubuntu.com/questions/562911/how-to-execute-a-task-in-background1. 启动时 $ zathura a.pdf &2.$ zathura a.pdf$ # press Ctrl+z$ bg3. nohup zath... 阅读全文

posted @ 2015-12-18 09:27 jjtx 阅读(175) 评论(0) 推荐(0)

sugar 自动为DP 加cache (or打表)
摘要:// from http://www.csdn.net/article/2015-12-03/2826381#include #include #include #include #include #include template auto my_sugar(Function func) { ... 阅读全文

posted @ 2015-12-07 22:14 jjtx 阅读(271) 评论(0) 推荐(0)

导航