996 Worker's Blog
Index
Moments
Tags
Archives
Gallery
Guestbook
Links
About
Travelling
登录
菜单
Index
Moments
Tags
Archives
Gallery
Guestbook
Links
About
Travelling
996 Worker's Blog
归档
2021 年 07 月
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
Using Canny & Hough algo to find the intersection
2021-07-03
Notes
#OpenCV
Find intersection with OpenCV
上一页
22 / 22
下一页