1、错误描述
[CQ] ERROR [http-apr-8888-exec-3] com.opensymphony.xwork2.util.logging.commons.CommonsLogger.error (38)|Exception occurred during processing request:Unknown entity:java.util.ArrayList
org.hib...
分类:
移动开发 时间:
2014-12-03 23:29:55
阅读次数:
559
检查编译安装步骤,如果是采用下面这个方法安装,请换一种方法,我遇到过多次这个问题,都是因为这个安装问题导致的。存在问题的方法解压apr apr-util,去掉版本号,拷贝至httpd-/srclib/./configure --prefix=/usr/local/apache2 --enable-d...
分类:
Web程序 时间:
2014-11-27 17:41:40
阅读次数:
1256
################## APACHE ################./configure --prefix=/usr/local/apache --with-apr=/usr/local/apr-1.5/bin/apr-1-config --with-apr-util=/usr/l...
分类:
数据库 时间:
2014-11-26 18:20:17
阅读次数:
260
apache2.4 安装出现如下错误
```
[lzz@localhost httpd-2.4.10]$ ./configure
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e....
分类:
Web程序 时间:
2014-11-23 00:44:13
阅读次数:
255
1.apr许多朋友可能在启动tomcat的时候都会看到类似这样的信息:引用org.apache.catalina.core.AprLifecycleListener init信息: The Apache Tomcat Native library which allows optimal perfo...
分类:
其他好文 时间:
2014-11-22 13:22:30
阅读次数:
203
1. 查看gcc版本和g++版本:/usr/bin$ ls -l gcc*lrwxrwxrwx 1 root root7 Aug 30 19:26 gcc -> gcc-4.6-rwxr-xr-x 1 root root 353216 Apr 16 07:37 gcc-4.6:/usr/bin$ l...
分类:
移动开发 时间:
2014-11-21 14:18:42
阅读次数:
263
SET DEFINE OFF
SET SERVEROUTPUT ON
DECLARE
req UTL_HTTP.REQ;
resp UTL_HTTP.RESP;
value VARCHAR2(32767);
V_DATA VARCHAR2(100) := 'strDate=”31-APR-2012”&strName=”TestName”';
BEGIN
req := UTL_...
分类:
Web程序 时间:
2014-11-20 17:04:02
阅读次数:
149
首先安装apache依赖的apr和apr-util1.下载(apr.apache.org/download.cgi)源文件, 如apr-1.5.1.tar.gz2.解压 tar -xzvf apr-1.5.1.tar.gz3.进入解压目录,依次执行123. /configuremakemake in...
分类:
Web程序 时间:
2014-11-20 11:37:54
阅读次数:
175
iOS界面设计切图小结APR 12TH, 20131.基本尺寸(1)界面实际设计时按:iPhone4、4s:640px*960pxiPhone5: 640px*1136pxiPad:1536px*2048px(2) 图标:1024px*1024px 圆角180px提交1024px*1024px 方角...
分类:
移动开发 时间:
2014-11-20 01:27:07
阅读次数:
235
关于 Out of Socket memory 的解释 Posted on?May 9, 2012 一台 Nginx server,到晚上高峰 messages 出现大量的如下信息: Apr 23 22:43:21 rs1 kernel: [...] Out of socket memory 两种情况会出发 "Out of so...
分类:
其他好文 时间:
2014-11-19 12:44:12
阅读次数:
195