08 2013 档案

解决:【android studio创建新工程时,卡在下载gardle】
摘要:类题类似于:http://stackoverflow.com/questions/16580873/android-studio-stuck-at-gradle-download-on-create-new-project今天更新了以下studio(0.2.6),然后发现当我创建工程的时候一直卡在下载gradle那里,一开始以为是网速问题,一直等啊等,还是不行,搞了半天终于搞定。本人电脑是mac os,解决这个问题很简单,直接去http://services.gradle.org/distributions/gradle-1.7-bin.zip(版本可能升级了,到这里下载),然后吧下载好的zi 阅读全文

posted @ 2013-08-27 18:21 wacao 阅读(1762) 评论(2) 推荐(0)

How browsers work(浏览器是如何工作的)
摘要:How browsers workHow browsers workIntroductionThe browsers we will talk aboutThe browser's main functionalityThe browser's high level structureCommunication_between the components The rendering engine Renderin... 阅读全文

posted @ 2013-08-15 12:00 wacao 阅读(939) 评论(0) 推荐(0)

初识Github
摘要:Github搞了一下午,大概知道怎么操作github,记录一下。1.遵循官方文档https://help.github.com/articles/set-up-git#platform-linux,一步步配置好环境。用户名,密码,密码缓存等等。2.创建一个Repository。(可参见这里)点击这里,创建一个Repository。创建Public的for free,Private的for fee,穷屌丝就算了。当然也可以用命令行创建,先get一个curl,然后调用git api 去创建。参看这里http://stackoverflow.com/questions/2423777/is-it-p 阅读全文

posted @ 2013-08-05 21:58 wacao 阅读(1952) 评论(0) 推荐(0)

导航