局部静态变量是如何做到只初始化一次的?
摘要:关于编译选项-Wa,-adlhn参考http://blog.csdn.net/lanxinju/article/details/5900986以下内容来自于内网别的高人的回复可以写个程序测试一下:class A{public: A() {}public: int a;};int stat...
阅读全文
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 >...
阅读全文
Time series database
摘要:https://en.wikipedia.org/wiki/Time_series_databasehttps://influxdb.com/docs/v0.9/introduction/getting_started.htmlhttp://opentsdb.net/http://prometheu...
阅读全文
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-...
阅读全文