摘要:
<dependency> <groupId>org.webjars</groupId> <artifactId>jquery</artifactId> <version>3.4.1</version> </dependency> <dependency> <groupId>org.webjars</ 阅读全文
摘要:
1.清空缓存 左上角点击“File” >“Invalidate Caches / Restart” 弹出对话框,点击“Invalidate”。 2、左上角点击“File” >Project Structure 阅读全文
摘要:
点击NAT设置,上述网络的配置参照NAT设置的参数 阅读全文
摘要:
一、阿里镜像 地址:https://developer.aliyun.com/mirror 二、清华源镜像 地址 https://mirrors.tuna.tsinghua.edu.cn/ 三、中科大源镜像 地址 http://mirrors.ustc.edu.cn/ 阅读全文
摘要:
前端开发常用的依赖 webjars官网地址 https://www.webjars.org/ 后端开发常用的依赖 maven仓库地址 https://mvnrepository.com/ 阅读全文
摘要:
1、在创建数据库的时候,我们经常会使用CREATE DATABASE 数据库名称;简单的创建数据库, 没有指定其编码的格式,往往会造成错误。 CREATE DATABASE 数据库名称 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 2、在创建 阅读全文