vault backup: 2023-07-20 10:43:29

This commit is contained in:
2023-07-20 10:43:29 +08:00
parent 1cb7882dfb
commit bbbec3bc4e
2 changed files with 8 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "00. Inbox/想要的鏡頭/鏡頭比較列表.md", "file": "04. Programming/Python/log.md",
"mode": "source", "mode": "source",
"source": true "source": true
} }
@@ -126,7 +126,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "00. Inbox/想要的鏡頭/鏡頭比較列表.md", "file": "04. Programming/Python/log.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -151,7 +151,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "00. Inbox/想要的鏡頭/鏡頭比較列表.md" "file": "04. Programming/Python/log.md"
} }
} }
}, },
@@ -204,6 +204,8 @@
}, },
"active": "c92e831e8a684cfb", "active": "c92e831e8a684cfb",
"lastOpenFiles": [ "lastOpenFiles": [
"00. Inbox/想要的鏡頭/鏡頭比較列表.md",
"04. Programming/Python/log.md",
"04. Programming/OpenCV.md", "04. Programming/OpenCV.md",
"00. Inbox/01. TODO.md", "00. Inbox/01. TODO.md",
"00. Inbox/Habit Tracker.md", "00. Inbox/Habit Tracker.md",
@@ -233,8 +235,6 @@
"05. 資料收集/讀書筆記/20230418 - 窮人的經濟學.md", "05. 資料收集/讀書筆記/20230418 - 窮人的經濟學.md",
"01. 個人/00. Informations/Datas.md", "01. 個人/00. Informations/Datas.md",
"05. 資料收集/稼動率.md", "05. 資料收集/稼動率.md",
"05. 資料收集/libsndfile.md",
"05. 資料收集/名言佳句.md",
"attachments/Pasted image 20230504183452.png", "attachments/Pasted image 20230504183452.png",
"attachments/Pasted image 20230504183439.png", "attachments/Pasted image 20230504183439.png",
"00. Inbox/想要的鏡頭/變焦", "00. Inbox/想要的鏡頭/變焦",

View File

@@ -0,0 +1,3 @@
- [Python 中的 Log 利器:使用 logging 模組來整理 print 訊息 - zhung to be lazy…](https://zhung.com.tw/article/python%E4%B8%AD%E7%9A%84log%E5%88%A9%E5%99%A8-%E4%BD%BF%E7%94%A8logging%E6%A8%A1%E7%B5%84%E4%BE%86%E6%95%B4%E7%90%86print%E8%A8%8A%E6%81%AF/)\
- [[Python] logging 教學](https://zwindr.blogspot.com/2016/08/python-logging.html)
- [How can I color Python logging output? - Stack Overflow](https://stackoverflow.com/questions/384076/how-can-i-color-python-logging-output)****