996 Worker's Blog
Index
Moments
Tags
Archives
Gallery
Guestbook
Links
About
Travelling
Login
Menu
Index
Moments
Tags
Archives
Gallery
Guestbook
Links
About
Travelling
996 Worker's Blog
Archives
2021 / 07
BFS 解题框架
2021-07-08
Improvement
#Algorithm
转载总结自(fucing-algorithm)
Some tips when I develop android
2021-07-07
Notes
#Android
Using SparseArray or ArrayMap. Rather than HashMap. This is for Memory optimization.
DFS与回溯算法阅读笔记
2021-07-07
Improvement
#Algorithm
总结拷贝自Fucking-algorithmfucking-algorithm
递归与动态规划的解题框架
2021-07-06
Improvement
#Algorithm
动态规划问题(求最值)等情境下经常出现
Open-CV Codes: Image Morphological Processing
2021-07-05
Notes
#OpenCV
Codes in python
Open-cv Codes: Image Processing & Threshold & Smooth
2021-07-05
Notes
#OpenCV
Codes there are used in my cv projects during the internship. These practices are useful in pretreatments of inputs.
Sorting
2021-07-04
Improvement
#Algorithm
Let's talk about sorting, which can be helpful when I deal with god damn interviews...
[Uni-app] Enable IDE Service (y/N)
2021-07-04
Notes
#Uni-app
Reason: Wechat devtools app's secure port function is not active.Solution:微信开发者工具 -> 设置 -> 安全 -> 服务端口按钮
Some tips when I develop layout.
2021-07-04
Notes
#Android
想要悬浮的东西,可以用FrameLayout,越后出现的越靠前,用gravity控制位置之类的。Divider: <View android:layout_width="match_parent" android:layout_height="
BST
2021-07-03
Improvement
#Algorithm
DefinitionIn a Binary Search tree:If the left subtree of any node is not empty, then the value of all the nodes in the left subtree is less than the v
Previous
1 / 23
2 / 23
3 / 23
4 / 23
5 / 23
6 / 23
7 / 23
8 / 23
9 / 23
10 / 23
11 / 23
12 / 23
13 / 23
14 / 23
15 / 23
16 / 23
17 / 23
18 / 23
19 / 23
20 / 23
21 / 23
22 / 23
23 / 23
Next