目前已经两个团队做了不错的翻译http://design.1sters.com/http://www.ui.cn/Material/https://github.com/stormzhang/9GAGAndroid网址或BlogAndroid官网身为Android开发者不知道这个网站就太说不过去了,...
分类:
移动开发 时间:
2014-07-13 11:22:08
阅读次数:
242
准备工作下载并安装VirtualBox for Mac到https://www.virtualbox.org/wiki/Downloads下载VirtualBox for OS X hosts下载并安装VirtualBox Extension Pack在步骤1的页面点击VirtualBox Or.....
原地址:http://www.360doc.com/content/14/0120/14/11670799_346638215.shtml篇展示在Unity3D中调用友盟SDK的实现方法.首先附上项目源代码地址:https://github.com/hiramtan/unity3d_test_ume...
分类:
系统相关 时间:
2014-07-13 09:24:13
阅读次数:
354
1.进入这个网站https://sublime.wbond.net/点击Install now2.根据自己安装的Sublime text版本来选择,并复制下面的代码3.打开Sublime编辑器,快捷键Ctrl + · (Tab 键上面的键)并把代码复制到弹出的白色区域(红色框),并重启Sublime...
分类:
其他好文 时间:
2014-07-13 08:19:46
阅读次数:
295
在上一篇日志中,我总结了大家提供的下载Android源码的方法,这里再简单总结一下内核的下载方法。参考这里的介绍:http://source.android.com/source/building-kernels.html#downloading-sources ,下载内核源码相对简单很多。我这里下载下来一共1G多一些。在终端输入:
$ git clone https://android.goo...
分类:
移动开发 时间:
2014-07-12 23:35:53
阅读次数:
260
Given an index k, return the kth row of the Pascal's triangle.
For example, given k = 3,
Return [1,3,3,1].
Note:
Could you optimize your algorithm to use only O(k) extra space?
原题链接:https:/...
分类:
其他好文 时间:
2014-07-12 20:43:11
阅读次数:
213
1)话筒
权限:telephony
api:navigator.moztelephony
链接参考:https://wiki.mozilla.org/WebAPI/WebTelephony
2) 扬声器
权限:audio
channels选项:["normal", "content",""notification", "alarm", "telephony","ringer"]
使用...
分类:
移动开发 时间:
2014-07-12 20:09:29
阅读次数:
228
Case-insensitive matching:https://blogs.oracle.com/xuemingshen/entry/case_insensitive_matching_in_java(?i) means: for ASCII case-insensitive matching:...
分类:
编程语言 时间:
2014-07-12 15:11:09
阅读次数:
158
以前一个人开发没有考虑代码服务器的问题,现在需要提交代码到服务器,服务器安装了cvs以及svn,一般的Mac OS X都已经安装了subversion客户端,自然是选择svn了,不过碰到了连接不上的问题。由于客户端使用https访问服务器,是需要进行安全认证的。为此,在终端输入svn listhtt...
分类:
其他好文 时间:
2014-07-12 14:03:00
阅读次数:
12964