摘要: 懒汉式(线程不安全) public class SingletonLazy { public static void main... 阅读全文
posted @ 2020-10-24 16:33 MrFugui 阅读(4) 评论(0) 推荐(0) 编辑
摘要: public abstract class BankTest { public static void main(String... 阅读全文
posted @ 2020-10-24 16:32 MrFugui 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 整体框架配置: controller包:BookController package com.msy.controller;imp... 阅读全文
posted @ 2020-10-24 10:31 MrFugui 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 需求说明: 模拟实现基于文本界面的《客户信息管理软件》 该软件能够实现对客户对象的插入、修改和删除(用数组实现),并能够打印客户明细... 阅读全文
posted @ 2020-10-24 10:09 MrFugui 阅读(20) 评论(0) 推荐(0) 编辑