在你使用pyspider的时候,直接登入localhost:5000端口,很容易被别人看到自己的项目,需要加密
加密方法(弹窗认证):
打开终端:cat db.json
修改文件: 加入自己的账号密码:
{
"webui":{
"user_name":"user",
"password":"password",
"need-anth":true
}
}
问题解决!!
在你使用pyspider的时候,直接登入localhost:5000端口,很容易被别人看到自己的项目,需要加密
打开终端:cat db.json
修改文件: 加入自己的账号密码:
{
"webui":{
"user_name":"user",
"password":"password",
"need-anth":true
}
}
问题解决!!
本文标题:pyspider加密主窗口
本文链接:https://www.haomeiwen.com/subject/gqelfqtx.html
网友评论