摘要: 项目地址:https://gitee.com/leshalv/screw (项目readme中有详细使用说明) 项目测试:一键生成数据库文档,且支持多种数据库 测试代码位置:screw-core模块中MySQLDocumentationBuilderTest测试类 阅读全文
posted @ 2021-01-11 16:04 星瑞 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 代码: // 示例1: Java 8中获取今天的日期 @Test public void test01() { LocalTime localTime = LocalTime.now(); System.out.println("当前时间:" + localTime); LocalDate loca 阅读全文
posted @ 2021-01-11 15:53 星瑞 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 系统环境变量: KeyMeaning "file.separator" Character that separates components of a file path. This is "/" on UNIX and "\" on Windows. "java.class.path" Path 阅读全文
posted @ 2021-01-11 15:34 星瑞 阅读(239) 评论(0) 推荐(0) 编辑