随笔 - 371  文章 - 0  评论 - 12  阅读 - 243万
07 2015 档案
局部静态变量是如何做到只初始化一次的?
摘要:关于编译选项-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 阿笨猫 编辑
how-to-redirect-cin-and-cout-to-files
摘要:#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 阿笨猫 编辑
Time series database
摘要: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 阿笨猫 编辑
Linux System Calls Hooking Method Summary
摘要: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 阿笨猫 编辑


点击右上角即可分享
微信分享提示