随笔 - 91,  文章 - 0,  评论 - 3,  阅读 - 47461
02 2021 档案
第一个mybatisplus
摘要:1.新建Spring Initializr工程。 2.配置pom文件 <!--mysql依赖引入--><dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime< 阅读全文
posted @ 2021-02-28 21:09 飞飞乐园 阅读(125) 评论(0) 推荐(0) 编辑
MAVEN安装配置
摘要:1.从官网下载maven:https://maven.apache.org/download.cgi 2将maven解压,我解压到D:\apache-maven-3.6.3 3.然后配置path环境变量,如图 系统变量:MAVEN_HOME = D:\apache-maven-3.6.3 系统变量: 阅读全文
posted @ 2021-02-28 20:40 飞飞乐园 阅读(69) 评论(0) 推荐(0) 编辑
List和ArrayList的区别
摘要:转载自:https://www.cnblogs.com/aisiteru/articles/1151874.html List是一个接口,而ArrayList是List接口的一个实现类。 ArrayList类继承并实现了List接口。 List接口不能被构造,也就是我们说的不能创建实例对象,但是我们 阅读全文
posted @ 2021-02-19 10:25 飞飞乐园 阅读(111) 评论(0) 推荐(0) 编辑
mysql安装
摘要:1.下载地址:https://downloads.mysql.com/archives/community/ 2.解压到想安装的文件目录下。 3.添加环境变量 我的电脑->右键->属性->高级系统设置->环境变量 选择Path->编辑->新建,添加:你的mysql安装文件下的bin文件夹地址 在D: 阅读全文
posted @ 2021-02-18 20:46 飞飞乐园 阅读(30) 评论(0) 推荐(0) 编辑
Nginx的命令
摘要:####启动: nginx安装目录地址 -c nginx配置文件地址 [root@LinuxServer sbin]# /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf ####停止: ①查看进程号②杀死进程 查看进程号: 阅读全文
posted @ 2021-02-12 21:07 飞飞乐园 阅读(56) 评论(0) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示