摘要:
一个知乎问题:VS2013,debug模式int i = 4;cout using namespace std;int c = 6;int f(){ c+=1; return c;}int main(){ int i = 0; cout i = 0;> printf("i=%d i++=%d i-... 阅读全文
摘要:
1.ttautodeploy1)check os version :/etc/issue -->/etc/redhat-release2)give right inner and outer IP address for every conf file2.remove mysql when inst... 阅读全文
摘要:
If you wrote some struct whatever in C or C++ style.Please be careful for those in memory bug.1)结构体的内存变换判断struct strA{int a;int b;double c;};it was us... 阅读全文