Skip to content
Travel is a state of mind, an obsession with natural scenery and splendid culture.
Zeyu Xu
  • Home
  • Research
  • Blog
  • Contact

Category Archives: Computer skills

July 4, 2022 0
Computer skills

Useful file operations in Python

Skills and Methods 1、Determine if the folder exists, and if it does not exist, create. import osif not os.path.exists(path):os.mkdir(path) 2、Traversing folders with files in a specific format. import osimport fnmatchimg_list = fnmatch.filter(os.listdir(path), ‘*.png’)for img in img_list :…… 3、Rename the file.…

Read more

March 2, 2022 0
Computer skills

Set the program to start automatically

Skills and Methods On Windows Set the program to start when the system is powered on. 1、Open RUN (by Win +R ) 2、Enter shell:startup 3、Paste the shortcut of the program Page Views: 83,207

February 28, 2022 0
Computer skills

Detailed tutorial of deep learning configuration on Windows

Skills and Methods Detailed explanation of deep learning configuration, including historical versions. This article contains many useful links. 1、Install Visual Studio and CUDA VS is not required, but it is highly recommended to install it.https://visualstudio.microsoft.com/ Note: Visual Studio should be…

Read more

3/3

Blog Navigation

  • Computer skills (3)
  • Life essays (4)
  • Research (1)

Calendar

June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« Jul    
Zeyu