发布时间:2014-03-24 16:48:18
如下代码:bRet = m_ServerInfo.insert(map::value_type(srv_info.srv_ip, srv_info));报错:错误:不能将 ‘std::pair’ .........【阅读全文】
发布时间:2014-03-12 14:52:27
一个简单的启动程序的脚本,执行方法为:./start.sh program[root@localhost bin]# cat start.sh #!/bin/bash## ====================================================#### 启动程序##if [ -z "$1" ]then&n.........【阅读全文】
发布时间:2013-12-31 18:29:28
error LNK2001: unresolved external symbol __imp___CrtDbgReportW参考:http://hi.baidu.com/lyfxmu/item/23b31234546b12f2e7bb7a94Project->Properties->Configuration Properties->C/C++->Code Generation->Runtime Library->Multi-threaded DLL (/MD) 修改为: Multi-threaded Debug DLL (/MDd).........【阅读全文】