100 lines of python to synchronize Android and Windows LAN folders

Programming solves all problems Obsidian builds personal notes Recently I am using Obsidian to build personal cloud notes Although I used COS image bed + gitee to implement cloud backup, the Obsidian backup on Android is a little bit trouble. Fortunately, I mainly take notes on the computer, and my phone is just a reading […]

VSCode modifies extension and user folder directory location (Windows)

VSCode modifies extension and user folder directory location (Windows) Foreword: method Preliminary preparation: Method 1 (strongly recommended) Method 2 (not recommended) Method 3 (too troublesome, not recommended) Foreword: VSCode extensions and user information are stored in the C drive by default: // Take my computer as an example: extensions: C:\Users\HP.vscode\extensions user-data: C:\Users\HP\AppData\Roaming\Code As demand continues […]

Java folder recursive operation tool class

Zero: Function Summary The main functions implemented by this tool class are: Recursively search all file names under a certain path Recursively search all file names under a certain path and remove duplicates Recursively search for all file names of a specified type under a certain path Recursively search for all file names matching file […]

Use python to modify the creation time of all files under the specified folder under the windows system

Use python to modify the creation time of all files under the specified folder under Windows system I don’t know if other friends have this need. Anyway, our family has this need. Requirement 1. There are currently a large number of files that need to change the file generation time. Due to unannounceable reasons, the […]