摘要: "Java Language and Virtual Machine Specifications" 阅读全文
posted @ 2018-12-01 23:54 Hopkins'Cybernetics 阅读(150) 评论(0) 推荐(0) 编辑
摘要: "JDK Tools and Utilities" Basic Tools These tools are the foundation of the JDK. They are the tools you use to create and build applications. Tool Nam 阅读全文
posted @ 2018-12-01 23:48 Hopkins'Cybernetics 阅读(226) 评论(0) 推荐(0) 编辑
摘要: "JDK Tools and Utilities" Monitoring Tools You can use the following tools to monitor JVM performance statistics. The tools described in this section 阅读全文
posted @ 2018-12-01 23:09 Hopkins'Cybernetics 阅读(187) 评论(0) 推荐(0) 编辑
摘要: Java I/O介绍 阅读全文
posted @ 2018-12-01 22:59 Hopkins'Cybernetics 阅读(105) 评论(0) 推荐(0) 编辑
摘要: Timer和TimerTask JDK自带,具体的定时任务由TimerTask指定,定时任务的执行调度由Timer设定。Timer和TimerTask均在包java.util里实现。 本文基于java version "1.8.0_191"展开分析学习。 1. TimerTask负责实现指定的任务 阅读全文
posted @ 2018-12-01 22:36 Hopkins'Cybernetics 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 1. 标题类 每级标题用 表示,共支持6级标题; 2. 段落类 __1、建议用换行符控制;__ __2、用 控制;__ 3. 列表 无序列表 __用 或者 表示,子项目用tab键进行缩进;__ + abc edf 有序列表 __用 表示,列表项自动递增,与数字无关,子项目用tab键进行缩进;__ 1 阅读全文
posted @ 2018-12-01 21:46 Hopkins'Cybernetics 阅读(214) 评论(0) 推荐(0) 编辑