996 Worker's Blog
996Worker 发布于 2021-07-26
996Worker 发布于 2021-07-24

IPC

常见通信方式

996Worker 发布于 2021-07-13

Some tips when I develop android

Using SparseArray or ArrayMap. Rather than HashMap. This is for Memory optimization.

996Worker 发布于 2021-07-07

Open-cv Codes: Image Processing & Threshold & Smooth

Codes there are used in my cv projects during the internship. These practices are useful in pretreatments of inputs.

996Worker 发布于 2021-07-05

[Uni-app] Enable IDE Service (y/N)

Reason: Wechat devtools app's secure port function is not active.Solution:微信开发者工具 -> 设置 -> 安全 -> 服务端口按钮

996Worker 发布于 2021-07-04

Some tips when I develop layout.

想要悬浮的东西,可以用FrameLayout,越后出现的越靠前,用gravity控制位置之类的。Divider: <View android:layout_width="match_parent" android:layout_height=&quot

996Worker 发布于 2021-07-04

Notes of SQL DB''s Transaction and ACID

TransactionWhat:A Transaction is a set of operations that satisfy ACID, either committed through a COMMIT or rolled back with ROLLBACK.ACID:1. Atomict

996Worker 发布于 2021-07-03

Introduction of Java Collections

IntroA container is an object that can hold other Java objects. Java Collections Framework(JCF) Provides a generic container for Java developers, star

996Worker 发布于 2021-07-03