更新:9 APR 2016 ========方法======== 对于任意的二元二阶齐次线性偏微分方程, \(a_{11}\dfrac{\partial^2u}{\partial x^2}+2a_{12}\dfrac{\partial^2 u}{\partial x\partial y}+a_{22... ...
分类:
其他好文 时间:
2016-04-09 15:22:51
阅读次数:
177
代码如下,写了好久,在centos6.3实践中用过,分享给大家@.·.@ 运行此脚本的前提有gcc/gcc-c++的编译环境,此脚本用到一些源码包(apr-1.2.7,apr-util-1.2.7,autoconf-2.59,cmake-2.6.4,curl-7.15.1,freetds-2.2.2 ...
分类:
系统相关 时间:
2016-04-09 15:21:26
阅读次数:
279
上一讲讲解过NIO的框图,可以看来,NIO通道是目前Tomcat7以后的默认的通道的推荐配置,在Tomcat6和以前的配置中,BIO是主流的配置:只需要修改protocol协议部分即可,而后续还有APR协议,NIO2.0的协议,都是修改这个字段。对于BIO的整体框图,基本和NIO保持类似,整体流程变... ...
分类:
其他好文 时间:
2016-04-09 08:07:28
阅读次数:
392
apache常见错误总结:1、./configure报错ConfiguringApachePortableRuntimelibrary...checkingforAPR...configure:error:the--with-aprparameterisincorrect.Itmustspecifyaninstallprefix,abuilddirectory,oranapr-configfile.解决办法:下载安装apr:http://apache.etoak.com/..
分类:
Web程序 时间:
2016-04-04 21:07:33
阅读次数:
500
Success loading Mysql Driver!Mon Apr 04 15:43:00 CST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. ...
分类:
数据库 时间:
2016-04-04 16:17:00
阅读次数:
45357
1、环境说明 centos6.7,2.6.32-573.el6.x86_64 2、man mkdir NAM mkdir - make directories 3、实例1 (1)#mkdir -m 751 dir1 drwxr-x--x 2 root root 4096 Apr 3 12:14 di ...
分类:
系统相关 时间:
2016-04-03 13:14:11
阅读次数:
239
123403-Apr-2016 00:27:57.154 WARNING [RMI TCP Connection(3)-127.0.0.1] org.springframework.web.context.support.XmlWebApplicationContext.refresh Except... ...
分类:
编程语言 时间:
2016-04-03 01:37:36
阅读次数:
978
redis报错: [6644] 02 Apr 23:11:58.976 # Creating Server TCP listening socket *:6379: bind: No such file or directory 的解决方案如下按顺序输入如下命令就可以连接成功 1. redis-cl ...
分类:
其他好文 时间:
2016-04-03 00:22:21
阅读次数:
407
参考了http://www.cnblogs.com/wangshide/archive/2011/10/29/2228936.html中的实现了一遍 # -*- coding: utf-8 -*-"""Created on Fri Apr 01 15:37:46 2016 @author: raoq ...
分类:
编程语言 时间:
2016-04-01 17:37:02
阅读次数:
194
下载安装和依赖包wgethttp://mirrors.cnnic.cn/apache//httpd/httpd-2.4.18.tar.bz2wgethttp://mirrors.cnnic.cn/apache//apr/apr-1.5.2.tar.gzwgethttp://mirrors.cnnic.cn/apache//apr/apr-util-1.5.4.tar.gzwgetftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre..
分类:
Web程序 时间:
2016-04-01 16:20:40
阅读次数:
184