Android源码下载完后的目录如下:整个代码的大小为:25.559GB。一、构建系统如下用于构建Android源码树的指令应用于所有的代码分支,包括master分支。1.选择分支构建系统的一些要求是由将要选择编译的源代码的版本决定的。通过网址http://source.android.com/so...
分类:
移动开发 时间:
2014-07-03 22:36:48
阅读次数:
340
最近从Linux上下写C++换到Windows上写C#.感觉大为不同. 最大的变化是 --- 各种GUI工具啊...满天飞,各种找菜单.不习惯!! 怀念bsh的灵活啊~~~###为何要使用Git###[Git](http://git-scm.com/)是当下最流行的版本管理器了. 好处很多,不过最重...
官方建议大家使用本地副本来更新1.首先做个全站备份,这样更新好以后出问题你就很容易回滚 . Web Site 做备份很方便.把网站SCALE设置到STANDARD,然后在BACKUPS页面里面点备份2.进Orchard 实例 Settings 页把你当前改动过的设置做个记录. (回头信息被覆盖了就后...
文章转自:http://ideabean.iteye.com/blog/2007367打开Git Bash进入目录:$ cd /etc1. 编辑 gitconfig 文件:$ vigitconfig 文件中增加内容Xml代码[gui]encoding=utf-8#代码库统一使用utf-8[i18.....
以下内容为原创,转载请注明:来自天天博客:http://www.cnblogs.com/tiantianbyconan/p/3819304.html公司项目中有这么一个需求,所以需要自己实现下。效果类似android4.0以上原生的DatePicker这种。这个WheelView控件我已经放在git...
分类:
移动开发 时间:
2014-07-02 20:14:13
阅读次数:
635
在使用git时,使用git pull,或git push,每次都要我输入用户名和密码,比较麻烦.git有个参数可以解决这个问题。修改./git/config文件,增加[credential] helper = store问题解决。
分类:
其他好文 时间:
2014-07-02 19:33:23
阅读次数:
187
1 把自己介绍git系统 git config — global user.name “your name” git config — global user.email “email name”2 导入一个新的git项目 新建一个git目录 mkdir rocroket 进入到此目录 cd ...
分类:
其他好文 时间:
2014-07-02 19:23:16
阅读次数:
177
题目如下:
Dungeon Master
You are trapped in a 3D dungeon and need to find the quickest way out!The dungeon is composedof unit cubes which may or may not be filled with rock. It ...
分类:
其他好文 时间:
2014-07-02 16:53:39
阅读次数:
199
repo init -u https://android.googlesource.com/platform/manifest -b l-preview
repo sync -j16
如果有以前同步的aosp源码, 则只需要在源码目录下, repo init -b l-preview 然后repo sync -j16 即可
另外Android源码的git地址是:
git...
分类:
移动开发 时间:
2014-07-02 15:28:38
阅读次数:
195
下图一一个典型的config.json的配置: 配置中主要包括四个部分,master,servers,db,memcached。master用来定义master的端口,serv...
分类:
其他好文 时间:
2014-07-02 15:13:01
阅读次数:
218