Notes
Methods for Converting Between Different Number Bases
This article details methods for converting between different number bases (such as binary, octal, decimal, and hexadecimal), including the sum-of-weights expansion method, division-by-base and remainder-taking method, multiplication-by-base and integer-taking method, as well as quick conversion techniques between binary and hexadecimal.
2025-11-06
How to Import Certificates to Flatpak Edge Browser on Linux
This article introduces two methods for importing certificates into the Flatpak version of Edge browser on Linux, solving the problem caused by the lack of certificate management options in Flatpak Edge.
2025-10-30
Find Resume Tool (YAMLResume)
This article introduces the usage of the YAMLResume tool, including creating resume templates and generating PDF files via Docker commands, as well as an analysis of its pros and cons.
2025-10-06
Three Python Keywords: async, await, yield
This article introduces three important Python keywords: async, await, and yield, explaining their meanings, functions, and applications in asynchronous programming and generators. It also demonstrates through practical examples how to use these keywords to improve program performance.
2025-08-31
Selenium‘s PO Pattern
This article records my understanding of the Page Object (PO) pattern in Selenium, including what the PO pattern is and corresponding examples.
2025-07-31
Create a Website With Hugo
This article will introduce how to create a static website using Hugo and configure the PaperMod theme.
2025-06-22