上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 35 下一页
摘要: Long KEEP_ALIVE_TIME = 1L; 1L就是表示long类型的值是1 L表示这是一个long类型的数字 阅读全文
posted @ 2023-06-12 08:40 northli 阅读(417) 评论(0) 推荐(0) 编辑
摘要: Date date = new Date();SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");System.out.println(sdf.format(date)); 阅读全文
posted @ 2023-06-09 14:47 northli 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 初始化顺序:成员变量初始化 -> Constructor -> @Autowired https://blog.csdn.net/luohefu1/article/details/122535100 阅读全文
posted @ 2023-06-08 15:18 northli 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 打包:maven里面clean、install,打好后jar包存放在target目录中 运行:在jar包路径里面,打开cmd窗口,执行: java -jar XXX.jar 阅读全文
posted @ 2023-06-08 10:07 northli 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 查看:tasklist | findstr "java" 终止:taskkill /pid 20388 /f /f 表示强制终止 阅读全文
posted @ 2023-06-08 09:24 northli 阅读(184) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xu_yong_lin/article/details/117521773 阅读全文
posted @ 2023-06-07 16:21 northli 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 返回上一级目录,在进入这个目录 阅读全文
posted @ 2023-06-07 10:05 northli 阅读(16) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/whwhhhh/article/details/123181958 阅读全文
posted @ 2023-06-07 09:38 northli 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_35077107/article/details/112687864 阅读全文
posted @ 2023-06-06 16:50 northli 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-06 10:18 northli 阅读(30) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 35 下一页