Skip to content

Commit 97b841d

Browse files
committed
update
1 parent c333f3d commit 97b841d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Android学习之路.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
* 各种Intent Action: <https://developer.android.com/reference/android/content/Intent.html>
5959
* Android 使用android-support-multidex解决Dex超出方法数的限制问题,让你的应用不再爆棚: <http://blog.csdn.net/t12x3456/article/details/40837287>
6060
* Android应用坐标系统全面详解: <http://blog.csdn.net/yanbober/article/details/50419117/>
61-
61+
* Android命令行/c语言/java设置获取系统属性的方法: <http://www.mikewootc.com/wiki/android/other/system_property.html>
62+
* Android中visibility属性VISIBLE、INVISIBLE、GONE的区别: <http://blog.csdn.net/chindroid/article/details/8000713>
63+
* Formatting and Plurals: Android UI Fundamentals[Android UI基础教程](Formatting and Plurals)
6264

6365
* Android Studio系列教程一--下载与安装: <http://stormzhang.com/devtools/2014/11/25/android-studio-tutorial1/>
6466
* Android Studio系列教程二--基本设置与运行: <http://stormzhang.com/devtools/2014/11/28/android-studio-tutorial2/>

VCS学习之路.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
* https://sourceforge.net/ (Git Mercurial SVN)
99
* http://www.codeplex.com/
1010
* https://sourceware.org/
11-
* <del>http://code.taobao.org/</del> (SVN)
1211
* http://git.oschina.net/
1312
* http://www.javaforge.com (Git Mercurial SVN)
1413
* http://unfuddle.com
1514
* https://riouxsvn.com/ (SVN)
1615
* http://svn.jundie.net/
1716
* http://www.svnchina.com/index.php
1817
* http://code.svnspot.com/
18+
* <del>http://code.taobao.org/</del> (SVN)
1919
* <del>http://code.google.com/</del>
2020
* <del>http://svn.coollittlethings.com/index.php</del>
2121
* <del>http://www.svnhost.cn/</del> (SVN)
@@ -140,8 +140,6 @@
140140

141141
## GIT
142142

143-
安装了git后会附带很多linux下常用的工具,比如ssh,scp,curl,split,cat等,很方便。
144-
145143
* GIT:<http://git-scm.com/>
146144
* Reference:<http://git-scm.com/docs>
147145
* Documentation:<http://git-scm.com/doc>
@@ -182,11 +180,12 @@
182180
* Commit message 和 Change log 编写指南:http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html
183181
* Writing a Friendly README: http://rowanmanning.com/posts/writing-a-friendly-readme/
184182
* GitHub Pages + Hexo搭建博客: http://crazymilk.github.io/2015/12/28/GitHub-Pages-Hexo%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2/
185-
* Hexo+Next搭建Github个人静态博客: <http://www.cnblogs.com/cnfanhua/p/5167191.html>
183+
* Hexo+Next搭建Github个人静态博客: <http://www.cnblogs.com/cnfanhua/p/5167191.html>
186184
* Git教程-分支和tag管理: http://blog.csdn.net/top_code/article/details/52336221
187185
* Publishing a Website on Bitbucket Cloud: https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html
188186
* What are the git concepts of HEAD, master, origin? <https://stackoverflow.com/questions/8196544/what-are-the-git-concepts-of-head-master-origin>
189187
* How do I make Git use the editor of my choice for commits?: <https://stackoverflow.com/questions/2596805/how-do-i-make-git-use-the-editor-of-my-choice-for-commits>
188+
* warning: push.default is unset的解决方案: <http://blog.csdn.net/jrainbow/article/details/19338525>
190189
* 分支管理策略: <https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013758410364457b9e3d821f4244beb0fd69c61a185ae0000>
191190
* Bug分支: <https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137602359178794d966923e5c4134bc8bf98dfb03aea3000>
192191

0 commit comments

Comments
 (0)