近期文章
- 別把中文洗掉:Python `isalnum()` vs `[^A-Za-z0-9]` 含/不含 CJK中日韓
- Python unicodedata 小教室:把 `café` 變成 `cafe`,因為大家搜尋時只會打 `cafe` ; import unicodedata ; normalized = unicodedata.normalize(“NFKD”, text) ; “”.join(ch for ch in normalized if not unicodedata.combining(ch))
- argparse 超簡單教學:讓 Python 小工具聽懂你的指令; parser = argparse .ArgumentParser() ; parser.add_argument(“–name”) ; args = parser.parse_args()
- Python `os.environ[“PATH”]`(設定 *.exe 路徑)vs `sys.path`(設定 *.py 路徑)教學:用 Whisper 與 ffmpeg 看懂兩種很像的 path
- Python / VS Code UTF-8 BOM (Byte Order Mark) 教學; Path .read_text( encoding = “utf-8-sig”) ; `Ctrl+Shift+P` => `Preferences: Open User Settings (JSON)` => “files.encoding”: “utf8”
熱門討論
-
富邦人壽金享利利率變動型年金保險(SAK,六年IRR>2%練習題)_150717更新
2015-05-14
-
富邦人壽金滿意利率變動型年金險(密碼解密,160605更新)
2014-08-18
-
富邦人壽金享利利率變動型年金保險(SAK,160605更新)
2015-05-15
-
南山人壽喜發樂利率變動型年金保險(ISA2,160605密碼解密)
2015-04-23
FB粉絲團
瀏覽量
本日人氣:23
總瀏覽量:3,187,854
月曆
| 一 | 二 | 三 | 四 | 五 | 六 | 日 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |
More

近期留言