(7)EJB3.0 EJB开发消息驱动bean JMS 一:Java消息服务(Java Message Service) 二:jms中的消息 消息传递系统的中心就是消息。一条 Message 由三个部分组成: 头(header),属性(property)和主体(body)。消息有下面几种类...
分类:
其他好文 时间:
2014-07-22 22:52:13
阅读次数:
357
if((_6e4+"").length>2){
?var?mkm_rn_width?=?((_6e4+"").length-2)*7+25;
?if($(‘.datagrid-header-rownumber‘).width()!=mkm_rn_width){
?$(‘.datagrid-header-rownumber‘).width(mkm_rn_width);
?}
?...
分类:
其他好文 时间:
2014-07-22 08:37:35
阅读次数:
205
当 Visual C++ 项目启用了预编译头 (Precompiled header) 功能时,如果项目中同时混合有 .c 和.cpp 源文件,则可能收到 C1853 编译器错误:fatal error C1853: ‘pjtname.pch‘precompiled header file...
分类:
编程语言 时间:
2014-07-21 10:32:19
阅读次数:
195
在安装 subversion时候 #tar xvjf subversion-1.6.3.tar # ./configure --prefix=/data1/subversion --with-apxs=/data1/apache2/bin/apxs ?--with-apr-util=/data1/apache2/bin/apu-1-config --with-apr=/d...
分类:
数据库 时间:
2014-07-21 10:18:57
阅读次数:
241
Problem Description
IP lookup is one of the key functions of routers for packets forwarding and classifying. Generally, IP lookup can be simplified as a Longest Prefix Matching (LPM) problem. That'...
分类:
其他好文 时间:
2014-07-20 10:18:28
阅读次数:
235
相信大家在安装nginx的时候会遇到一些问题,我在做实验的时候遇到一个问题,就是在执行./configure--prefix=/usr/local/ngix--conf-path=/etc/ngix/ngix.conf这一步的时候,下面出现了一个error,./configure:error:theHTTPgzipmodulerequiresthezliblibrary.Youcaneitherdisab..
分类:
其他好文 时间:
2014-07-20 03:43:06
阅读次数:
250
Ubuntu安装keepalived(热备份)http://www.keepalived.org/software/keepalived-1.1.19.tar.gzMASTER服务器$sudoapt-getinstalllibpopt-dev$sudoapt-getinstalldaemon$sudotarzxfvkeepalived-1.1.19.tar.gz$cdkeepalived-1.1.19$./configure--prefix=/usr/local/keepalived$ma..
分类:
其他好文 时间:
2014-07-20 03:18:37
阅读次数:
177
一、安装libeventsudo wget http://www.monkey.org/~provos/libevent-1.3.tar.gzsudo tar zxvf libevent-1.3.tar.gzcd libevent-1.3sudo ./configure -prefix=/usrsu...
分类:
系统相关 时间:
2014-07-19 16:12:10
阅读次数:
211
安装php5.5 ./configure --prefix=/usr/local/php5.5.14/ --with-apxs2=/usr/local/apache2.2.27/bin/apxs --with-mysqli=/opt/mysql/bin/mysql_config --enable-....
分类:
Web程序 时间:
2014-07-19 15:27:02
阅读次数:
296
PHP编译参数Apache:./configure--prefix=/usr/local/php--with-apxs2=/usr/local/apache2/bin/apxs--with-curl--with-mcrypt--enable-mbstring--with-iconv--with-gd--with-jpeg-dir=/usr/local/lib--enable-pdo--with-pdo-mysql=/usr/local/mysql5.5.25/--with-mysqli=/usr/lo..
分类:
系统相关 时间:
2014-07-19 02:12:55
阅读次数:
266