Skip to content

Commit 9fb3389

Browse files
committed
potplayer, 2025-06-28 20:08:18
1 parent 86cd5a1 commit 9fb3389

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/python-tutor/python-tips/pathlib.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## pathlib用法
1+
# pathlib用法
22
## os替代品pathlib
33

44
| [`os`](https://docs.python.org/3/library/os.html#module-os) and [`os.path`](https://docs.python.org/3/library/os.path.html#module-os.path) | [`pathlib`](https://docs.python.org/3/library/pathlib.html#module-pathlib) |
@@ -29,4 +29,4 @@
2929
| [`os.path.basename()`](https://docs.python.org/3/library/os.path.html#os.path.basename) | [`PurePath.name`](https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.name) |
3030
| [`os.path.dirname()`](https://docs.python.org/3/library/os.path.html#os.path.dirname) | [`PurePath.parent`](https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.parent) |
3131
| [`os.path.samefile()`](https://docs.python.org/3/library/os.path.html#os.path.samefile) | [`Path.samefile()`](https://docs.python.org/3/library/pathlib.html#pathlib.Path.samefile) |
32-
| [`os.path.splitext()`](https://docs.python.org/3/library/os.path.html#os.path.splitext) | [`PurePath.stem`](https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.stem) and [`PurePath.suffix`](https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.suffix) |
32+
| [`os.path.splitext()`](https://docs.python.org/3/library/os.path.html#os.path.splitext) | [`PurePath.stem`](https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.stem) and [`PurePath.suffix`](https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.suffix) |

docs/windows-tutor/tools/awesome-windows.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
order: 3
33
---
44
# windows好用的软件
5+
## 其他
6+
7+
- unigetui
8+
https://github.com/marticliment/UniGetUI
59

610
## 看图软件
711

@@ -71,6 +75,8 @@ wps图片,现在已经被整合进wps里面了..
7175

7276
[potplayer](http://potplayer.tv/?lang=zh_CN)
7377

78+
potplayer 不显示缩略图, 解决方法: 直接下载 K-Lite Codec Pack 这个工具 (https://www.codecguide.com/download_k-lite_codec_pack_standard.htm)
79+
7480
### vlc
7581

7682
### linux图片处理软件

0 commit comments

Comments
 (0)