码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
Linux安装httpd52.4.10
1、cd /mnttar zxvf httpd-2.4.10.tar.gz ./configure --prefix=/mnt/apache2 --enable-dav --enable-modules=soAPR version 1.4.0 or later is required, found ...
分类:Web程序   时间:2015-02-18 09:26:20    阅读次数:241
linux下安装HTK
写在前面:如果只是单纯研究HTK,建议linux采用32位的,可以省事不少,64位至今有无法解决的error存在。具体过程请参考这篇博客:http://blog.sina.com.cn/s/blog_87862d6a01012i9n.html我在这一步遇到的问题主要是./configure时一直显示...
分类:系统相关   时间:2015-02-15 23:05:57    阅读次数:348
s3cmd安装与使用
一、安装1.下载安装包。这里我们使用s3cmd-1.0.0.tar.gz安装包2.解压安装包tarxzvfs3cmd-1.0.0.tar.gz3.移动路径mvs3cmd-1.0.0/usr/local/s3cmd4.创建软链接ln-s/usr/local/s3cmd/s3cmd/usr/bin/s3cmd5.执行配置命令(按提示输入相应密码等)s3cmd--configure注:执行该命令后,..
分类:其他好文   时间:2015-02-15 13:45:12    阅读次数:1795
云服务器的python2.7安装
2、安装python2.7机器自带python2.4.3版本;但是,很多新功能都是基于2.7来的;比如多进程、装饰器等;于是,需要自己准备python环境了;python环境准备:wgethttp://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgztarzxfPython-2.7.3.tgzcdPython-2.7.3./configure--prefi..
分类:编程语言   时间:2015-02-14 01:21:15    阅读次数:240
二:Recovery models(恢复模式)
For each database that you create in SQL Server, with the exception of the system databases, you can configure it to use one of three possible recover...
分类:其他好文   时间:2015-02-13 16:20:44    阅读次数:253
为 Macbook 安装 enca 命令
enca 是个查看、转换编码的开源软件, 地址:http://dl.cihar.com/enca/安装的步骤比安装 wget 简单多了:1、用 wget 获取最新的enca 的 tar.gz 的版本文件2、用 tar -zxvf 解压缩3、cd 进解压的目录里面,运行 ./configure 4、....
分类:系统相关   时间:2015-02-13 06:53:46    阅读次数:297
SQL 调用 webservice
webservice 需要配置为get 方式sp_configure 'show advanced options', 1;GORECONFIGURE;GOsp_configure 'Ole Automation Procedures', 1;GORECONFIGURE;GO/***********...
分类:数据库   时间:2015-02-12 18:19:42    阅读次数:232
在SQL脚本中进行文件的读写
在SQL脚本中进行文件的读写 首先需要开启xp_cmdshell[sql] sp_configure 'show advanced options',1 reconfigure go sp_configure 'xp_cmdshell',1 reconfigure go 然后再...
分类:数据库   时间:2015-02-12 18:10:44    阅读次数:162
nginx主配置文件解释
Tengine主配置文件Tengine安装tarzxvftengine-2.0.3.tar.gzcdtengine-2.0.3/./configure--prefix=/data/ops/app/tengine-2.0.3/--with-http_stub_status_module--with-pcre--with-http_upstream_check_modulemake&&makeinstallecho"/data/ops/app/tengine-2.0.3/sbin/n..
分类:其他好文   时间:2015-02-12 14:09:13    阅读次数:328
在不同的Linux发行版上安装TFTP Server
http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/ http://www.cyberciti.biz/faq/install-configure-tftp-server-ubuntu-deb...
分类:系统相关   时间:2015-02-11 16:09:52    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!