技术笔记
Build iOS application and upload to App Store from command line
Currently I am investigate how to build the iOS application from command line, this article is what I have done right now.
技术笔记
Currently I am investigate how to build the iOS application from command line, this article is what I have done right now.
技术笔记
When we upload application for test on TestFlight, it always in Missing Compliance status, because it is in this status, the application…
技术笔记
In the build.gradle.kts has a versionNumber variable, the content is like below:
技术笔记
I usually pair Android Device from Android Studio, and I want to pair the device from command line, so it will be easier to connect with…
技术笔记
We are using druid to analysis logs, we load data from kafka, but when I move data folder or move from one server to another server, after…
技术笔记
We find that the data on one of our app has problem, but we save the data on the app’s internal storage, that is /data/data folder, if the…
技术笔记
null safety variable
技术笔记
I have a server to store the built apks, it will generate an apk when there is a new commit, so there are a lot of apks on the server, 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