Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d199499

Browse files
committed
update
1 parent ad20254 commit d199499

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Android学习之路.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@
158158
* Android Studio相关目录解析: <http://www.cnblogs.com/jiangxinnju/p/8323569.html>
159159

160160
* android程序自动化生成apk的过程: <https://blog.csdn.net/f2006116/article/details/52254519>
161-
* Android方法引用数超过65535优雅解决: <https://www.cnblogs.com/dongweiq/p/7116326.html>
161+
* Android DEX安全攻防战: <https://blog.csdn.net/androidsecurity/article/details/9428861>
162+
* Android Dex文件格式(一): <https://www.cnblogs.com/dacainiao/p/6035274.html>
163+
* 配置方法数超过 64K 的应用: <http://developer.android.com/intl/zh-cn/tools/building/multidex.html#about>
162164

163165
* MIUI ROM适配之旅第一天——认识Android手机: <http://www.miui.com/thread-402302-1-1.html>
164166
* H60-L01 EMUI3.0 ROOT 傻瓜教程: <http://cn.ui.vmall.com/thread-1267937-1-1.html>

版本管理学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
* CHERRY-PICKING SPECIFIC COMMITS FROM ANOTHER BRANCH: <https://www.devroom.io/2010/06/10/cherry-picking-specific-commits-from-another-branch/>
125125
* 上传图片到github wiki仓库: <https://www.jianshu.com/p/bd5c1b33d2c5>
126126
* git checkout --ours/--theirs: <https://git-scm.com/docs/git-checkout>
127+
* Git 如何 Merge 其他Fork仓库的代码到自己的仓库: <https://my.oschina.net/sub/blog/178652>
127128

128129
### git init 与 git init --bare
129130

0 commit comments

Comments
 (0)