前言 几天前,Facebook 在 React.js Conf 2015 大会上推出了 React Native(视频链接)。我发了一条微博(地址),结果引来了 100 多次转发。为什么 React Native 会引来如此多的关注呢?我在这里谈谈我对 React ...
分类:
其他好文 时间:
2015-02-02 14:20:46
阅读次数:
237
官网源被墙,可以使用一个国内源进行安装,如果不行,可以参考github的wiki页面。https://github.com/facebook/hhvm/wiki/Mirror以debianwheezy安装环境为例。1、修改软件源echo"debhttp://mirrors.163.com/debian/wheezymainnon-freecontrib">/etc/apt/sources.list
echo"d..
分类:
其他好文 时间:
2015-02-02 07:17:44
阅读次数:
579
huhamhire-hosts 的优化主要包括 优化访问 Google 服务、Wikipedia、IMDB 等 可访问 Google+、Facebook、Twitter (仅IPv6支持访问)、YouTube (视频播放仅IPv6支持) 加速 Google Drive、Flickr、?Dropbox?服务访...
分类:
其他好文 时间:
2015-01-31 18:10:13
阅读次数:
304
from://http://greenrobot.me/devnews/facebook-engineer-improve-android-app/Facebook工程师是如何改进他们Android客户端的本文来源于Facebook工程师博客。作为世界上最大的社交网络,Facebook的Androi...
分类:
移动开发 时间:
2015-01-30 19:03:25
阅读次数:
168
形勢變遷:創業者有了更多話語權曾就職於風投機構GeneralCatalyst和BessemerVenturePartners的克里斯·法爾莫(ChrisFarmer)指出,風投行業曾經是個封閉的圈子,只有少數基金能接觸到谷歌、Facebook這種企業。法爾莫正在籌建一家基於數據的新基金並計劃於明年初...
分类:
其他好文 时间:
2015-01-30 17:02:40
阅读次数:
127
With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best players from the best teams doing ba...
分类:
其他好文 时间:
2015-01-30 07:54:12
阅读次数:
166
1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 bool cup[105][105][105]; 8 struct dot 9 {10 int a;11 int b;12...
分类:
其他好文 时间:
2015-01-29 21:07:36
阅读次数:
183
原文来自于:http://www.techug.com/git-in-600-words译注:来自 Hacker School 的 Mary Rose Cook 最近实现了一个纯 JavaScript 写就的 Git:Gitlet,包括了 Git 核心命令的概念实现。Mary 说,这个项目一是为了了...
分类:
其他好文 时间:
2015-01-29 11:51:40
阅读次数:
169
分布式文件系统架构GFS、HDFS、TFS、Haystack
分布式文件系统很多,包括GFS,HDFS,淘宝开源的TFS,Tencent用于相册存储的TFS (Tencent FS,为了便于区别,后续称为QFS),以及Facebook Haystack。
分布式文件系统通常可以作为底层存储,如GFS作为Google bigtable的底层,EBS作为 Amazon ...
分类:
Web程序 时间:
2015-01-28 21:28:07
阅读次数:
577
1、打开 res/layout/activity_main.xml,在布局中添加一个facebook分享按钮。其中,android:visibility="invisible" 在登陆之前是隐藏的,在登陆之后才设置显示。...
分类:
其他好文 时间:
2015-01-28 16:06:35
阅读次数:
225