码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
在mysql 服务器上安装sysbench-0.4.12,报错。
下载可以到csdn.net上下载。其他环境介绍:1、rhel6.3x64,最小化安装2、mysql5.5.40安装步骤:tarxzvftar-xzvfsysbench-0.4.12.tar.gzcdsysbench-0.4.12./autogen.sh./configure--prefix=/project/class2/sysbench--with-mysql=/project/class2/mysql/--with-mysql-includes=/..
分类:数据库   时间:2014-10-21 15:43:01    阅读次数:228
SQL 如何 远程备份数据库到本地
SQL 如何 远程备份数据库到本地 --1、启用xp_cmdshell USE master EXEC sp_configure 'show advanced options', 1 RECONFIGURE WITH OVERRIDE EXEC sp_configure 'xp_cmdshell', 1 RECONFIGURE WITH OVERRIDE EXEC sp_...
分类:数据库   时间:2014-10-21 15:27:55    阅读次数:207
中科院中文分词系统ICTCLAS如何在安卓平台上使用
============问题描述============ 最近的安卓开发中需要用到中文分词,就用了中科院的这个分词系统,但是按java应用程序方法引入API中的文件(DATA,ICTCLAS,Configure)等程序总会报错,请问有人在安卓平台上用过吗?麻烦告诉我该如何引用,如果有别的分词系统使用...
分类:移动开发   时间:2014-10-20 22:37:37    阅读次数:236
编译ffmpeg
1.下载ffmpeg-0.9.2.tar.gz http://ffmpeg.org/releases/下载需要的版本2.编译linux (centos5.5) 64位版本./configure --prefix=/home/chulk/ffmpeg-x64 --arch=x86_64 --host-...
分类:其他好文   时间:2014-10-20 20:48:36    阅读次数:379
mysql-----HA (keepalived篇)
5.21DB-015.22DB-025.24虚拟ip(不能是实际的ip)++选取vipkeepalived安装及配置安装keepalived在5.21上:wgethttp://www.keepalived.org/software/keepalived-1.2.13.tar.gztar-xvzfkeepalived-1.2.13.tar.gzcdkeepalived-1.2.13./configure--prefix=/usr/local/keepadlived--..
分类:数据库   时间:2014-10-20 17:34:26    阅读次数:342
phpize增加php模块
一,phpize的好处什么时候我们要用phpize呢?我们在安装php时:'./configure' '--prefix=/usr/local/php' '--with-mysql=/usr/local/mysql' '--with-zlib-dir' '--with-freetype-dir=/u...
分类:Web程序   时间:2014-10-20 14:41:34    阅读次数:142
PHP configure --help说明
配置帮助表: --help 显示帮助信息 display this help and exit --version 显示版本 display version information and exit --quiet, --silent 不显示checking……信息 do not print`checking...‘ messages --cac...
分类:Web程序   时间:2014-10-20 13:39:24    阅读次数:345
linux遇到的错误
1.新立得打开时报以下错 E: dpkg 被中断,您必须手工运行 sudo dpkg --configure -a解决此问题 解决方案:http://forum.ubuntu.org.cn/viewtopic.php?t=386943 ##/var/lib/dpkg/updates 資料夾 裏面的檔案 有問題 ...
分类:系统相关   时间:2014-10-19 17:16:03    阅读次数:174
centos6.4 nginx+mysql+php整合phpmyadmin出错解决方案
今天在centos下整合phpmyadmin出错,错误提示如下:Error during session start; please check your PHP and/or webserver log file and configure your PHP installation proper...
分类:数据库   时间:2014-10-18 13:53:27    阅读次数:200
mysql 5.1编译参数
一。下载:1.wget2.解压二。编译:1.参数:./configure\--prefix=/usr/local/mysql--with-unix-socket-path=/usr/local/mysql/tmp/mysql.sock--localstatedir=/usr/local/mysql/data--enable-assembler--enable-thread-safe-client--with-mysqld-user=mysql--with-b..
分类:数据库   时间:2014-10-18 11:20:43    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!