Tags
共 378 篇文章
Python
【Python 檔案處理 #4】在 python 中利用 os.chmod 更改檔案的權限 (chmod 777)
【Python 基礎語法 #1】python 一行 if else 語法範例 (one line if else)
【計算機概論】ISO standards 筆記 個人常考重點總整理 大全 9000 14000 22000 26000 27001 31000 37001 50001
【Python 檔案處理 #3】確認檔案是否存在 os.path.isfile / 確認資料夾是否存在 os.path.isdir is folder / file exist
【Python】問題解決:error: no commands supplied
【Python 檔案處理 #2】利用 shutil 來複製檔案 shutil copy file
【Python 檔案處理 #1】取出檔案名稱 (含副檔名、不含副檔名) 取出檔名路徑, 不要副檔名 (os path split basename)
【OpenCV】python OpenCV 分析影像模糊程度 檢測圖片模糊 blur
【OpenCV】問題解決: QtCore (0x121e59700). One of the two will be used. Which one is undefined.
【OpenCV】python pyinotify video player 利用 OpenCV + inotify 製作即時影片播放器
1
30
31
32
33
34
35
36
37
38