Skip to content

Commit db9866e

Browse files
committed
update
1 parent 74a01aa commit db9866e

File tree

5 files changed

+37
-72
lines changed

5 files changed

+37
-72
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@
218218
* screenity(开源免费): <https://github.com/alyssaxuu/screenity>
219219
* Awesome Screenshot(高级功能收费): <https://www.awesomescreenshot.com/>
220220

221+
## 格式转换
222+
223+
* 格式工厂: <http://freetime.tech/formatfactory/CN/index.html>
224+
* ConvertX: <https://github.com/C4illin/ConvertX>
225+
221226
## 文件搜索
222227

223228
* Everything: <https://www.voidtools.com/zh-cn/>

_drafts/Others/ApkToolBoxGUI Release Notes.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

_posts/others/2023-01-07-PDF常见问题解决方案汇总.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ toc: true
1818
* 直接导出PDF,但是试验了一下,此方法不可行。说缺少文件:`The file "PreflightLib.dll" is missing or corrupt`
1919
* 另存为其他——优化的PDF——标准设置,对新的文档进行之前的修改即可。
2020
* 先随便找一个PDF文件(1.PDF)(可以先用一张图片转换成PDF,或者Word直接打印为PDF)。然后把需要保存的PDF文件和那个1.pdf一起选中,右键“在Acrobat中合并支持的文件...”。 然后保存为组合1.pdf。这个组合1已经能编辑自如了。把刚才的1.PDF的多余页面删除即可。此方法的优点是:保留了书签,而且保留了文本形式PDF上的文本的可复制性。
21+
* 有时报错是因为有几页PDF文件损坏了,删除这些页另存为优化的PDF就可以了。
2122

2223
### Adobe Acrobat修改PDF文档,保存的时候报错:“读取本文档时出现问题(110)”
2324

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

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,10 @@ Android开发者网站包含了以下内容:
2424
* Platform: <https://developer.android.com/about>
2525
* Release: <https://developer.android.com/about/versions>
2626
* Technology: <https://developer.android.com/guide/platform>
27-
* Android Jetpack(AndroidX): <https://developer.android.com/jetpack>
2827
* Develop
2928
* Android Studio: <https://developer.android.com/studio>
3029
* Core Areas
3130
* Data and file storage overview: <https://developer.android.com/training/data-storage>
32-
* Notifications overview: <https://developer.android.com/develop/ui/views/notifications>
33-
* App Shortcuts: <https://developer.android.com/develop/ui/views/launch/shortcuts>
34-
* Support different screen sizes: <https://developer.android.com/develop/ui/compose/layouts/adaptive/support-different-display-sizes>
3531
* Android API reference: <https://developer.android.com/reference>
3632
* Google Play
3733
* Meet Google Play's target API level requirement: <https://developer.android.com/google/play/requirements/target-sdk>
@@ -122,6 +118,32 @@ Android开发者网站包含了以下内容:
122118
* Whats NDK (side-by-side) in android sdk? <https://stackoverflow.com/questions/56337869/whats-ndk-side-by-side-in-android-sdk>
123119
* "local symbol '__bss_start' in global part of symbol table" only in Android NDK aarch64 build: <https://stackoverflow.com/questions/55014879/local-symbol-bss-start-in-global-part-of-symbol-table-only-in-android-ndk>
124120

121+
### UI
122+
123+
#### Compose
124+
125+
* Jetpack Compose: <https://developer.android.com/develop/ui/compose/documentation>
126+
* window insets: <https://developer.android.com/develop/ui/compose/system/insets>
127+
* Support different screen sizes: <https://developer.android.com/develop/ui/compose/layouts/adaptive/support-different-display-sizes>
128+
* 触控笔输入简介: <https://developer.android.com/develop/ui/compose/touch-input/stylus-input>
129+
* 使用 Jetpack Compose 改进应用的无障碍功能: <https://developer.android.com/develop/ui/compose/accessibility>
130+
131+
#### View
132+
133+
* 基于View的工作流: <https://developer.android.com/develop/ui/views/layout/declaring-layout>
134+
* 支持多窗口模式: <https://developer.android.com/develop/ui/views/layout/support-multi-window-mode>
135+
* 使用画中画 (PIP) 功能添加视频: <https://developer.android.com/develop/ui/views/picture-in-picture>
136+
* Notifications overview: <https://developer.android.com/develop/ui/views/notifications>
137+
* App Shortcuts: <https://developer.android.com/develop/ui/views/launch/shortcuts>
138+
* Create an input method: <https://developer.android.com/develop/ui/views/touch-and-input/creating-input-method?hl=en>
139+
* 处理输入法可见性: <https://developer.android.com/develop/ui/views/touch-and-input/keyboard-input/visibility>
140+
* Ensure compatibility with gesture navigation: <https://developer.android.com/develop/ui/views/touch-and-input/gestures/gesturenav>
141+
* Ensure compatibility with gesture navigation: <https://developer.android.com/develop/ui/views/touch-and-input/gestures/gesturenav>
142+
* 复制和粘贴: <https://developer.android.com/develop/ui/views/touch-and-input/copy-paste>
143+
* 处理多点触控手势: <https://developer.android.com/develop/ui/views/touch-and-input/gestures/multi>
144+
* 在 Android 上实现触感反馈: <https://developer.android.com/develop/ui/views/haptics>
145+
* 控制外部设备: <https://developer.android.com/develop/ui/views/device-control>
146+
125147
### AI与MCP
126148

127149
* Android 16 的 Appfunctions API ,应用级 MCP 支持为 AI 场景打通最后一层壁垒: <https://juejin.cn/post/7500025453127663652>
@@ -132,16 +154,10 @@ Android开发者网站包含了以下内容:
132154
### 网络
133155

134156
* 快速访问电子钱包: <https://source.android.com/docs/core/connect/quick-access-wallet>
135-
136-
* 控制外部设备: <https://developer.android.com/develop/ui/views/device-control>
137-
138157
* 原生安卓WiFi信号去叹号去叉教程: <https://www.evil42.com/index.php/archives/17/>
139158

140159
### WMS
141160

142-
* window insets: <https://developer.android.com/develop/ui/compose/system/insets>
143-
* 支持多窗口模式: <https://developer.android.com/develop/ui/views/layout/support-multi-window-mode>
144-
* 使用画中画 (PIP) 功能添加视频: <https://developer.android.com/develop/ui/views/picture-in-picture>
145161
* WMS转屏流程: <https://www.jianshu.com/p/65bf626c66d5>
146162
* Android WMS动画系统初探(一): <https://juejin.cn/post/7021082548985921567>
147163
* WindowManagerService理解与深入(Android Q): <https://blog.csdn.net/xxzxxzdlut/article/details/103205047>
@@ -211,18 +227,14 @@ Android开发者网站包含了以下内容:
211227

212228
### 输入法与输入法框架
213229

214-
* Create an input method: <https://developer.android.com/develop/ui/views/touch-and-input/creating-input-method?hl=en>
215230
* InputMethodManager: <https://developer.android.com/reference/android/view/inputmethod/InputMethodManager>
216-
* 处理输入法可见性: <https://developer.android.com/develop/ui/views/touch-and-input/keyboard-input/visibility>
231+
217232
* 安卓用户如何避免输入法窃取隐私?<https://www.zhihu.com/question/397007766>
218-
* 触控笔输入简介: <https://developer.android.com/develop/ui/compose/touch-input/stylus-input>
219233
* 深入探索安卓Android输入法开发——从源码到实现: <https://blog.csdn.net/weixin_42612405/article/details/148573318>
220234
* Android输入法框架系统(上): <https://blog.csdn.net/ITleaks/article/details/27398453>
221235

222236
### 手势导航
223237

224-
* Ensure compatibility with gesture navigation: <https://developer.android.com/develop/ui/views/touch-and-input/gestures/gesturenav>
225-
226238
* Gesture Navigation: going edge-to-edge (I): <https://medium.com/androiddevelopers/gesture-navigation-going-edge-to-edge-812f62e4e83e>
227239
* Gesture Navigation: handling visual overlaps (II): <https://medium.com/androiddevelopers/gesture-navigation-handling-visual-overlaps-4aed565c134c>
228240
* Gesture Navigation: handling gesture conflicts (III): <https://medium.com/androiddevelopers/gesture-navigation-handling-visual-overlaps-4aed565c134c>
@@ -236,7 +248,6 @@ Android开发者网站包含了以下内容:
236248
* 深入分析 Android 系统返回手势的实现原理: <https://juejin.cn/post/7103503592119599117>
237249

238250
* 添加预测性返回动画: <https://developer.android.com/codelabs/predictive-back>
239-
* Ensure compatibility with gesture navigation: <https://developer.android.com/develop/ui/views/touch-and-input/gestures/gesturenav>
240251
* Add support for the predictive back gesture: <https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture>
241252
* Android 13 返回导航大变更:返回键彻底废弃 + 可预见型返回手势: <https://juejin.cn/post/7105645114760331300>
242253
* Android 14 之返回界面升级:预览目标界面 + 全新返回箭头:<https://juejin.cn/post/7241125859729260600>
@@ -251,7 +262,6 @@ Android开发者网站包含了以下内容:
251262
* ContentCaptureManager: <https://developer.android.com/reference/android/view/contentcapture/ContentCaptureManager>
252263
* Android Accessibility – Making your app Switch Access Compatible: <https://riggaroo.dev/android-accessibility-switch-access/>
253264
* 让应用使用起来更没有障碍: <https://developer.android.com/guide/topics/ui/accessibility/apps>
254-
* 使用 Jetpack Compose 改进应用的无障碍功能: <https://developer.android.com/develop/ui/compose/accessibility>
255265
* Android 无障碍服务导致的整机卡顿案例分析: <https://androidperformance.com/2019/01/21/android-performance-case-jank-accessbility/>
256266
* 创建自己的无障碍服务: <https://developer.android.com/guide/topics/ui/accessibility/service>
257267
* 从源码角度看AccessibilityService: <https://www.liuhaihua.cn/archives/523292.html>
@@ -320,7 +330,6 @@ Android开发者网站包含了以下内容:
320330

321331
### 剪贴板框架
322332

323-
* 复制和粘贴: <https://developer.android.com/develop/ui/views/touch-and-input/copy-paste>
324333
* Android 剪贴板详解: <https://www.cnblogs.com/travellife/p/Android-jian-tie-ban-xiang-jie.html>
325334

326335
### 存储
@@ -501,7 +510,6 @@ Android开发者网站包含了以下内容:
501510
* Carson带你学Android:自定义View Canvas类使用教程: <https://blog.csdn.net/carson_ho/article/details/60598775>
502511
* Android中Canvas绘图之PorterDuffXfermode使用及工作原理详解: <https://blog.csdn.net/iispring/article/details/50472485>
503512
* HenCoder——给高级 Android 工程师的进阶手册: <https://hencoder.com/>
504-
* 处理多点触控手势: <https://developer.android.com/develop/ui/views/touch-and-input/gestures/multi>
505513

506514
### Statsd
507515

@@ -548,7 +556,6 @@ Android开发者网站包含了以下内容:
548556
### Vibrator
549557

550558
* 触感反馈: <https://source.android.com/docs/core/interaction/haptics>
551-
* 在 Android 上实现触感反馈: <https://developer.android.com/develop/ui/views/haptics>
552559
* UX foundation for haptic framework: <https://source.android.com/docs/core/interaction/haptics/haptics-ux-foundation>
553560
* Android Vibrator 分析:从 App 层到 HAL 层: <https://juejin.cn/post/7451418558770626595>
554561

@@ -928,11 +935,6 @@ Android开发者网站包含了以下内容:
928935
* Lottie: <https://github.com/airbnb/lottie-android>
929936
* Lottie - 让复杂动画如此简单: <https://www.jianshu.com/p/282d098cf928>
930937

931-
## Flutter
932-
933-
* Flutter: <https://flutter.dev/>
934-
* Flutter中文网: <https://flutterchina.club/get-started/install/>
935-
936938
## Android实体机与模拟器
937939

938940
* 了解 Google Pixel 手机何时会收到软件更新: <https://support.google.com/pixelphone/answer/4457705>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ toc: true
4343
## Mathcad
4444

4545
* Mathcad: <https://www.mathcad.com/>
46+
47+
## MWORKS
48+
49+
* MWORKS: <https://www.tongyuan.cc/product>

0 commit comments

Comments
 (0)