关于vsftp的安装问题,个人感觉被坑了不少,下载rpm也试了,下载tar.zg编译源码也试了,但是均是在报不同的错,比如说是找不到crypto**.so,还有make的时候报错说是找不到cap_init,google了半天也没有得到很好的...
分类:
系统相关 时间:
2015-09-26 20:03:37
阅读次数:
319
MySQL 5.5(5.6)后版本,需要使用cmake(Cross make ,https://cmake.org/)编译我的环境如下: VMWare虚拟机,CentOS 5.5 x86_64(内核:2.6.18-194.el5),SecureCRT客户端第一步:安装开发环境 [root@...
分类:
数据库 时间:
2015-09-26 18:33:04
阅读次数:
249
In file included from /root/php-5.3.6/ext/gd/libgd/gd_compat.c:8:/usr/local/jpeg/include/jpeglib.h:938: error: expected declaration specifiers or ‘......
分类:
Web程序 时间:
2015-09-26 08:09:19
阅读次数:
229
Makefile不是Make Love 从前在学校,混了四年,没有学到任何东西,每天就是逃课,上网,玩游戏,睡觉。毕业的时候,人家跟我说Makefile我完全不知,但是一说Make Love我就来劲了,现在想来依然觉得丢人。 毫不夸张地说,Kconfig和Makefile是我们浏览内核代码时最...
分类:
系统相关 时间:
2015-09-25 23:07:35
阅读次数:
526
Good morning ! It is really my honor to have this opportunity for an interview, I hope i can make a good performance today. I'm confident that I can.....
分类:
其他好文 时间:
2015-09-25 20:16:40
阅读次数:
226
touchlinux的touch命令不常用,一般在使用make的时候可能会用到,用来修改文件时间戳,或者新建一个不存在的文件命令参数touch选项(参数)文件1、命令参数a或--time=atime或--time=access或--time=use只更改存取时间。-c或--no-create不建立任何文档。-d使用指定的日期时间,..
分类:
其他好文 时间:
2015-09-25 18:46:56
阅读次数:
205
MySQL多实例编译安装注意#wget-chttp://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.26.tar.gz#cmake.-DCMAKE_INSTALL_PREFIX=/usr/local/mysql-DMYSQL_USER=mysql#make&&makeinstall每个实例里的用户是独立的,当配置完/etc/my.cnf之后启动所有实例mysqld_multistar..
分类:
数据库 时间:
2015-09-25 18:42:33
阅读次数:
218
In order to make the codes looks unified and make it easy to understand, it's better to use the same formatter for our code, the xml is the standard f...
分类:
编程语言 时间:
2015-09-25 15:57:46
阅读次数:
267
makemenuconfig rm:cannotremove`tmp/.host.mk':Permissiondenied退到trunk上级目录sudochown-R777trunk
分类:
其他好文 时间:
2015-09-25 12:59:04
阅读次数:
149
今天一个项目,需要用到连接SQLSERVER数据库,获取数据,按照以往的做法 ,安装了LNMP,装完之后在安装Freetds,然后在独立添加PHP的MSSQL的模块,./configure make &&make install 然后在PHP.ini 添加扩展MSSQL模块 一路安装顺利,安装好了以...
分类:
数据库 时间:
2015-09-25 12:49:01
阅读次数:
260