11 2015 档案

摘要:随手一记, 方便以后查找!1.安装apache2.4 - 下载压缩文件并解压到D:\Develop\Apache24 - 修改 conf 目录下: httpd.conf 文件 - 服务器目录:Define SRVROOT "D:\Develop\Apache24" - 端口号:Lis... 阅读全文
posted @ 2015-11-22 20:08 roger9567 阅读(254) 评论(0) 推荐(0)
摘要:参考>shared_ptr类摘要(只列出了常用的部分)和相关说明 1 template class shared_ptr { 2 public: 3 typedef T element_type; 4 shared_ptr(); 5 template explicit sh... 阅读全文
posted @ 2015-11-21 10:32 roger9567 阅读(251) 评论(0) 推荐(0)