Skip to content

Commit 4e8b8d3

Browse files
committed
update
1 parent 0af3bb7 commit 4e8b8d3

File tree

5 files changed

+25
-9
lines changed

5 files changed

+25
-9
lines changed

Android学习之路.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Configure Android Studio: <https://developer.android.com/studio/intro/studio-config.html>
66
* Managing the System UI: <https://developer.android.com/training/system-ui/index.html>
77
* SDK版本关系: <https://developer.android.com/guide/topics/manifest/uses-sdk-element.html>
8+
* Android P 开发者预览版: <https://developer.android.com/preview/>
89
* 设置应用 ID: <https://developer.android.com/studio/build/application-id.html>
910
* (新)配置构建: <https://developer.android.com/studio/build/index.html>
1011
* App Shortcuts: <https://developer.android.com/guide/topics/ui/shortcuts>
@@ -47,20 +48,25 @@
4748
* godeyes: <http://godeyes.duapp.com/index.jsp>
4849
* Test DPC APK Download for Android: <http://www.testdpc.com/>
4950
* fastlane screenshots for Android: <https://docs.fastlane.tools/getting-started/android/screenshots/>
50-
* genymotion: <https://www.genymotion.com/>
5151
* Android 应用开发调试利器——开发助手,数十倍效率提升: <http://www.trinea.cn/android/android-develop-and-debug-tools/>
5252
* 奇兔刷机:<http://www.7to.cn/>
5353
* dex-method-counts: <https://github.com/jiangxincode/dex-method-counts>
5454
* dexcount-gradle-plugin: <https://github.com/KeepSafe/dexcount-gradle-plugin>
5555

56+
## Android模拟器
57+
58+
* genymotion: <https://www.genymotion.com/>
59+
* genymotion个人免费版: <https://www.genymotion.com/fun-zone/>
60+
* genymotion-idea-plugin: <https://plugins.jetbrains.com/plugin/7269-genymotion>
61+
* 夜神模拟器: <https://www.yeshen.com/>
62+
5663
## Android Studio插件
5764

5865
* ADB Idea 方便卸载apk,删除缓存: <http://plugins.jetbrains.com/plugin/7380-adb-idea>
5966
* Android ButterKnife Zelezny ButterKnife对应的插件: <http://plugins.jetbrains.com/plugin/7369-android-butterknife-zelezny>
6067
* Android Code Generator 生成ViewHolder,生成initView方法: <https://plugins.jetbrains.com/plugin/7595-android-code-generator>
6168
* Codota 搜索代码块: <https://plugins.jetbrains.com/plugin/7638-codota>
6269
* GsonFormat jsonString自动转bean插件: <https://plugins.jetbrains.com/plugin/7654-gsonformat>
63-
* genymotion-idea-plugin genymotion对应的插件: <https://plugins.jetbrains.com/plugin/7269-genymotion>
6470
* SelectorChapek for Android 帮助生成selector: <https://plugins.jetbrains.com/plugin/7298-selectorchapek-for-android>
6571
* Sexy Editor 代码区域加背景: <https://plugins.jetbrains.com/plugin/1833-sexy-editor>
6672
* Android Drawable Importer 同一张图片生成多个自动生成多分辨率图片: <https://plugins.jetbrains.com/plugin/7658-android-drawable-importer>
@@ -74,6 +80,7 @@
7480

7581
## Article
7682

83+
* Android O Preview 之 通知渠道(Notification Channels): <https://www.jianshu.com/p/92afa56aee05>
7784
* Android Studio移动鼠标显示悬浮提示的设置方法: <http://www.cnblogs.com/jiangxinnju/p/8227442.html>
7885
* Android真机安装sqlite3的方法: <http://www.cnblogs.com/jiangxinnju/p/8227625.html>
7986
* 使用 Intel HAXM 为 Android 模拟器加速,媲美真机: <http://www.cnblogs.com/beginor/archive/2013/01/13/2858228.html>
@@ -92,11 +99,6 @@
9299
* 深入源码解析Android中的Handler,Message,MessageQueue,Looper: <http://blog.csdn.net/iispring/article/details/47180325>
93100
* 详解 Android 通信: <http://www.androidchina.net/5028.html>
94101
* 什么是android.R.id.content? <http://blog.csdn.net/colinandroid/article/details/77748695>
95-
* Android Fragment的用法(一): <https://www.cnblogs.com/guop/p/5072572.html>
96-
* Fragment相关: Pro Android 5
97-
* Fragment相关源码解析一——FragmentManagerImpl和BackStackRecord: <https://blog.csdn.net/chengkun_123/article/details/72548373>
98-
* Fragment相关源码解析二——生命周期: <https://blog.csdn.net/chengkun_123/article/details/73302779>
99-
* Fragment相关源码解析三——状态保存与恢复: <https://blog.csdn.net/chengkun_123/article/details/72832728>
100102
* Android Partitions Explained: boot, system, recovery, data, cache & misc: <https://www.addictivetips.com/mobile/android-partitions-explained-boot-system-recovery-data-cache-misc/>
101103
* Android for work总结(上): <http://blog.csdn.net/liu1314you/article/details/52028823>
102104
* Android for work总结(下): <http://blog.csdn.net/liu1314you/article/details/52038916>
@@ -146,6 +148,15 @@
146148
* Context, What Context? <https://possiblemobile.com/2013/06/context/>
147149
* Getting the null pointer exception in the getActionBar method: <https://stackoverflow.com/questions/27959107/getting-the-null-pointer-exception-in-the-getactionbar-method/27960390>
148150
* INSTALL_FAILED_TEST_ONLY: <https://blog.csdn.net/zou_pl/article/details/78679394>
151+
* setEnabled() vs setClickable(), what is the difference? <https://stackoverflow.com/questions/15615823/setenabled-vs-setclickable-what-is-the-difference>
152+
* Android兼容性测试CTS Verifier-环境搭建、测试执行、结果分析: <https://www.cnblogs.com/wi100sh/p/4613502.html>
153+
154+
* Android Fragment的用法(一): <https://www.cnblogs.com/guop/p/5072572.html>
155+
* Fragment相关: Pro Android 5
156+
* Fragment相关源码解析一——FragmentManagerImpl和BackStackRecord: <https://blog.csdn.net/chengkun_123/article/details/72548373>
157+
* Fragment相关源码解析二——生命周期: <https://blog.csdn.net/chengkun_123/article/details/73302779>
158+
* Fragment相关源码解析三——状态保存与恢复: <https://blog.csdn.net/chengkun_123/article/details/72832728>
159+
* 为什么要用Fragment.setArguments(Bundle bundle)来传递参数: <https://blog.csdn.net/tu_bingbing/article/details/24143249>
149160

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

DB学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ ORACLE_SID 实例ID
297297
* DB Browser for SQLite: <http://sqlitebrowser.org/>
298298
* SQLite Expert: <http://www.sqliteexpert.com/index.html>
299299
* SQLCipher: <https://www.zetetic.net/sqlcipher/>
300+
* Sqlite学习笔记(四)&&SQLite-WAL原理: <http://www.cnblogs.com/cchust/p/4754619.html>
300301

301302
## mongodb
302303

EditorAndIDE学习之路.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,14 @@
4646
* <http://www.sublimetext.com/docs/3/>
4747
* <https://packagecontrol.io/installation>
4848

49+
## sourceinsight
50+
51+
* <http://www.sourceinsight.com/>
52+
4953
## Others
5054

5155
* geany: <http://www.geany.org/Download/Extras>
5256
* Lime Text: <http://limetext.org/>
53-
* sourceinsight: <http://www.sourceinsight.com/>
5457
* Scintilla: <http://www.scintilla.org/>
5558
* xmlspy: <https://www.altova.com/xmlspy.html>
5659
* Bluefish: <http://bluefish.openoffice.nl/index.html>

J2EE学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
* 一个程序员能够控制多少行代码: <https://www.cnblogs.com/jiangxinnju/p/5516918.html>
172172
* HTML中`&nbsp; &ensp; &emsp; &thinsp;`等6种空白空格的区别: <https://www.cnblogs.com/chenshihaook/p/6186343.html>
173173
* UTF-8 encoding table and Unicode characters: <http://www.utf8-chartable.de/>
174+
* Java之美[从菜鸟到高手演变]之设计模式:<https://blog.csdn.net/zhangerqing/article/details/8245560>
174175

175176
## WebService
176177

版本管理学习之路.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
* 分支管理策略: <https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013758410364457b9e3d821f4244beb0fd69c61a185ae0000>
113113
* Bug分支: <https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137602359178794d966923e5c4134bc8bf98dfb03aea3000>
114114
* git patch: Version Control with Git 2nd Edition[Git 版本控制管理 第2版] CHAPTER 14 Patches
115-
* Permanently remove files and folders from Git repo:<http://dalibornasevic.com/posts/2-permanently-remove-files-and-folders-from-a-git-repository>
115+
* Permanently remove files and folders from Git ``repo``<http://dalibornasevic.com/posts/2-permanently-remove-files-and-folders-from-a-git-repository>
116116
* git 把文件从版本管理中移除:<http://blog.sina.com.cn/s/blog_59fb90df0101980a.html>
117117
* git乱码解决方案汇总:<http://zengrong.net/post/1249.htm>
118118
* git pull 和本地文件冲突问题解决:<http://my.oschina.net/u/554046/blog/308614>

0 commit comments

Comments
 (0)