jupyter update 02

This commit is contained in:
13339479676 2022-01-16 17:36:18 +08:00
parent 54c155e27e
commit bc2bd122dc
1 changed files with 3 additions and 3 deletions

View File

@ -390,11 +390,11 @@
"outputs": [],
"source": [
"# 日志文件默认保存在项目根目录test.log\n",
"python opencv_webcam.py\n",
"!python opencv_webcam.py\n",
"# 设置日志文件名称及类型,类型包括.log、.txt、.data\n",
"python opencv_webcam.py -ln test02.txt\n",
"!python opencv_webcam.py -ln test02.txt\n",
"# 设置日志保存方式,,默认为追加模式\n",
"python opencv_webcam.py -lm w # 设置为覆盖模式"
"!python opencv_webcam.py -lm w # 设置为覆盖模式"
]
},
{