返回结果: Fri Apr 15 17:19:22 2016: b1 is producing 1 to the queue.Fri Apr 15 17:19:22 2016: b1 is producing 1 to the queue.Fri Apr 15 17:19:22 2016: b2 i ...
分类:
编程语言 时间:
2016-04-15 18:26:23
阅读次数:
169
【编译apache】./configure --prefix=/usr/local/lamp/httpd -with-apr=/usr/local/apr -with-apr-util=/usr/local/apr-util -with-pcre=/usr/local/pcremake && mak ...
分类:
Web程序 时间:
2016-04-14 19:24:55
阅读次数:
159
Apache安装包 http://httpd.apache.org/download.cgi#apache24 安装依赖项目 APR和APR-util 官网地址: http://apr.apache.org/download.cgi 安装pcre库 官网地址: http://www.pcre.org ...
分类:
Web程序 时间:
2016-04-13 11:00:43
阅读次数:
228
1、更改机器名称~]#hostnamectl--staticset-hostnameoracle2、~]#su-oracleLastlogin:TueApr1210:11:34CST2016from192.168.30.250onpts/0[oracle@oracledb~]$lsnrctlstatusLSNRCTLforLinux:Version11.2.0.1.0-Productionon12-APR-201610:19:53Copyright(c)1991,2009,Oracle.Al..
分类:
数据库 时间:
2016-04-12 14:32:55
阅读次数:
163
先补充下基础知识: 如果要写日期扩展方法,使用Date.prototype.Function=function(){} 如把日期加减写成扩展方法 测试 var myDate=new Date(); myDate.addDay(2);//Thu Apr 14 2016 11:20:46 GMT+080 ...
分类:
Web程序 时间:
2016-04-12 12:20:36
阅读次数:
164
1.使用Date方法:导入 java.util.Date包 Date d = new Date();System.out.println(d); 可得到结果:Sun Apr 10 23:09:58 CST 2016 ,CST 代表 China Standard Time (中国标准时间,也就是北京时 ...
分类:
编程语言 时间:
2016-04-11 22:10:05
阅读次数:
184
更新:11 APR 2016 借鉴常微分方程的思路,先对偏微分方程求通解,再通过边界条件等确定其中的任意函数与系数。然而这种思路只对少数偏微分方程可行。 一维波动方程 | d'Alembert公式 \(\dfrac{\partial^2u}{\partial t^2}=a^2\dfrac{\part... ...
分类:
其他好文 时间:
2016-04-11 10:00:38
阅读次数:
226
在安装apache httpd2.4.18前需要安装其它几个软件,分别为pcre、apr、apr-util。
三个软件的下载地址分别为:
pcre:https://sourceforge.net/projects/pcre/files/pcre/8.38/
apr和apr-util:http://mirrors.cnnic.cn/apache/httpd/
由于本人不知道需要安装上...
分类:
Web程序 时间:
2016-04-10 15:05:18
阅读次数:
398
[root@shophttpd-2.4.18]#pwd/lampsource/tar/httpd-2.4.18[root@shophttpd-2.4.18]#./configure--prefix=/usr/local/apache2\>--enable-mods-shared=all\>--enable-so\>--enable-proxy-ajp\>--enable-rewrite\>--with-apr=/usr/local/apr\>--with-apr-util=..
分类:
Web程序 时间:
2016-04-10 06:56:59
阅读次数:
625
首先打开android studio项目 找到项目目录gradle\wrapper\gradle-wrapper.properties这个文件 你会看到 #Wed Apr 10 15:27:10 PDT 2013distributionBase=GRADLE_USER_HOMEdistributio ...
分类:
移动开发 时间:
2016-04-09 23:26:23
阅读次数:
1338