Skip to content

Commit bbfacb2

Browse files
committed
update
1 parent b7c049d commit bbfacb2

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

Android学习之路.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
* <https://developer.android.com/develop/index.html>
44

5+
* Data and file storage overview: <https://developer.android.com/training/data-storage>
6+
* Managing the System UI: <https://developer.android.com/training/system-ui/index.html>
7+
* Create and manage notification channels: <https://developer.android.com/develop/ui/views/notifications/channels>
8+
* Support different screen sizes: <https://developer.android.com/guide/topics/large-screens/support-different-screen-sizes>
9+
* Optimize for Doze and App Standby: <https://developer.android.com/training/monitoring-device-state/doze-standby>
10+
* Enhance graphics with wide color content: <https://developer.android.com/training/wide-color-gamut>
11+
512
* NDK: <https://developer.android.com/ndk/>
613

714
* Intent: <https://developer.android.com/reference/android/content/Intent.html>
@@ -13,9 +20,6 @@
1320
* Android Jetpack: <https://developer.android.com/jetpack>
1421
* AndroidX 概览: <https://developer.android.com/jetpack/androidx>
1522

16-
* Managing the System UI: <https://developer.android.com/training/system-ui/index.html>
17-
* Create and Manage Notification Channels: <https://developer.android.com/training/notify-user/channels>
18-
1923
* App Shortcuts: <https://developer.android.com/guide/topics/ui/shortcuts>
2024
* SDK版本关系: <https://developer.android.com/guide/topics/manifest/uses-sdk-element.html>
2125
* 支持库: <https://developer.android.com/topic/libraries/support-library/index>
@@ -98,7 +102,6 @@ AOSP源码占用空间较大,有时不方便通过下载到本地的方式进
98102

99103
* Android | 打印堆栈: <https://blog.csdn.net/u011386173/article/details/88394346>
100104

101-
* 支持不同的屏幕尺寸: <https://developer.android.google.cn/training/multiscreen/screensizes.html>
102105
* 多屏幕多分辨率的支持: <https://www.cnblogs.com/tianjian/p/3430085.html>
103106
* Android开发中dip,dpi,density,px等详解: <http://blog.qiji.tech/archives/2581>
104107
* 一种非常好用的Android屏幕适配: <https://www.jianshu.com/p/1302ad5a4b04>
@@ -187,10 +190,6 @@ AOSP源码占用空间较大,有时不方便通过下载到本地的方式进
187190
* 了解一下,Android 10中的APEX: <https://blog.csdn.net/Innost/article/details/103776120>
188191
* Android-APEX化之后如何替换对应的文件: <https://blog.csdn.net/cheriyou_/article/details/108540771>
189192

190-
* 针对低电耗模式和应用待机模式进行优化: <https://developer.android.com/training/monitoring-device-state/doze-standby>
191-
192-
* 使用广色域内容增强图形效果: <https://developer.android.google.cn/training/wide-color-gamut>
193-
194193
* 安卓应用在各大应用市场上架方法整理: <https://blog.csdn.net/niezhipeng8/article/details/79103436>
195194
* 从圆角到圆角: <https://zhuanlan.zhihu.com/p/29560646>
196195
* J 的艺术,R 的艺术: <http://www.hi-id.com/?p=3231>

ChooseYourBest.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,21 @@ QQ浏览器(不推荐,):<https://browser.qq.com/>
8888
* Shadowsocks: <https://github.com/shadowsocks/shadowsocks-windows>
8989
* clash: <https://github.com/Dreamacro/clash>
9090
* Clash for Android: <https://github.com/Kr328/ClashForAndroid>
91+
* Clash for Windows: <https://github.com/Fndroid/clash_for_windows_pkg>
92+
* Clash for Windows文档:<https://fndroid.github.io/clash-win-docs/>
9193
* proxy: <https://github.com/githubvpn007/proxy>
9294
* ProxyTool: <https://github.com/githubvpn007/ProxyTool>
9395
* v2rayNvpn: <https://github.com/githubvpn007/v2rayNvpn>
9496

97+
## 密码管理工具
98+
99+
* KeePass: <https://keepass.info/>
100+
* keepass2android: <https://github.com/PhilippC/keepass2android>
101+
* 1password: <https://1password.com/zh-cn>
102+
* lastpass: <https://www.lastpass.com/>
103+
* authy: <https://authy.com/>
104+
* Microsoft Authenticator: <https://www.microsoft.com/en-us/security/mobile-authenticator-app/>
105+
95106
## Others
96107

97108
* jTessBoxEditor(jTessBoxEditor is a box editor and trainer for Tesseract OCR): <https://vietocr.sourceforge.net/training.html>

J2EE学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
* 让浏览器不再显示 https 页面中的 http 请求警报: <http://www.cnblogs.com/hustskyking/p/upgrade-insecure-requests.html>
193193
* 客户端的IP地址伪造、CDN、反向代理、获取的那些事儿: <http://www.cnblogs.com/zhengyun_ustc/archive/2012/09/19/getremoteaddr.html>
194194
* Threat Modeling: Uncover Security Design Flaws Using The STRIDE Approach: <https://docs.microsoft.com/en-us/archive/msdn-magazine/2006/november/uncover-security-design-flaws-using-the-stride-approach>
195+
* 双因素认证(2FA)教程: <https://ruanyifeng.com/blog/2017/11/2fa-tutorial.html>
195196

196197
## Java EE
197198

版本管理学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ git push origin master:b1
145145

146146
## Github
147147

148+
* Github代理: <https://ghproxy.com/>
148149
* GitHub Actions: <https://docs.github.com/cn/actions>
149150
* Travis CI(不再针对开源项目提供免费服务): <https://travis-ci.org/>
150151
* appveyor: <https://ci.appveyor.com/>

0 commit comments

Comments
 (0)