摘要:
一、问题 resource interpreted as stylesheet but transferred with mime type text/html 原因:css文件加载不成功 二、解决方法 将css的文件放在static目录下,static和templates在同一个目录。结构图如下所 阅读全文
摘要:
用户管理 mysql>use mysql; 查看 mysql> select host,user,password from user ; 创建 mysql> create user zx_root IDENTIFIED by 'xxxxx'; //identified by 会将纯文本密码加密作为 阅读全文