09 2021 档案

摘要:例如: public class 测试 { public static void main(String[] args) { a a = new a();//new的是,即已经调用了构造无参的方法! a.ff(); }} class a{ public static void ff(){ Syste 阅读全文
posted @ 2021-09-26 00:50 海屿城 阅读(43) 评论(0) 推荐(0)
摘要:java业务的过程_写一个java业务需要的步骤 ————————————————————————————————————————————————————先写bean包里的bean 再写dao interface xxxMapper @repository 定义个借口方法 int insert(si 阅读全文
posted @ 2021-09-17 20:08 海屿城 阅读(250) 评论(0) 推荐(0)