更新内容
This commit is contained in:
parent
b8aae81337
commit
4bd71a3570
File diff suppressed because one or more lines are too long
752
resources/ba/python-ppt/index.html
Normal file
752
resources/ba/python-ppt/index.html
Normal file
File diff suppressed because it is too large
Load Diff
14
resources/ba/rename.py
Normal file
14
resources/ba/rename.py
Normal file
@ -0,0 +1,14 @@
|
||||
import os
|
||||
|
||||
current_directory = os.getcwd()
|
||||
|
||||
for filename in os.listdir(current_directory):
|
||||
|
||||
if filename.endswith('.md.txt'):
|
||||
|
||||
new_filename = filename[:-4]
|
||||
|
||||
os.rename(os.path.join(current_directory, filename), os.path.join(current_directory, new_filename))
|
||||
print(f"重命名: {filename} -> {new_filename}")
|
||||
|
||||
print("文件重命名完成!")
|
752
resources/ba/中级财务1-ppt/index.html
Normal file
752
resources/ba/中级财务1-ppt/index.html
Normal file
File diff suppressed because it is too large
Load Diff
752
resources/ba/中级财务2-ppt/index.html
Normal file
752
resources/ba/中级财务2-ppt/index.html
Normal file
File diff suppressed because it is too large
Load Diff
754
resources/ba/会计课本/index.html
Normal file
754
resources/ba/会计课本/index.html
Normal file
File diff suppressed because it is too large
Load Diff
754
resources/ba/发展经济学课本/index.html
Normal file
754
resources/ba/发展经济学课本/index.html
Normal file
File diff suppressed because it is too large
Load Diff
752
resources/ba/商务信息与管理-ppt/index.html
Normal file
752
resources/ba/商务信息与管理-ppt/index.html
Normal file
File diff suppressed because it is too large
Load Diff
752
resources/ba/商务网站开发管理-ppt/index.html
Normal file
752
resources/ba/商务网站开发管理-ppt/index.html
Normal file
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user