apt安装方式 Configure Package Management System (APT) The Ubuntu package management tool (i.e.?dpkg?and?apt) ensure package consistency and authenticity by requiring that distributors sign pack...
分类:
其他好文 时间:
2014-10-31 19:23:50
阅读次数:
182
在Guice中,注入器的工作是装配对象图,当请求某一类型实例时,注入器根据对象图来判断如何创建实例、解析依赖。要确定如何解析依赖就需要通过配置注入器的绑定方式。
要创建绑定(Binding)对象,可以继承自AbstractModule类,然后覆盖其configure方法,在方法调用bind()方法来指来定每一次绑定,这些方法带有类型检查,如果你使用了错误的类型编译器就会报告编译错误。如果你已...
分类:
其他好文 时间:
2014-10-31 19:13:26
阅读次数:
251
jk安装配置
jk用于整合apache与tomcat。
1、安装jk
wgethttp://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.40-src.tar.gz
tar-xvftomcat-connectors-1.2.40-src.tar.gz
cdtomcat-connectors-1.2.40-src/native/
./configure--with-apxs=/usr/lo..
分类:
其他好文 时间:
2014-10-31 16:00:16
阅读次数:
228
今天在交叉编译时犯了一个错误,纠结了好久,曾经交叉编译器的前缀基本上都是用arm-linux-,这次换了一个新环境是arm-none-linux-gnueabi-,于是想当然的把configure中的host參数设置为--host arm-linux,于是就犯了一些错误。把它改为--host arm...
分类:
其他好文 时间:
2014-10-31 15:31:53
阅读次数:
160
1、在執行完./configure 和make install 後出現test -d '/usr/local/nginx/logs' || mkdir -p '/usr/local/nginx/logs'test -d '/usr/local/nginx/logs' || mkdir -p ...
分类:
系统相关 时间:
2014-10-30 18:43:42
阅读次数:
316
Install BIND to configure DNS server which resolves domain name or IP address. BIND uses 53/TCP,UDP. [1] Install BIND. [root@dlp ~]#? yum?-y install bind bind-utils [2] Configure BIND This exampl...
分类:
其他好文 时间:
2014-10-30 17:24:40
阅读次数:
597
安装压力测试工具:sysbench1>安装依赖环境包:yuminstall-ybzryuminstall-ylibtool下载主程序包:bzrbranchlp:sysbench//下载到当前目录,文件名为:sysbench开始安装:cdsysbench./autogen.sh./configure--with-mysql-includes=/usr/local/mysql/include--with-mysql-libs=/usr..
分类:
数据库 时间:
2014-10-30 15:30:04
阅读次数:
371
1.打开 >> Eclipse2.右击项目 >> Build path >> Configure Build path 如图1:图13.进入 >> Configure Build Path >> Libraries >> JRE System Librery[jdk1.8](双击) >> Alte....
分类:
编程语言 时间:
2014-10-29 10:39:25
阅读次数:
154
php下载http://cn2.php.net/downloads.phphttp://cn2.php.net/downloads.phplibxml2下载ftp://xmlsoft.org/libxml2/zlib下载http://www.zlib.net/解压下载到的软件tarzxvfphp-5.6.2.tar.gz
tarzxvflibxml2-2.7.2.tar.gz安装libxml2cdlibxml2-2.7.2
./configure--prefix=/usr/lo..
分类:
Web程序 时间:
2014-10-29 02:03:09
阅读次数:
208
download SDL 1.2.xxx version source code.1) configure2) make & make instlldownload recent ffmpeg source code.1) configure --enable-ffplay2) vi ffplay....
分类:
其他好文 时间:
2014-10-29 01:40:36
阅读次数:
203