上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 57 下一页

2015年5月4日

布衣客

摘要: http://buyiker.com/龙潭斋 http://techlog.cn/html/index.php 阅读全文

posted @ 2015-05-04 10:51 雨渐渐 阅读(127) 评论(0) 推荐(0) 编辑

2015年4月29日

c++ 字符串工具类

摘要: #include #include "util.h"namespace strtool{std::string trim(const std::string& str) { std::string::size_type pos = str.find_first_not_of(' '); ... 阅读全文

posted @ 2015-04-29 17:02 雨渐渐 阅读(835) 评论(0) 推荐(0) 编辑

2015年4月24日

c++ 多线程编程

摘要: http://blog.csdn.net/hitwengqi/article/details/8015646基本用法#include #include using namespace std;#define NUM_THREADS 5void* say_hello(void* args){ s... 阅读全文

posted @ 2015-04-24 21:23 雨渐渐 阅读(250) 评论(0) 推荐(0) 编辑

2015年4月22日

网站排名

摘要: http://www.7a.com.cn/ 阅读全文

posted @ 2015-04-22 21:15 雨渐渐 阅读(97) 评论(0) 推荐(0) 编辑

c++ 私有函数 头文件设计

摘要: clock.h#ifndef CLOCK_H_INCLUDED#define CLOCK_H_INCLUDEDclass Clock{public: static void HandleExdataResponse(..........); 静态成员实现方式跟其他函数一样。只需在这里标明为sta... 阅读全文

posted @ 2015-04-22 14:51 雨渐渐 阅读(799) 评论(0) 推荐(0) 编辑

2015年4月20日

c++ 发布动态.so

摘要: 原文地址 代码改变世界Posts - 105, Articles - 0, Comments - 1561CnblogsDashboardLogoutHomeContactGalleryRSS吴秦(Tyler) C++静态库与动态库2013-10-16 20:18 by 吴秦, 24851 阅读... 阅读全文

posted @ 2015-04-20 18:28 雨渐渐 阅读(6477) 评论(0) 推荐(0) 编辑

2015年4月19日

内存泄露 memory leak 的原因

摘要: #include using namespace std;void foo(){ MyClass *x; x = new MyClass(); //指向的丢失了 两种解决方法: return x; delete[] x; x = NULL; return 0;}i... 阅读全文

posted @ 2015-04-19 13:02 雨渐渐 阅读(150) 评论(0) 推荐(0) 编辑

2015年4月14日

查网卡信息(千M o 万M)

摘要: ethtoo 命令 需要root权限~ 阅读全文

posted @ 2015-04-14 16:59 雨渐渐 阅读(146) 评论(0) 推荐(0) 编辑

2015年4月12日

gcc命令

摘要: 阅读全文

posted @ 2015-04-12 10:15 雨渐渐 阅读(120) 评论(0) 推荐(0) 编辑

2015年4月11日

不对吧~

摘要: 穆里尼奥特意提到了弗格森,他称正是老爵爷让他懂得了尊重对手和公平比赛的含义。2004年的欧冠联赛,穆里尼奥率领波尔图在第90分钟绝杀曼联,这次系列赛也是他和老爵爷的第一次正面交锋,回忆起这段往事,穆帅心中却满是对弗格森的敬重之情:“正是那场比赛让我知道了,像弗格森这样伟大的人具有着两面性。他首先是一... 阅读全文

posted @ 2015-04-11 10:24 雨渐渐 阅读(212) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 57 下一页

导航