-
Recently, I changed my remote assistance tool to Rustdesk, but a inconvenient thing is that the ID for a host is randomly generated, which is hard to remember.
So I want to customize the ID.
This solution is tested okay on Rustdesk v1.3.1.
Read More -
Long time ago, I create a command-line tool to convert Excel files to JSON files and vice versa. A few days ago, one of my colleagues reported a strange bug to me: some date values in sheets was wrong after converting to JSON.
At first, I didn’t pay much attention to it. A few days later, he continued to follow up this issue, and spotted the clue: copying values from the
.xlsx
file with problem, into another new Excel file, the date value was different; but if copying into another sheet in the same file, the date value was still the same… 😐
Read More