Note taken down during reading process
How to Choose a Suitable Laptop for Freshmen Majoring in Software Engineering
This is an analysis of the computer needs of software engineering students, and it encompasses most of the different computer needs around me.
Hopefully it will help you!
Yan DP Analysis
How to analyse DP problem?
Read and Write Mutex in Operating System
How to write an optimized PV operation for reading and writing
Pass Value or Reference in Golang
A discussion about passing to function in Golang origin from `res = append(res, r)`
Nil Pointer Error in Golang During webChat Development on Database
During the developing process of Database Engine of webChat, an undiscoverable error occured
and I blamed it on golang itself
Watch Later or Store in History List
When I have something to watch later, I should throw it into watch-later or store in history list
Compare these two
Google RE2 Syntax
Google RE2 Syntax
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines
Why My Devices Cannot Automatically Connect to Mbp
After getting more wireless connectivity devices, I have unfortunately found that my Bluetooth devices have a high probability of not connecting every time I wake up my Macbook Pro.
At first I thought it was the fault of HHKB, but now I am temporarily a fan of bluetooth wireless
I bought a Logi master 2s as my new mouse to cope with the use of scenarios at home
Also my Audio-Technica headphones also changed to wireless mode
Just now I wake up my mac and only headphones connected
It really bothered me for a long time
AODV Analysis
Analysis of AODV protocol based on its source code