Skip to content

Commit a9bc442

Browse files
committed
update
1 parent 0f3cfc3 commit a9bc442

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

Android学习之路.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,16 +200,23 @@
200200
* rfc3920: <https://tools.ietf.org/html/rfc3920>
201201
* rfc3920翻译: <http://wiki.jabbercn.org/RFC3920>
202202

203-
204203
* smack: <https://github.com/igniterealtime/Smack>
205204
* smack source: <https://github.com/igniterealtime/Smack>
206205
* asmack: <https://github.com/Flowdalic/asmack>
207206
* smack4-doc: <http://download.igniterealtime.org/smack/docs/latest/documentation/index.html>
208207
* smack4-doc-zh: <https://github.com/likfe/smack4-doc-zh>
209208

210-
* Android之基于XMPP协议即时通讯软件(一): <http://blog.csdn.net/way_ping_li/article/details/17385379>
211-
* Android之基于XMPP协议即时通讯软件(二): <http://blog.csdn.net/way_ping_li/article/details/17403929>
212-
* Android之基于XMPP协议即时通讯软件(三): <http://blog.csdn.net/way_ping_li/article/details/17490377>
209+
* 环信即时通讯云: <https://www.easemob.com/download/im>
210+
* Android之基于XMPP协议即时通讯软件(一): <https://blog.csdn.net/way_ping_li/article/details/17385379>
211+
* Android之基于XMPP协议即时通讯软件(二): <https://blog.csdn.net/way_ping_li/article/details/17403929>
212+
* Android之基于XMPP协议即时通讯软件(三): <https://blog.csdn.net/way_ping_li/article/details/17490377>
213+
214+
* 基于xmpp openfire smack开发之openfire介绍和部署[1]: <https://blog.csdn.net/shimiso/article/details/8816558>
215+
* 基于xmpp openfire smack开发之smack类库介绍和使用[2]: <https://blog.csdn.net/shimiso/article/details/8816540>
216+
* 基于xmpp openfire smack开发之Android客户端开发[3]: <https://blog.csdn.net/shimiso/article/details/11225873>
217+
* 基于xmpp openfire smack开发之Android消息推送技术原理分析和实践[4]: <https://blog.csdn.net/shimiso/article/details/8156439>
218+
219+
* 基于XMPP协议的Android聊天IM客户端: <http://archive.dutycode.com/?post=85> <http://code.google.com/p/chatchat/>
213220

214221
* Openfire 的安装和配置: <http://www.cnblogs.com/hoojo/archive/2012/05/17/2506769.html>
215222
* Jabber 协议 概述: <https://blog.csdn.net/hezhi007/article/details/614359>
@@ -231,7 +238,6 @@
231238

232239
* MINA2官方教程翻译: <http://picasso-di.iteye.com/category/75577>
233240

234-
235241
## Android常见路径说明
236242

237243
* /system/app/pkg_name 系统应用

J2EE学习之路.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,10 @@ mvn deploy:deploy-file -DgroupId="edu.jiangxin" -DartifactId=”gcu” -Dversion
778778
* <https://github.com/sikuli/sikuli>
779779
* <http://www.sikuli.org/>
780780

781+
## exe4j
782+
783+
* <http://www.softpedia.com/get/Authoring-tools/Setup-creators/exe4j.shtml>
784+
781785
## JBoss
782786

783787
The JBoss AS community project has been renamed to the WildFly community project, which has a new home at wildfly.org. The JBoss name now only applies to the commercially supported product, called JBoss EAP, which is derived from the WildFly community project and is available at <http://www.jboss.org/products/eap/overview/>.

0 commit comments

Comments
 (0)