How to get manifest from an APK file
I just make some APKs with different user-permissions, I want to check whether the user-permissions are correct from APK files, then I want…
I just make some APKs with different user-permissions, I want to check whether the user-permissions are correct from APK files, then I want…
Recently, I encounter an error like below, when I build the application with command line it can work, but build in the Xcode, it report…
Sometimes when we use curl to get result from a url, if the result has no empty line at the end, the next prompt of the terminal will…
I use vscode to write codes, when I am study, I usually open the ebook and vscode in tile mode, the ebook on the left and the vscode on the…
After we install the wordpress, the login path is wp-login.php and the manage url is wp-admin, I think it’s not secure enough, so I want to…
I am investigating how to use Realm-Kotlin on KMM module, realm is a Non-SQL database, and it is great when I try to use it in the KMM…
There are too many files on my machine, and I want to backup them to the cloud, and I also don’t just backup the plain files, so I want to…
Today, I add one of my domains to Cloudflare, but after I added a new record, I can’t access the web on my Mac, when I try to ping the…
Problem
Sometimes, we might configure multiple ip address to a domain, or sometimes the domain does not work in some places, so I want to know how…
When we use git on a server first time, it will report the following error if we didn’t set the email and name:
In one of the applications, we use KMM to share code on both Android and iOS, but we find that some functions are much slower on iOS than…