06 2015 档案

摘要:一、说安装1、安装 yacc :# yum install byacc2、安装 glib: :# yum install glibc3、安装wireshark :# yum install wireshark4、安装libpcap :# yum install libpcap5、... 阅读全文
posted @ 2015-06-16 13:50 fengbohello 阅读(373) 评论(0) 推荐(0) 编辑
摘要:1、直接贴过程[fengbo@CentOS: jigsaw]$ rpm -q ncursesncurses-5.7-3.20090208.el6.i686[fengbo@CentOS: jigsaw]$ rpm -q ncurses-develpackage ncurses-devel is not... 阅读全文
posted @ 2015-06-10 22:08 fengbohello 阅读(690) 评论(0) 推荐(0) 编辑
摘要:1、配置svn的hooks2、实例演示1、配置svn的hooks 1.1)配置情况 承接上篇svn搭建的文章,今次继续使用上篇文章的配置 上篇文章的地址:linux下搭建svn代码库 svn仓库所在的目录为/opt/svn/firsttest 1.2)修改hooks文件post-commit ... 阅读全文
posted @ 2015-06-05 14:02 fengbohello 阅读(4012) 评论(0) 推荐(0) 编辑
摘要:1、代码2、运行结果1、代码 1 #include 2 #include 3 4 template class ClsQueueData 5 { 6 private : 7 ClsQueueData * __m_next; 8 T * ... 阅读全文
posted @ 2015-06-04 20:52 fengbohello 阅读(2708) 评论(0) 推荐(0) 编辑
摘要:linux使用线程锁访问互斥资源:1、线程锁的创建pthread_mutex_t g_Mutex;2、完整代码如下 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include ... 阅读全文
posted @ 2015-06-04 16:03 fengbohello 阅读(460) 评论(0) 推荐(0) 编辑
摘要:1、安装svn客户端2、创建svn代码库1、安装svn客户端 1.1、使用命令安装 1)CentOS$ yum install subversion 2)ubuntusudo apt-get install subversion 1.2、源码安装 http://www.cnblogs.co... 阅读全文
posted @ 2015-06-04 09:42 fengbohello 阅读(8144) 评论(3) 推荐(0) 编辑
摘要:这个版本是上个版本的加强版,上个版本的代码:http://www.cnblogs.com/fengbohello/p/4542912.html 目录 1、代码 2、运行结果 1、代码 1.1 调试信息的配置 1.2 栈类的声明 1.3 构造函数的实现 1.4) 析构函数的实现 1.5)内存控制函数 阅读全文
posted @ 2015-06-02 20:41 fengbohello 阅读(1152) 评论(6) 推荐(0) 编辑

点击右上角即可分享
微信分享提示