码迷,mamicode.com
首页 >  
搜索关键字:prefix    ( 4726个结果
通过rsync实现数据备份
1、Server端下载rsync-3.1.1pre2.tar.gz#tarzxvfrsync-3.1.1pre2.tar.gz#cd./rsync-3.1.1pre2#./configure--prefix=/usr/local/rsync#make&&makeinstall#vim/etc/rsyncd.conf uid=nobody gid=nobody usechroot=no maxconnections=10 strictmodes=yes pidfile=/var/run/..
分类:其他好文   时间:2014-08-15 18:03:49    阅读次数:212
L9-1-安装Apache
一、安装Apache服务器: 安装apr [root@OCP soft]# tar -zxf apr-1.5.1.tar.gz [root@OCP apr-1.5.1]# ./configure --prefix=/usr/local/apr make make install 查看httpd是否已...
分类:其他好文   时间:2014-08-15 01:17:26    阅读次数:305
Hyper Prefix Sets
uva11488:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=2483题意:给你n个串,对于一个前缀,如果出现k次,就会得到前缀的...
分类:其他好文   时间:2014-08-14 15:58:28    阅读次数:255
LAMP平台 ,MySQL、httpd、php安装
LAMP平台编译安装apache解决依赖关系安装apr编译安装apr-util安装pcre-devel软件包。使用命令yuminstallpcre-devel-y编译安装httpd-2.4.9#tarxfhttpd-2.4.9.tar.bz2#cdhttpd-2.4.9#./configure--prefix=/usr/local/apache--sysconfdir=/etc/httpd2.4--enable-so--enable-ssl--e..
分类:数据库   时间:2014-08-14 03:52:38    阅读次数:400
The prefix "tx" for element "tx:advice" is not bou
The prefix "tx" for element "tx:advice" is not bound 这个错误的原因很简单是: 我们在定义申明AOP的时候。。没有加载schema。 具体表现如下: <beans> ?<tx:advice id="txAdvice" transaction-manager="tra...
分类:其他好文   时间:2014-08-13 19:32:57    阅读次数:200
ffmpeg 中添加264支持
下载ffmpeg代码合x264代码,ffmpeg代码:http://ffmpeg.org/x264代码:http://www.videolan.org/developers/x264.htmlcdx264./configure--enable-staticmakemakeinstallcdffmpeg./configure--prefix=/usr/local/ffmpeg--enable-libx264--enable-gpl--disable-yasm--enable-shar..
分类:其他好文   时间:2014-08-13 19:26:17    阅读次数:181
MySQL同步复制
1、安装cmaketarzxvfcmake-2.8.11.2.tar.gzcdcmake-2.8.11.2./configuremake&&makeinstall2、安装mysqlgroupaddmysqluseradd-gmysqlmysqltarzxvfmysql-5.5.11.tar.gzcdmysql-5.5.11cmake.-DCMAKE_INSTALL_PREFIX=/usr/local/mysql/-DMYSQL_DATADIR=/usr/local/mysql/da..
分类:数据库   时间:2014-08-11 12:13:23    阅读次数:282
zabbix客户端安装配置
1.下载,解压并安装zabbixtar zxvf zabbix-2.0.12.tar.gzcd zabbix-2.0.12./configure --prefix=/usr/local/zabbix --enable-agentmake&&make install2.配置zabbix_agentd....
分类:其他好文   时间:2014-08-11 11:33:32    阅读次数:311
源码编译安装httpd2.4及虚拟主机
1.安装apr,apr-utils,pcre-devel和openssl-devel[root@wh1~]#tarxfapr-1.5.1.tar.gz [root@wh1~]#tarxfapr-util-1.5.3.tar.gz [root@wh1apr-1.5.1]#cdapr-1.5.1 [root@wh1apr-1.5.1]#./configure--prefix=/usr/local/apr [root@wh1apr-1.5.1]#make&&makeinstall [roo..
分类:其他好文   时间:2014-08-11 03:10:02    阅读次数:485
Struts2文件上传下载
Struts2文件上传 1.单个文件上传: ?a.首先建立一个jsp <%@taglib?uri="/struts-tags"?prefix="s"%> ??<s:actionerror/><br/> ??<!--注意:添加命名空间、否则在第一次上传之后地址将发生改变--> ??<!--注...
分类:其他好文   时间:2014-08-10 08:11:20    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!