上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
  2016年6月20日
摘要: http://charlee.li/debug-djangp-with-pdb.html https://github.com/tomchristie/django-pdb 阅读全文
posted @ 2016-06-20 23:16 阿笨猫 阅读(659) 评论(0) 推荐(0) 编辑
  2016年6月14日
摘要: https://fedoraproject.org/wiki/Archive:Tools/RPM/VersionComparison?rd=Tools/RPM/VersionComparison http://rpm5.org/docs/api/dependencies.html http://ww 阅读全文
posted @ 2016-06-14 23:35 阿笨猫 阅读(237) 评论(0) 推荐(0) 编辑
  2016年5月14日
摘要: http://www.kafeitu.me/git/2012/03/27/git-submodule.html https://git-scm.com/book/zh/v2/Git-%E5%B7%A5%E5%85%B7-%E5%AD%90%E6%A8%A1%E5%9D%97 阅读全文
posted @ 2016-05-14 23:44 阿笨猫 阅读(234) 评论(0) 推荐(0) 编辑
  2016年4月11日
摘要: http://stackoverflow.com/questions/1068650/using-awk-to-remove-the-byte-order-mark http://thegreyblog.blogspot.com/2010/09/shell-script-to-find-and-re 阅读全文
posted @ 2016-04-11 14:53 阿笨猫 阅读(621) 评论(0) 推荐(0) 编辑
  2016年2月16日
摘要: http://liguangming.com/how-to-use-utf-8-with-python http://www.lijiejie.com/python-sys-setdefaultencoding-trick/ http://blog.csdn.net/magicharvey/arti 阅读全文
posted @ 2016-02-16 11:47 阿笨猫 阅读(345) 评论(0) 推荐(0) 编辑
  2015年9月30日
摘要: 在gcc编译目录下找到最新的libstdc++.so,拷贝至/usr/lib64/,运行命令ldconfig 阅读全文
posted @ 2015-09-30 10:15 阿笨猫 阅读(413) 评论(0) 推荐(0) 编辑
  2015年9月17日
摘要: valgrind什么的就不说了AddressSanitizer除了heap,stack的也可以https://en.wikipedia.org/wiki/AddressSanitizer#Stack-buffer-overflowhttp://developerblog.redhat.com/201... 阅读全文
posted @ 2015-09-17 12:04 阿笨猫 阅读(1221) 评论(0) 推荐(0) 编辑
摘要: https://ariejan.net/2010/06/10/cherry-picking-specific-commits-from-another-branch/http://blog.csdn.net/ybdesire/article/details/42145597经常被问到如何从一个分支合... 阅读全文
posted @ 2015-09-17 11:41 阿笨猫 阅读(1348) 评论(0) 推荐(0) 编辑
  2015年7月16日
摘要: 关于编译选项-Wa,-adlhn参考http://blog.csdn.net/lanxinju/article/details/5900986以下内容来自于内网别的高人的回复可以写个程序测试一下:class A{public: A() {}public: int a;};int stat... 阅读全文
posted @ 2015-07-16 23:35 阿笨猫 阅读(10239) 评论(0) 推荐(4) 编辑
  2015年7月14日
摘要: #include #include #include void f(){ std::string line; while(std::getline(std::cin, line)) //input from the file in.txt { std::cout >... 阅读全文
posted @ 2015-07-14 22:08 阿笨猫 阅读(423) 评论(0) 推荐(0) 编辑
  2015年7月4日
摘要: https://en.wikipedia.org/wiki/Time_series_databasehttps://influxdb.com/docs/v0.9/introduction/getting_started.htmlhttp://opentsdb.net/http://prometheu... 阅读全文
posted @ 2015-07-04 18:11 阿笨猫 阅读(362) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/LittleHann/p/3854977.htmlhttp://www.cnblogs.com/cozy/articles/3175615.htmlhttp://samanbarghi.com/blog/2014/09/05/how-to-wrap-a-... 阅读全文
posted @ 2015-07-04 17:56 阿笨猫 阅读(186) 评论(0) 推荐(0) 编辑
  2015年5月5日
摘要: export TERM=linux或者具体选项 可以看看secrecrt的选项 阅读全文
posted @ 2015-05-05 09:38 阿笨猫 阅读(1023) 评论(0) 推荐(0) 编辑
  2015年4月14日
摘要: 把lua编译出so文件http://superuser.com/questions/557884/getting-error-recompile-with-fpichttp://guiquanz.me/2012/08/02/lua_improvements/http://lua-users.org/... 阅读全文
posted @ 2015-04-14 18:04 阿笨猫 阅读(2179) 评论(0) 推荐(0) 编辑
  2015年4月7日
摘要: https://pypi.python.org/pypi/glhooks/0.1.0https://filippo.io/a-python-github-push-webhook-handler/http://zhiwei.li/text/2011/05/python%E4%B8%AD%E5%88%... 阅读全文
posted @ 2015-04-07 16:03 阿笨猫 阅读(816) 评论(0) 推荐(0) 编辑
  2015年3月23日
摘要: -finstrument-functionsconstructordestructor__builtin_return_addresshttp://linuxgazette.net/151/melinte.htmlhttp://blog.csdn.net/hengshan/article/detai... 阅读全文
posted @ 2015-03-23 20:37 阿笨猫 阅读(220) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/clover-toeic/p/3755401.htmlhttp://blog.csdn.net/wangyezi19930928/article/details/16921927http://blog.csdn.net/anzhsoft/article/... 阅读全文
posted @ 2015-03-23 20:17 阿笨猫 阅读(247) 评论(0) 推荐(0) 编辑
  2015年2月14日
摘要: http://sourceforge.net/projects/cppcheck/files/?source=navbarhttps://github.com/danmar/cppcheckhttp://cppcheck.sourceforge.net/manual.pdf 阅读全文
posted @ 2015-02-14 16:51 阿笨猫 阅读(284) 评论(0) 推荐(0) 编辑
  2015年1月7日
摘要: http://blog.csdn.net/liminlu0314/article/details/8553926http://blog.csdn.net/u011833609/article/details/18057079http://geokoder.com/distanceshttp://ww... 阅读全文
posted @ 2015-01-07 11:01 阿笨猫 阅读(466) 评论(0) 推荐(0) 编辑
  2015年1月4日
摘要: http://www.turbolinux.com.cn/turbo/wiki/doku.php?do=export_xhtml&id=%E6%94%B6%E9%9B%86%E7%B3%BB%E7%BB%9F%E4%BF%A1%E6%81%AF:lsofhttp://xjsunjie.blog.51... 阅读全文
posted @ 2015-01-04 11:23 阿笨猫 阅读(221) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页