我的github
摘要: 也就是说,在声明了自定义类的数组之后,对每一个数组元素的初始化,都要为其new一个对象出来使得指针指向该对象,Java语言本身是不提供在自定义类数组声明时候自动创建新对象的方式的。 Course[] courses = new Course[3]; courses[0] = new Course() 阅读全文
posted @ 2023-03-10 16:28 XiaoNiuFeiTian 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 问题: Entity @Table(name = "ways") @TypeDef(name = "hstore", typeClass = HstoreUserType.class) @Cacheable public class Way { /** * Primary key for the r 阅读全文
posted @ 2023-03-10 11:56 XiaoNiuFeiTian 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 1. Regex.Replace 2. Regex.Match 用哪一个? 参考:https://blog.csdn.net/qubernet/article/details/107230863 阅读全文
posted @ 2023-03-10 09:24 XiaoNiuFeiTian 阅读(33) 评论(0) 推荐(0) 编辑