摘要: package github.demo01; /** * @author subeiLY * @create 2021-05-26 10:20 * @version 1.0 * @since 1.8 */ public class Doc { String name; /** * @author * 阅读全文
posted @ 2025-04-08 14:55 hwq1992 阅读(5) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3630986/202504/3630986-20250408143004378-1497951588.png) 阅读全文
posted @ 2025-04-08 14:30 hwq1992 阅读(16) 评论(0) 推荐(0)
摘要: package github.demo01; /** * @author subeiLY * @create 2021-05-25 15:14 */ public class Demo01 { public static void main(String[] args) { // 二元运算符 int 阅读全文
posted @ 2025-04-07 20:09 hwq1992 阅读(29) 评论(0) 推荐(0)
摘要: /** * @author subeiLY * @create 2021-05-25 10:46 */ public class Demo06 { static int allClicks = 0; // 类变量 String str = "hello world"; // 实例变量 public 阅读全文
posted @ 2025-04-07 19:47 hwq1992 阅读(9) 评论(0) 推荐(0)
摘要: 一、导入MyCat镜像 MyCat并不是数据库,它只是SQL语句的路由器而已。创建MyCat容器之前,我们先导入镜像文件。照例把镜像文件上传到/root目录,然后用命令导入镜像文件。 mycat.tar.gz 链接:https://share.weiyun.com/RGR4FdVA 密码:z8mz7 阅读全文
posted @ 2025-04-07 19:39 hwq1992 阅读(67) 评论(0) 推荐(0)
摘要: /** * @author subeiLY * @create 2021-05-25 9:45 */ public class Demo04 { public static void main(String[] args) { int i = 128; byte b = (byte)i; // 内存 阅读全文
posted @ 2025-04-07 19:22 hwq1992 阅读(11) 评论(0) 推荐(0)
摘要: /** * @author subeiLY * @create 2021-05-24 19:06 */ public class Demo02 { public static void main(String[] args) { // 八大基本数据类型 // 整数 int num1 = 10; // 阅读全文
posted @ 2025-04-07 16:38 hwq1992 阅读(6) 评论(0) 推荐(0)
摘要: /** * @author subeiLY * @create 2021-05-23 21:21 */ public class Hello { // 单行注释 /* 多行注释 */ /** * 文档注释 * @param args */ public static void main(String 阅读全文
posted @ 2025-04-07 16:34 hwq1992 阅读(14) 评论(0) 推荐(0)
摘要: /** * @author subeiLY * @create 2021-05-24 18:36 */ public class Demo01 { public static void main(String[] args) { String Ahello = "subeiLY"; String h 阅读全文
posted @ 2025-04-07 16:34 hwq1992 阅读(5) 评论(0) 推荐(0)
摘要: IDEA下载 阅读全文
posted @ 2025-04-07 16:18 hwq1992 阅读(10) 评论(0) 推荐(0)