Weibo is known as the Chinese version of Twitter. One user on Weibo may have many followers, and may follow many other users as well. Hence a social n...
分类:
其他好文 时间:
2015-03-10 06:46:01
阅读次数:
207
开发型团队App内部测试以及对应的crash报告类的服务相对很少,而且并不成熟。通过了解蒲公英-作为技术型研发团队算是在这一领域的后起之秀,而随着app市场的不断膨胀,相应的类似服务也逐渐增多,比较常用的有:崩溃报告类:Crittercism国内出现比较早平台,适用一段时间很稳定..
分类:
移动开发 时间:
2015-03-09 19:17:38
阅读次数:
396
Bootstrap 简介什么是 Bootstrap?Bootstrap 是一个用于快速开发 Web 应用程序和网站的前端框架。Bootstrap 是基于 HTML、CSS、JAVASCRIPT 的。历史Bootstrap 是由 Twitter 的 Mark Otto 和 Jacob Thornton...
分类:
其他好文 时间:
2015-03-09 14:25:48
阅读次数:
116
分析:就是建立一个boolean array来记录array里面每个元素的访问情况,遇到访问过的元素就停止visiting,返回未访问的结点个数 1 public int visiting(int[] A, int N) { 2 if (A==null || A.length==0) ret...
分类:
其他好文 时间:
2015-03-09 12:49:03
阅读次数:
120
Algorithm:Count the number of occurrence of each character.Only one character with odd occurrence is allowed since in a palindrome maximum number of c...
分类:
其他好文 时间:
2015-03-09 12:38:44
阅读次数:
145
2sum的夹逼算法,需要sort一下。本身不难,但是tricky的地方在于允许同一个数组元素自己跟自己组成一个pair,比如上例中的[5, 5]。而且数组本身就允许值相等的元素存在,在计算pair时,算成不同的pair,比如数组是[3,3],K=6,这时的pair有[0, 0], [0, 1], [...
分类:
其他好文 时间:
2015-03-09 12:31:00
阅读次数:
154
2GT PULLEYS 同步齒輪 設計規格 [資料來源:http://www.jigang.com.tw/zh/product_item/64] 我的20齒 2GT模型 張貼者: 陳亮宇 於 上午11:03 以電子郵件傳送這篇文章BlogThis!分享至 Twitter分享至 Facebook分享到...
分类:
其他好文 时间:
2015-03-08 20:00:26
阅读次数:
193
简介
Crashlytic 成立于2011年,是专门为移动应用开者发提供的保存和分析应用崩溃信息的工具。Crashlytics的使用者包括:支付工具Paypal, 点评应用Yelp, 照片分享应用Path, 团购应用GroupOn等移动应用。
2013年1月,Crashlytics被Twitter收购,成为又一个成功的创业产品。被收购之后,由于没有了创业公司的不稳定因素,我们更有理由使...
分类:
移动开发 时间:
2015-03-08 17:20:12
阅读次数:
149
官方英文文档:http://storm.apache.org/documentation/Documentation.html本文是学习笔记,转载整合加翻译,主要是为了便于学习。一、基本概念参考:http://storm.apache.org/documentation/Concepts.html此...
分类:
其他好文 时间:
2015-03-05 12:19:05
阅读次数:
170
使用bower安装依赖NPM是Node.js PackageManager 的意思,bower是twitter的又一个开源项目,使用nodejs开发,用于web包管理。安装bower npm install bower -g 参考http://blog.fens.me/nodejs-bower-intro/检查cache:bower缓存管理help:显示Bower命令的帮助信息home:通过浏览器...
分类:
Web程序 时间:
2015-03-03 22:07:35
阅读次数:
226