技术笔记
Flutter environment
Solve android environment issues for flutter
技术笔记
Solve android environment issues for flutter
技术笔记
The problem
技术笔记
Today, I encounter a problem, the problem is the kotlin files in a commit, but committed without pre-commit check, and I want to check the…
技术笔记
We use buildSrc project to configure dependencies, but with buildSrc, Android Studio won’t report version update, in order to check the…
技术笔记
Go 1.8 supports generics, this is a simple example to sum numbers and sort numbers.
技术笔记
This is an example to specify jdk 1.8 on bash script.
技术笔记
When Jesus said to you and to me, I love you. He did not say, I love you only when you are good. When Jesus said I love you, He did not say…
技术笔记
When I try to run a command to parse file on a usb disk, the command can run successfully from terminal, but the crontab job always failed…
技术笔记
In KMM shared module, if the parameter is Long?, then in swift, the parameter type will be KotlinLong?, in swift code, I use the Int64? as…
技术笔记
Sometimes, when switch to another branch on git, and will find some file was untracted, I usually delete the files one by one. It’s very…
技术笔记
When connect to centos from mac, it always report the follow error:
技术笔记
Nginx is a web server, we can also use it as a reverse proxy, and we can simply add basic authentication to the server.