The new VPS server that I bought
I bought a new VPS server from Contabo, I choose it because I watched a video before, that video suggested this service provider, and…
I bought a new VPS server from Contabo, I choose it because I watched a video before, that video suggested this service provider, and…
I was trying to get the image’s base64 string without upload files to server, and find that we can use FileReader.readAsDataURL to…
In my earlier article, I mentioned to set the timeout to solve the git fetch origin hang issue, the command I mentioned is:
Problem Statement
Problem Statement
Recently I am researching the adb command line tool to communicate with the Android Emulator and Physical Device, and I find that we can…
Sometimes we have a video file, and want to share it with only audio files, or just want to listen the audio of the video files, so we need…
Today, when I restart my computer, and I want to start the Simulator with the following command:
Problem Statement
I usually use git commit -m 'message' to commit a message, but sometimes, I need add ' on the message, so I need to escape the single…
Because get crash log is not simple, for developers, it might not that hard, but for other people, it’s not easy, because we need enable…
When we develop Android application, it’s very important to get the crash log, in this article, I will describe how I get the crash log…