摘要:
1、在CVars文件中搜索tinyxml,去掉所有tinyxml的编译选项2、Add the following line to the "CMakeLists.txt" file: set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)3、去掉Trie中和tinyxml有... 阅读全文
摘要:
1、How to force urllib2 not to use a proxyHere is an example to remove proxy settings for all requests:proxy_handler = urllib2.ProxyHandler({})opener =... 阅读全文