08 2022 档案

摘要:代码: /** * @author Administrator * 二维数组: * 一维数组中的元素 也为一个数组 * 数组四大要素: * 数组名: * 数组长度: length属性获取 * 数组索引: 从0开始 * 数组元素: */ public class _01EWArray { public 阅读全文
posted @ 2022-08-19 19:23 MING5135 阅读(9) 评论(0) 推荐(0) 编辑
摘要:启动PowerShell 开始菜单 搜索 win+r 运行 get-help 查看帮助 get-command 查看有哪些命令 get-command 缩小范围 get-command get-* get-command "*process*" / get-command *process* get 阅读全文
posted @ 2022-08-18 18:48 MING5135 阅读(70) 评论(0) 推荐(0) 编辑
摘要:一、功能代码 import java.io.*; import java.util.Arrays; import java.util.Date; import java.util.List; import java.util.regex.Pattern; import java.util.strea 阅读全文
posted @ 2022-08-14 23:09 MING5135 阅读(1095) 评论(0) 推荐(0) 编辑
摘要:背景色设置: Window -> Preferences -> General -> Appearance -> Theme:dark eclipse安装(中文)语言包插件 https://blog.csdn.net/qq_34625397/article/details/116752266 Ecl 阅读全文
posted @ 2022-08-11 19:41 MING5135 阅读(35) 评论(0) 推荐(0) 编辑
摘要:java.util.Timer定时器的常用方法如下:schedule(TimerTask task, long delay) // 延迟delay毫秒后,执行一次task。schedule(TimerTask task, long delay, long period) // 延迟delay毫秒后, 阅读全文
posted @ 2022-08-10 20:32 MING5135 阅读(130) 评论(0) 推荐(0) 编辑
摘要:1 import java.io.File; 2 import java.io.IOException; 3 4 public class Test { 5 6 public static void main(String[] args) throws IOException { 7 File fi 阅读全文
posted @ 2022-08-10 20:29 MING5135 阅读(37) 评论(0) 推荐(0) 编辑
摘要:1 package test1; 2 3 import java.io.BufferedReader; 4 import java.io.File; 5 import java.io.FileReader; 6 7 public class Test3_codecount { 8 9 private 阅读全文
posted @ 2022-08-10 20:28 MING5135 阅读(89) 评论(0) 推荐(0) 编辑

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