最近项目需要搭建自己的IM服务器,在快速配置好Openfire之后,开始研究使用gloox开发XMPP客户端实现通信,先下载gloox源码,然后./configure,make ,sudo make install,在/usr/local/下找到头文件夹和静态库,加到项目中,然后加入openssl库...
分类:
移动开发 时间:
2014-06-19 00:44:30
阅读次数:
493
一、从apache官网上下载apache的安装包 下载apr和apr-util安装包,解压到apache的srclib目录,apache从2.4?开始把这个两个模块剥离 进入apache解压目录,./configure --with-included-apr --enable-so make ...
分类:
系统相关 时间:
2014-06-19 00:11:35
阅读次数:
318
1、安装pcre-8.33.tar.bz2#tar -xvf 1.pcre-8.33.tar.bz2#cd pcre-8.33/#./configure#make && make install2、安装openssl-1.0.1h.tar.gz#tar -xvfopenssl-1.0.1h.tar....
分类:
其他好文 时间:
2014-06-18 18:05:49
阅读次数:
267
can:1,connect, disconnect2,configure serial,nic,com,model,version,IMEI,IMSI,IP3,various AT command,reply delay and contents.step1, read *.ini ...dones...
分类:
其他好文 时间:
2014-06-18 17:26:49
阅读次数:
240
1 protected void initializeGraphicalViewer() { 2 // TODO Auto-generated method stub 3 4 viewer.setContents(diagram);(2) 5 //...
分类:
其他好文 时间:
2014-06-18 16:50:24
阅读次数:
182
linux下安装最新版subversion,代码:
[root@localhost subversion-1.8.9]#
./configure --prefix=/usr/local/subversion --with-apxs=/usr/local/apache2/bin/apxs --with-apr=/usr/local/apr --with-apr-util=/us...
分类:
系统相关 时间:
2014-06-18 12:19:21
阅读次数:
275
安装时出现configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autocon...
分类:
其他好文 时间:
2014-06-17 16:36:01
阅读次数:
1500
1、下载源代码 http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tar.bz22、 $ tar –jxvf Python-2.5.2.tar.bz2 $ cd Python-2.5.2 $ ./configure $ make $ ...
分类:
编程语言 时间:
2014-06-16 23:44:19
阅读次数:
357
一、压缩、解压缩命令1、压缩格式:gz,bz2,xz,zip,Z2、压缩算法:算法不同,压缩比也会不同;3、原始的压缩命令:compress:FILENAME.Z解压缩:uncompress4、压缩成.gz格式的文件(仅压缩文件)a)gzip/PATH/TO/SOMEFILE:压缩完成后会删除原文件,如:gzip/tmp/file*-d:解压缩,..
分类:
系统相关 时间:
2014-06-16 17:38:51
阅读次数:
341