一、安装nginx前,安装pcre。# tar zxvf pcre-8.12.tar.gz# ./configure# make# make install二、安装nginx# tar zxvf nginx-1.0.7.tar.gz# ./configure --prefix=/usr/local/...
分类:
其他好文 时间:
2014-10-14 19:43:59
阅读次数:
160
How to make TWebBrowser get focus in DelphiWritten by AdministratorTags:DelphiTwebbrowser SinceTWebBrowseris inherited methods from TControl, you may....
从源代码编译安装安装gcc工具,因为golang有些功能是使用c写的,所以构建golang的编译是必须的apt-get install bison gawk gcc libc6-dev make安装mercurial工具,目的使用hg命令来提取golang的源代码apt-get install me...
分类:
系统相关 时间:
2014-10-14 15:51:48
阅读次数:
174
安装过程中所需要的软件:apr-1.5.1.tar.gzapr-util-1.5.4.tar.bz2httpd-2.4.10.tar.bz2mysql-5.5.33-linux2.6-x86_64.tar.gzphp-5.3.29.tar.bz2一.编译安装apache1.编译安装apr#tarzxvfapr-1.5.1.tar.gz
#cdapr-1.5.1
#./configure--prefix=/usr/local/apr
#make&&mak..
分类:
其他好文 时间:
2014-10-14 15:17:59
阅读次数:
256
http://www.cncentos.c口m/forum.php?mod=viewthread&tid=566centOs 2.6.32->2.6.37配置内核、安装A、清除环境变量 # make mrproperB、选择需要编译的内核模块 # make menuconfig 没有报错的...
分类:
其他好文 时间:
2014-10-14 14:24:00
阅读次数:
133
实现select组件的选择输入过滤作用的js代码如下:/***其中//******之间的部分显示的是在没有选择输入过滤功能的代码上加入的功能代码**//** * @description This plugin allows you to make a select box editable lik...
分类:
其他好文 时间:
2014-10-13 22:54:27
阅读次数:
271
mvn -h 可以看到很多命令及其用途;-am --also-make 同时构建所列模块的依赖模块;-amd -also-make-dependents 同时构建依赖于所列模块的模块;-pl --projects 构建制定的模块,模块间用逗号分隔;-rf -resume-from 从指定的模块恢复反...
分类:
其他好文 时间:
2014-10-13 19:32:26
阅读次数:
160
软件:IDEA 13.1.5? 最近使用IDEA来开发JAVA应用,对IDEA的界面很有爱,但是缺受不了它的运行速度。每次运行都要编译,所以就有了这边文章 总感觉IDEA的编译速度比eclipse慢,eclipse每次保存都自动编译,而且运...
分类:
其他好文 时间:
2014-10-13 18:49:37
阅读次数:
262
Driver class 'oracle.jdbc.driver.OracleDriver' could not be found, make sure the 'Oracle' driver (jar file) is installed.oracle.jdbc.driver.OracleDriv...
分类:
数据库 时间:
2014-10-13 17:38:09
阅读次数:
224
一、安装freetds 1、安装编译工具及驱动程序 yum install make apr* autoconf automake gcc gcc-c++ wget 2、安装unixODBC驱动程序 yum -y install unixODBC unixODBC-devel ...
分类:
数据库 时间:
2014-10-13 16:24:59
阅读次数:
359