Today when I use “protoc” to compile some protobuf files, I get the “google/protobuf/descriptor.proto: file not found” error.
IntelliJ IDEA: "broken source path error" of Gradle project
One Gradle project in my IntelliJ IDEA IDE reports the following error:
Python slice to reverse
I read some Python code lines from here like below:
Protobuf uint64 & Java Long
The post records the issue I met when using protobuf uint64 and Java Long.
A Remastered Game I Wrote
Best Monospace Fonts for Developers
From here.
What is the maximum length of a URL
From here.
Get Original APK File from Android
How to write an iso file to a bootable USB device using dd command
Previously I used “unetbootin“ to do such thing. However today I find it doesn’t work since my USB drive doesn’t show up in the “USB Drive” dropdown list. So I want to find a Linux command which can do the same thing. I find this and here is how to do it.