环境:CentOS6.2 64位操作:使用gdb调试C++查询MySQL数据库的程序原因:解决办法:1、 修改文件/etc/yum.repos.d/CentOS-Debuginfo.repo中的enabled参数,将其值修改为1,如:vi /etc/yum.repos.d/CentOS-Debugi...
分类:
其他好文 时间:
2014-07-19 17:17:36
阅读次数:
199
提示缺少套件啦?别担心,Homebrew随时守候。$ brew install wgetHomebrew 会将套件安装到独立目录,并将文件软链接至/usr/local。$ cd /usr/local$ find CellarCellar/wget/1.15Cellar/wget/1.15/bin/w...
分类:
其他好文 时间:
2014-07-19 17:01:44
阅读次数:
177
1、yum install vsftpd;2、vi /etc/vsftpd/vsftpd.conf 将userlist_enable=YES改为NO3、vi /etc/vsftpd/ftpuser 将root注释掉4、如果提示 500 OOPS cannot change directory:/ro...
分类:
系统相关 时间:
2014-07-19 15:28:00
阅读次数:
349
After following many outdated and incomplete instructions for setting up a web development environment on a Mac (back in March 2012), and spending a l...
分类:
其他好文 时间:
2014-07-19 15:00:41
阅读次数:
730
7.7 移山开发方法——比TFS敏捷更精简几个软件学院的学生来请教阿超,同学们自豪地说,我们要用全套TFS敏捷开发模式开发项目!真的?阿超不敢相信。同学: 对!我们要用全5个工作项类型 – 任务、缺陷、场景、风险、服务质量需求、阿超: 你们有多少实战项目的经验?哦,都没有。这么说这是你们第一个真正的...
分类:
其他好文 时间:
2014-07-19 09:05:10
阅读次数:
212
转载请注明出处谢谢:http://www.openext.org/2014/07/qemu-kvm-bridge-00 安装桥接工具:sudo apt-get install bridge-utils 安装创建TAP界面的工具sudo apt-get install uml-utilities 编辑网络界面配置文件sudo vim /etc/network/interfacesauto eth0...
分类:
其他好文 时间:
2014-07-19 08:16:30
阅读次数:
236
此为目录,会常时间更新。没有的我会慢慢补上去,共同进步。(绿色为已经完成)LDAP介绍一、基础1、LDAP基础概念2、LDAP基础功能(重点为搜索:ldapsearch)二、install(非重点部分)1、编译安装2、yum安装(推荐)三、WEB控制台1、phpldapadmin2、lam四、Apache+ldap实现访问验..
分类:
其他好文 时间:
2014-07-19 02:22:45
阅读次数:
190
kcov是在bcov基础上进行的,bcov已经很久没有维护了;首先需要下载依赖库libdwraft,然后在configure时候进行指定:./configure --with-libdwarf=/usr/local/lib然后make;make install(1)悲催的是编译过程中出现了错误‘PT...
分类:
其他好文 时间:
2014-07-19 00:35:24
阅读次数:
316
free -m 查看内存状况cat /proc/version 查看linux版本状况fdisk -l 查看硬盘使用状况模糊查询find / -name "*svn*"find / -name "*Svn*"find / -name "*SVN*"独立安装的方式:1、yum install -y s...
分类:
其他好文 时间:
2014-07-19 00:09:03
阅读次数:
235
按照 演示的代码 直接运行会出错,大家需要调整方式。http://koajs.cn/要安装以下$ npm install -g n$ n 0.11.12$ node --harmony my-koa-app.js注意:现在你直接在命令行中运行:node hello.js 是会报错的。错误一般如下:f...
分类:
其他好文 时间:
2014-07-18 18:16:56
阅读次数:
660