jupyter update 02
This commit is contained in:
parent
54c155e27e
commit
bc2bd122dc
|
@ -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 # 设置为覆盖模式"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue