Write a sqlite client with golang
I usually use the sqlite3 command line tool to query data from sqlite database, but there are some problems to use the sqlite3 command line…
I usually use the sqlite3 command line tool to query data from sqlite database, but there are some problems to use the sqlite3 command line…
I want to print the method execute time in KMM, so I added a method named logTime to wrap the method and print the execute time, but I…
Today we encounter an issue that can’t install the apk file on Android emulator, and I try to restart the adb server, it failed to kill the…
We use the pre-commit to check code before commit on git, before we setup the environment, we need to install the pre-commit first, but in…
Problem
On one of my test code, I call some test methods, and I want to skip the following tests, so I add a return statement after the method I…
Problem
Mac has bash and zsh the profile for bash and zsh is different, sometimes we want to change path on profile files, but in order to find…
Problem
Today, I encounter a problem that is the project can’t sync, it reports that the cannot download gradle, we use gradle 7.3.3, the download…
The tool setfacl on linux is used to set file access control lists, for example, I have a user named stephen , and I have a test file…
I am thinking about save files on a remote server, and develop with vscode on local machine, this is the solution.