./configure--prefix=/usr/local/php--with-mysql=/usr/local/mysql--with-openssl--with-mysqli=/usr/local/mysql/bin/mysql_config--enable-mbstring--with-freetype-dir--with-jpeg-dir--with-png-dir--with-zlib--with-libxml-dir=/usr--enable-xml--enable-sockets--enabl..
分类:
Web程序 时间:
2016-08-02 17:19:13
阅读次数:
259
直接看步骤: 1.安装必备环境:gcc、pcre .................................. 2.安装apr、apr-util 3.解压编译安装Apache: ./configure --prefix=/usr/local/apache-2.4 --enable-so -- ...
分类:
Web程序 时间:
2016-08-02 01:20:03
阅读次数:
212
自动登录:更改etc/gdm/custom.conf在[daemon]下增加AutomaticLoginEnable=TrueAutomaticLogin=(用户名)*只有以图形界面开机时有效安装软件或更改配置通常需要以管理员账户进行在命令行进行操作时shift+pageup为上翻页shift+pageup为下翻页在/proc下可以查看当前进程信息及cup..
分类:
系统相关 时间:
2016-08-01 23:17:39
阅读次数:
216
1. 代码提示的设置 windows->preferences->java->Editor->Code Assist 中auto-activetion中的Enable auto-activetion选项要勾选上其中的三个的值可以自己设定,一般为默认值 最好把200毫秒时间 缩短一下,看个人需求 2. ...
分类:
系统相关 时间:
2016-08-01 13:58:16
阅读次数:
226
wgethttp://cn2.php.net/distributions/php-5.4.37.tar.bz2tarjxfphp-5.4.37.tar.bz2useradd-s/sbin/nologinphp-fpmcdphp-5.4.37./configure--prefix=/usr/local/php
--with-config-file-path=/usr/local/php/etc--enable-fpm
--with-fpm-user=php-fpm--with-fpm-group=php-fpm..
分类:
Web程序 时间:
2016-07-31 08:04:04
阅读次数:
176
./configure\--prefix=/usr/local/mysql\--localstatedir=/data/mysql/data\mysql数据目录--with-unix-socket-path=/usr/local/mysql/mysql.sock--enable-assembler\--with-mysqld-ldflags=-rdynamic\--with-client-ldflags=-all-static\--with-plugins=innobase,partition\--w..
分类:
数据库 时间:
2016-07-30 22:43:53
阅读次数:
337
echo用法说明echo用来显示文档的某行的。echo-n不在字符的最后换行echo-e当字符串中出现以下字符的时候,不把他当成一般字符,而是经过特殊处理\a发出警报声\b退格键\c最后不加上换行符\n换行\\插入\\0***插入八进制数***所代表Ascii字符\x**插入16进制数**所代表Ascii字符作业..
分类:
系统相关 时间:
2016-07-25 16:27:08
阅读次数:
194
# Redhat下的Mysql源码安装## Installing MySQL on Linux Using the MySQL Yum Repository如果选择使用yum安装5.6版本> Enable to use MySQL 5.6[mysql56-community]name=MySQL 5... ...
分类:
数据库 时间:
2016-07-25 14:26:34
阅读次数:
235
第二天linux基础知识1:终端(用户与主机交互必然用到的设备)物理终端:直接接入本机的设备虚拟终端:以软件的方法虚拟实现的终端。图形终端:属于虚拟终端模拟终端:图形打开的命令行或基于远程登录协议打开的终端。查看当前终端设备命令:tty2:交互式接口(启动终端后,在..
分类:
系统相关 时间:
2016-07-24 21:04:58
阅读次数:
168
一、先配置好环境 1.在工程上右键,选Properties,然后选Java Compiler,选Annotation Processing,把那三个Enable复选框都勾选上 2.然后选择Factory Path,勾选Enable project specific settings,然后添加Butt ...
分类:
编程语言 时间:
2016-07-24 09:22:56
阅读次数:
615