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
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
Notes of SQL DB''s Transaction and ACID
2021-07-03
Notes
#Database
TransactionWhat:A Transaction is a set of operations that satisfy ACID, either committed through a COMMIT or rolled back with ROLLBACK.ACID:1. Atomict
Introduction of Java Collections
2021-07-03
Notes
#Java
IntroA container is an object that can hold other Java objects. Java Collections Framework(JCF) Provides a generic container for Java developers, star
Practice for deploying Node.js on Heroku
2021-07-03
Notes
#Javascript
1. In app.js:Import Express frameworkListen to the right port. app.listen(process.env.PORT || 8080, () => { // process.env.PORT is for Heroku
[Docker] Docker Beginner''s handbook
2021-07-03
Notes
#Docker
** Sorry for Chinese content. These are my notes. **Docker 入门镜像基本命令基本的docker version # 版本信息docker info # detailed messagedocker [command] --help # hel
[Utils] Regex Cheat Sheet
2021-07-03
Notes
#Utils
常用正则表达式
Some open-source tools/plugins for android development
2021-07-03
Notes
#Android
These are some open source tools
Previous
1 / 24
2 / 24
3 / 24
4 / 24
5 / 24
6 / 24
7 / 24
8 / 24
9 / 24
10 / 24
11 / 24
12 / 24
13 / 24
14 / 24
15 / 24
16 / 24
17 / 24
18 / 24
19 / 24
20 / 24
21 / 24
22 / 24
23 / 24
24 / 24
Next