05 2020 档案

摘要:Spring boot 导入LayUI前端时 CSS样式、JS等静态资源无法加载时 由于CSS、JS、Img等资源 在static资源下,系统会自动拦截 所以需要将静态资源放行 在配置文件中进行配置如下 在HTML引用如下 阅读全文
posted @ 2020-05-13 23:54 沉默的Pluto 阅读(764) 评论(0) 推荐(0)
摘要:如果当前python版本为3.X 说明MySQLdb不支持当前python版本 pip安装会出现 Could not find a version that satisfies the requirement MySQLdb (from versions: none) 改为 pip install 阅读全文
posted @ 2020-05-01 14:37 沉默的Pluto 阅读(301) 评论(0) 推荐(0)