随笔分类 -  JAVA

摘要:1. JAVA空项目不支持maven 2. 开启Maven支持 项目邮件 -> 添加框架 END 阅读全文
posted @ 2022-07-25 10:33 LeoShi2020 阅读(258) 评论(0) 推荐(0) 编辑
摘要:![](https://img2022.cnblogs.com/blog/1940615/202207/1940615-20220725091521459-314305124.png) 阅读全文
posted @ 2022-07-25 09:16 LeoShi2020 阅读(8) 评论(0) 推荐(0) 编辑
摘要:1. 下载maven curl -O https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.zip 2. 解压缩 unzip apache-maven-3.8.6-bin.zip 3. 移动目录 mv 阅读全文
posted @ 2022-07-19 14:10 LeoShi2020 阅读(368) 评论(0) 推荐(0) 编辑
摘要:1.学生类 package com.oop.Demo02; // 学生类 public class Student { // 属性 String name; // 姓名 int age; // 年龄 // 方法 public void study(){ System.out.println(this 阅读全文
posted @ 2022-06-28 15:34 LeoShi2020 阅读(81) 评论(0) 推荐(0) 编辑
摘要:/* ██╗ ███████╗ ██████╗ ███████╗██╗ ██╗██╗ ██║ ██╔════╝██╔═══██╗ ██╔════╝██║ ██║██║ ██║ █████╗ ██║ ██║ ███████╗███████║██║ ██║ ██╔══╝ ██║ ██║ ╚════██║ 阅读全文
posted @ 2022-05-12 22:28 LeoShi2020 阅读(170) 评论(0) 推荐(0) 编辑
摘要:/* ██╗ ███████╗ ██████╗ ███████╗██╗ ██╗██╗ ██║ ██╔════╝██╔═══██╗ ██╔════╝██║ ██║██║ ██║ █████╗ ██║ ██║ ███████╗███████║██║ ██║ ██╔══╝ ██║ ██║ ╚════██║ 阅读全文
posted @ 2022-05-12 21:14 LeoShi2020 阅读(9) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示