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

Author Archives: zeyu

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

June 5, 2022 0
Life essays

The first MTB Cycling

19 May The first MTB cycling An activity in TOUR FOR LIFE My first mountain biking. Although it wasn’t on a real mountain, the road was rough, with lots of roots and gravel, and some boardwalks. The weather was fine…

Read more

June 5, 2022 0
Life essays

Food Festival in ITC

Pictures and videos 25 May in ITC We enjoyed food from different countries! These foods are very delicious, I like them very much. These foods are made by students from different countries. Page Views: 102,002

June 5, 2022 0
Life essays

Outdoor BBQ in this April

Pictures and videos 18 April Outdoor BBQ in this April Page Views: 158,752

June 3, 2022 0
Research

Nine popular websites for accessing literature

1、Web of science https://www.webofscience.com/wos/woscc/basic-search 2、Ei Engineering https://www.engineeringvillage.com 3、IEEE xplore https://ieeexplore.ieee.org/Xplore/home.jsp 4、Elsevier https://www.sciencedirect.com/ 5、SrpingLink https://link.springer.com/ 6、Nature https://www.nature.com/ 7、PNAS https://www.pnas.org/ 8、Socopus https://www.scopus.com 9、Google Scholar https://scholar.google.com/ Page Views: 192,038

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,011

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

February 20, 2022 0
Life essays

First four months in the Netherlands

Pictures and videos October 2021 Arriving in the Netherlands. With friends in ITC. November 2021 In the parks. In the zoo. December 2021 Trip to Germany. January 2022 Happy new year! On the way Page Views: 46,959

8/8

Blog Navigation

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

Calendar

May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Jul    
Zeyu