Modules Here is a list of all modules: [detail level 12] The eXtented eXosip stack LibeXosip2 Version 4.0.0 How-To initialize libeXosip2. How-To initi...
分类:
其他好文 时间:
2014-08-29 17:57:48
阅读次数:
276
修改alps/mediatek/source/packages/backupRestore/src2/src/com/mediatek/backuprestore/modules/MessageRestoreComposer.java
大概170行左右
deleteAllMessage(); // 注释这一行
MyLogger.logD(CLASS TAG, "onStart()");...
分类:
移动开发 时间:
2014-08-29 16:10:38
阅读次数:
183
一、基础环境两台IBMx3650M3,操作系统CentOS5.9x64,连接一台IBMDS3400存储,系统底层采用GFS文件系统实现文件共享,数据库是另一套独立的oraclerac集群,本架构无需考虑数据库的问题。GFS文件系统及相关配置见上一文IBMx3650M3+GFS+IPMIfence生产环境配置一例。本文是在上一..
分类:
其他好文 时间:
2014-08-29 02:57:37
阅读次数:
324
Introduction to "serial device driver" (My study note)
膜拜大神的作品....
分类:
其他好文 时间:
2014-08-29 02:53:07
阅读次数:
300
第一种:启用 rewrite 和 .htaccess 设置rewrite设置:找到apache的配置文件httpd.conf文件,找到:#LoadModule rewrite_module modules/mod_rewrite.so去掉前面的#号。改为:LoadModule rewrite_mod...
分类:
数据库 时间:
2014-08-28 11:12:29
阅读次数:
234
笔者采用的是华为EC122无线上网卡 一:编辑/etc/modules.d/60-usb-serial usbserial vendor=0x12d1 product=0x1505 二:编辑/etc/config/network, 添加新的3g网卡设备 三:编辑/etc/chatscripts/3g...
分类:
移动开发 时间:
2014-08-27 20:17:38
阅读次数:
240
Jboss wildfly 添加 JDBC driver我这里使用的是wildfly-8.0.0.Final第一步:首先在modules里面添加mysql的驱动包例如:modules\system\layers\base\com 在这下面新建 mysql文件夹,然后在mysql下面建子文件夹main...
分类:
数据库 时间:
2014-08-27 18:02:58
阅读次数:
293
修改apache配置文件httpd.conf一、监听多个端口在Listen 80后添加监听端口,如Listen 80Listen 8080Listen 8008二、反向代理设置1、取消一下模块注释(即去掉前面的#)LoadModule proxy_module modules/mod_proxy.s...
分类:
其他好文 时间:
2014-08-27 14:28:07
阅读次数:
237
1、建议HTML、JSP文件本身采用UTF-8格式
2、HTML的head中增加:
"Content-Type" content="text/html; charset=UTF-8">
3、JSP文件头增加
"text/html;charset=utf-8" pageEncoding="GBK"%>
4、在你的tomcat或者jboss的serv...
分类:
编程语言 时间:
2014-08-27 13:00:57
阅读次数:
172