摘要:
错误: error: ‘to_string’ was not declared in this scope 原因: to_string是C++11引入的新功能,旧版本编译器可能不支持它,所以要给编译器加上“C++11”编译支持 解决方案: Linux下的GCC编译器:在 g++ 命令行加入编译选项 阅读全文
摘要:
问题: Chrome 浏览器访问 Google 学术出现如下的问题 : ... but your computer or network may be sending automated queries. To protect our users, we can't process your req 阅读全文