最近项目需要搭建自己的IM服务器,在快速配置好Openfire之后,开始研究使用gloox开发XMPP客户端实现通信,先下载gloox源码,然后./configure,make ,sudo make install,在/usr/local/下找到头文件夹和静态库,加到项目中,然后加入openssl库...
分类:
移动开发 时间:
2014-06-19 00:44:30
阅读次数:
493
1. 挂載 ntfs:确定已经安装了rpmforge软件库的源。在线安装使用 yum install 命令 含有 rpmforge源。yum install fuse ntfs-3g -y安装后, 打开 我的电脑 打开对应硬盘 (包含移动硬盘 、U盘):(1)若是电脑与Linux分区所在盘则提示需要...
分类:
其他好文 时间:
2014-06-16 12:57:30
阅读次数:
213
从Emacs官方站点下载最新版解压后,运行./configure
得到错误信息:configure: error: The following required libraries were not found:
libXpm libjpeg libgif/libungif libtiff
用下面的命令安装依赖库:yum -y install libjpeg-devel.x86_64 gi...
分类:
其他好文 时间:
2014-06-15 15:05:23
阅读次数:
233
http://docs.codehaus.org/display/GROOVY/Install+Groovy-Eclipse+Pluginhttp://docs.codehaus.org/display/GROOVY/Create+Your+First+Groovy+ProjectTUTORIAL ...
分类:
系统相关 时间:
2014-06-15 14:28:26
阅读次数:
462
报错信息:password authentication failed Permission denied, please try again1 开启ubuntu上的ssh功能先安装,安装后就自动开启了.sudo apt-get install openssh-server openssh-clie...
分类:
其他好文 时间:
2014-06-15 14:05:28
阅读次数:
277
今天在Ubuntu下面使用adb安装软件包(成功):/sdk/platform-tools$ ./adb install ~/Downloads/com.douban.book.reader_31.apk 2271 KB/s (21646370 bytes in 9.304s) pkg: ...
分类:
数据库 时间:
2014-06-15 12:54:53
阅读次数:
1048
第一步:如果系统中已安装了open java,需要清理, 反之 略过此过程 sudo apt-get purge openjdk*第二步: 安装 sudo apt-get install software-properties-common第三步: 添加信任的软件源: sudo add-apt...
分类:
数据库 时间:
2014-06-14 16:48:38
阅读次数:
216
Tools(工具) => 扩展工具 => NugetTools(工具) => Nuget=>程序包管理器控制台Nuget 程序包管理器 => Install-Package EntityFramework (为了安装Efcodefirst)EFCodeFirst => entity framewor...
分类:
Web程序 时间:
2014-06-14 16:06:29
阅读次数:
263
bootupmanager这个软件,用着勉强吧,功能不多。安装sudoapt-getinstallbum卸载sudoapt-getremove--purgebum多了不说,大家搜搜看。debian开机够慢了,不怕再慢那么点,哈哈
分类:
其他好文 时间:
2014-06-14 15:40:42
阅读次数:
194
1 安装和升级
$ sudo gem install cocoapods
$ pod setup
2 更换为taobao的源
$ gem sources -r https://rubygems.org/
//等有反应之后再敲入以下命令
$ gem sources -a http://ruby.taobao.org/
//查看
$ gem sour...
分类:
其他好文 时间:
2014-06-14 09:19:13
阅读次数:
216