
其他
其他未分类
Zephyr Cai
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mAppWidget 手绘地图github
mAppWidgetmAppWidget is an open source code library designed for rapid design and integration of custom maps for Android mobile apps.View the Project on GitHublemberg/mappwidgetDownloadZIP转载 2016-03-07 14:37:11 · 706 阅读 · 0 评论 -
mAppWidget 英文使用说明
How to UseHere you can find information on how to use mAppWidget library and FAQ's. If you have any question or problem which is not outlined here, please submit it using our support form.Introduc转载 2016-03-07 14:31:17 · 1005 阅读 · 0 评论 -
P2P通信
在传统的集中式网络中,都是一台服务器(集群)对外提供服务,所有客户端都依赖中央服务器进行与服务端的通信或者其他客户端的通信。如图 这样的通信方式,一个数据包从一个客户端发送到另一个客户端都要在服务端中进行中转,服务端承受的压力非常大,很容易因为线程问题而当机。 于是提出另一种通信方式:P2P通信(peer to peer) 对等通信。 即:在p2p的网络中,所有网络转载 2015-06-26 16:48:38 · 529 阅读 · 0 评论