Make an appointment through the WeChat Bank of China HongKong(BOCHK) microservice public account. I choose a bank branch near Shenzhen, the earliest appointment can be…
Leave a CommentLW's Blog Posts
To format numbers as scientific notation in Python 3, you can use the f-string formatting or the format() method. Here’s how you can do it: Using f-string Using format() method In both…
Leave a CommentProblem Description I bought a Greater Bay Area prepaid card from Macau Telecom a few years ago. When I first used it in the mainland,…
Leave a CommentDescription When I pull a project from Git repository, I run git status to check the codes. And there are many files be modified as…
Leave a CommentThreads Coroutines Here’s a table summarizing the key differences: Feature Threads Coroutines Origin Operating system User-level abstractions Resource usage High Low Execution Independent, concurrent Cooperative,…
Leave a CommentDynamic Linking In dynamic linking, the C++ runtime libraries are separate shared objects (.so files) that your program depends on at runtime. These shared libraries are…
Leave a CommentSSH (Secure Shell) is a widely used protocol for secure communication between two systems. It relies on key pairs—a public key and a private key—to authenticate…
Leave a CommentA few days after registering for Skype, I discovered that the recharge in Google Play failed. Recharge on the web page will automatically jump to…
Leave a CommentIn daily development, code generation and patch application are often things that need to be done. This article records some common usages. Generate patch Use…
Leave a CommentRclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors’ web storage interfaces. Over 70 cloud…
Leave a Comment