2019年10月25日
摘要: 1、 2、 3、 4、 5、 6、 7、 8、 9、 10、 11、 12、 13、 14、 15、 16、 17、 18、 19、 20、 21、 22、 23、 24、 25、 26、 27、 28、 29、 30、 31、 32、 33、 34、 35、 36、 37、 38、 39、 40、 阅读全文
posted @ 2019-10-25 20:26 BinaryStar(浩瀚) 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Ø 要求:可灵活配置使用彩色墨盒或灰色墨盒 Ø 可灵活配置打印页面的大小 实现步骤 打印机功能的实现依赖于墨盒和纸张(对象间的依赖) 定义Ink和Paper接口 使用Ink接口和Paper接口开发打印机程序 开发Ink接口和Paper接口的实现类:ColorInk,GreyInk和TextPaper 阅读全文
posted @ 2019-10-25 19:49 BinaryStar(浩瀚) 阅读(200) 评论(0) 推荐(0) 编辑
摘要: Spring框架简介 Spring是一个开源框架,Spring是于2003 年兴起的一个轻量级的Java 开发框架,由Rod Johnson 在其著作Expert One-On-One J2EE Development and Design中阐述的部分理念和原型衍生而来。它是为了解决企业应用开发的复 阅读全文
posted @ 2019-10-25 19:43 BinaryStar(浩瀚) 阅读(400) 评论(0) 推荐(0) 编辑
摘要: @select查詢 @insert添加 @delete刪除 @update修改 @Results自关联 @Results映射 @One UserByRole表: RoleByUser表: @Many RoleByUser表: UserByRole表: 阅读全文
posted @ 2019-10-25 19:34 BinaryStar(浩瀚) 阅读(141) 评论(0) 推荐(0) 编辑