摘要: 这节主要是 JDBC 与数据库交互的基本步骤 阅读全文
posted @ 2015-11-21 22:38 coolsoul 阅读(364) 评论(0) 推荐(0) 编辑
摘要: JDBC API 允许用户访问任何形式的表格数据,尤其是存储在关系数据库中的。 阅读全文
posted @ 2015-11-21 22:36 coolsoul 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 不同工具或平台与“Hello World”。 阅读全文
posted @ 2015-11-21 22:32 coolsoul 阅读(288) 评论(0) 推荐(0) 编辑
摘要: Java Hello World程序。 阅读全文
posted @ 2015-11-21 22:32 coolsoul 阅读(225) 评论(0) 推荐(0) 编辑
摘要: Java的简单介绍。 阅读全文
posted @ 2015-11-21 22:30 coolsoul 阅读(1655) 评论(0) 推荐(0) 编辑
摘要: Java环境变量设置。 阅读全文
posted @ 2015-11-21 22:28 coolsoul 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 工厂模式,见名知意:创建工厂,来生产商品。   Java中,工厂和商品就是对象。 阅读全文
posted @ 2015-11-21 22:15 coolsoul 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 工作中,除非特殊需要,一般使用的数据类型较为单一。 阅读全文
posted @ 2015-11-21 21:58 coolsoul 阅读(210) 评论(0) 推荐(0) 编辑
摘要: git配置完成email和user后,才可以生成SSH Key. 阅读全文
posted @ 2015-11-21 21:57 coolsoul 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 设计模式的起源和分类。 阅读全文
posted @ 2015-11-21 21:55 coolsoul 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 9种常见设计模式。 阅读全文
posted @ 2015-11-21 21:54 coolsoul 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 单例模式,确保类实例的唯一性。 阅读全文
posted @ 2015-11-21 21:51 coolsoul 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 代理模式,屏蔽真实对象,仅提供其代理,供系统使用。 阅读全文
posted @ 2015-11-21 21:50 coolsoul 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 观察者模式,保证主题和若干观察者之间的一致性。 阅读全文
posted @ 2015-11-21 21:48 coolsoul 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 当请求者无法或不能与接收者直接交流时,使用命令者模式。 阅读全文
posted @ 2015-11-21 21:47 coolsoul 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 适配器模式,转换不同接口,实现兼容。 阅读全文
posted @ 2015-11-21 21:46 coolsoul 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 模板方法模式,定义算法骨架及其执行顺序,延伸至子类实现算法逻辑。 阅读全文
posted @ 2015-11-21 21:45 coolsoul 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 策略模式: 环境驱使程序选择策略,策略决定程序行为。 阅读全文
posted @ 2015-11-21 21:44 coolsoul 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 组合模式,保证系统中相同类的组合对象和单一对象是一致的。 阅读全文
posted @ 2015-11-21 21:42 coolsoul 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 装饰者模式,动态改变原系统的逻辑。 阅读全文
posted @ 2015-11-21 21:40 coolsoul 阅读(208) 评论(0) 推荐(0) 编辑