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
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
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