06 2014 档案

摘要:第一种 方法[root@haha ~]# yum install gconf-editor[null@haha ~]$ gconf-editor // 此处注意 切换 到 普通用户此时 打开 gconf-editor 图形界面-------------------------------------... 阅读全文
posted @ 2014-06-09 15:35 风之谷地 阅读(1249) 评论(0) 推荐(0)
摘要:“default constructor ... 在需要的时候被编译器产生出来。“ ------ 《深度探索C++对象模型》,P39(华中科技大学出版)--------------------------------------------------------------------------... 阅读全文
posted @ 2014-06-04 00:18 风之谷地 阅读(352) 评论(0) 推荐(0)
摘要:测试 代码运行时间linux 中的 中 有个函数可以获取当前时间,精确到 微秒 ----> gettimeofday() 1 #include // int gettimeofday(struct timeval *tv, struct timezone *tz); 2 /***... 阅读全文
posted @ 2014-06-02 15:14 风之谷地 阅读(3003) 评论(0) 推荐(0)