08 2022 档案

摘要:网页正常打开,在执行ajax或者.js被调用时,出错,F12切出发现错误提示: Refused to execute script from 'http://xxx.xxx.xxx.xxx/xxx.js' because its MIME type ('text/plain') is not exe 阅读全文
posted @ 2022-08-11 07:55 笑而不语心自闲 阅读(248) 评论(0) 推荐(0) 编辑
摘要:Django输入错误url,跳转错误页面 django404,500错误自定义页面: 将 改为 1.修改settings文件 DEBUG = False ALLOWED_HOSTS = ['*'] 或者 ALLOWED_HOSTS = ['127.0.0.1', 'localhost'] 改成ALL 阅读全文
posted @ 2022-08-09 14:34 笑而不语心自闲 阅读(359) 评论(0) 推荐(0) 编辑