Home

Android AccessibilityService

Android AccessibilityService 1. 创建 1. create xml config in res/xml/config_accessibility_service <?xml version="1.0" encoding="utf-8"?> <accessibility-service xmlns:android="http://schemas.android.com/apk/res/android" android:accessibilityEventTypes="typeAllMask" android:accessibilityFeedbackType="feedbackAllMask" android:...

Read more

算法名词

算法名词 k-distance index - k-距离指标是数据挖掘和机器学习中用于评估数据集密度的一种度量。它在密度聚类算法(如DBSCAN:基于密度的聚类算法)中特别有用。 Reference

Read more

Flutter RenderObject

Flutter RenderObject layout, painting, compositing and hit-testing render tree Every widget bears an optional direct connection to a specific instance of RenderObject performLayout paint describeSemanticsConfiguration widget 充当用户界面的声明性模型, RenderObject 屏幕上表示widget. Rendering Process Layout Phase 计算自身和子Widget大小 @override void pe...

Read more

Download Video

Download Video you-get youtube-dl yt-dlp yt-dlp --proxy socks5://127.0.0.1:4781/ -S res,vcodec:h264,acodec:m4a,ext "https://www.youtube.com/watch?v=NCfJ_MTSWRA" Reference

Read more

Pattern

Pattern two possible jobs, matching data and possibly destructuring that data. Pattern type Exported const null, true, false, const 10, ‘abc’ list [‘a’ || ‘b’, var c ] map {“key”: subpattern} Object MyClass(…) ...

Read more