摘要:
1、查端口:netstat -ano | findstr port 查到pid,进程号 2、杀进程:taskkill /f /t /im pid 阅读全文
posted @ 2020-12-28 16:15
鲁哒哒
阅读(126)
评论(0)
推荐(0)
摘要:
https://www.mscto.com/python/178498.html 使用django做后台,接收图片 def logo_upload(request): if request.method == 'POST': name = request.body file =request.FIL 阅读全文
posted @ 2020-12-28 15:41
鲁哒哒
阅读(161)
评论(0)
推荐(0)