Skip to content

Commit b5b38ae

Browse files
committed
update
1 parent bcaf30a commit b5b38ae

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

_drafts/Others/2025-06-14-工具软件备忘.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
* Chrome: <https://www.google.cn/intl/zh-CN/chrome/>
8181
* Fixefox: <http://www.firefox.com.cn/>
8282
* TorBrowser: <https://www.torproject.org/download/>
83+
* DuckDuckGo(私密且免费的浏览器或者搜索引擎): <https://duckduckgo.com/>
8384

8485
## 数据恢复工具
8586

_posts/the-way-of-learning/2015-05-19-Android学习之路.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Android开发者网站包含了以下内容:
184184
* InputMethodManager: <https://developer.android.google.cn/reference/android/view/inputmethod/InputMethodManager>
185185
* 处理输入法可见性: <https://developer.android.com/develop/ui/views/touch-and-input/keyboard-input/visibility>
186186
* 安卓用户如何避免输入法窃取隐私?<https://www.zhihu.com/question/397007766>
187+
* 触控笔输入简介: <https://developer.android.google.cn/develop/ui/compose/touch-input/stylus-input>
187188

188189
### 手势导航
189190

@@ -455,6 +456,10 @@ Android开发者网站包含了以下内容:
455456
* 在 Android 上实现触感反馈: <https://developer.android.com/develop/ui/views/haptics>
456457
* UX foundation for haptic framework: <https://source.android.google.cn/docs/core/interaction/haptics/haptics-ux-foundation>
457458

459+
### WebView
460+
461+
* 安卓webview源码分析: <https://blog.csdn.net/qq_40427320/article/details/139551570>
462+
458463
### 媒体框架
459464

460465
* Media projection: <https://developer.android.com/media/grow/media-projection>
@@ -472,6 +477,7 @@ Android开发者网站包含了以下内容:
472477
* Permissions: <https://developer.android.com/guide/topics/permissions/overview>
473478
* Show a biometric authentication dialog: <https://developer.android.google.cn/identity/sign-in/biometric-auth>
474479
* Autofill framework: <https://developer.android.com/identity/autofill>
480+
* 将自动填充功能与 IME 和自动填充服务集成: <https://developer.android.com/identity/autofill/ime-autofill>
475481
* Privacy Sandbox: <https://privacysandbox.google.com/>
476482
* SDK Runtime overview: <https://privacysandbox.google.com/private-advertising/sdk-runtime/architecture>
477483
* Lockdown: <https://www.51cto.com/article/581516.html>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "测试学习之路"
3+
categories:
4+
- the-way-of-learning
5+
tags:
6+
- 学习之路
7+
- 测试
8+
toc: true
9+
---
10+
11+
本篇文章汇总了测试的相关资源。
12+
13+
* 软件测试网: <http://www.51testing.com/html/index.html>
14+
* 领测软件测试网: <https://www.ltesting.net/>

0 commit comments

Comments
 (0)