摘要: Part I. Overview of Spring Framework The Spring Framework is a lightweight(轻量级的) solution and a potential(有潜力的) one-stop-shop(一站式) for building your enterprise-ready(企业级) applications. However, Sprin... 阅读全文
posted @ 2016-12-15 14:23 Kimisme 阅读(324) 评论(0) 推荐(0) 编辑
摘要: "Hello World!" for Microsoft Windows It's time to write your first application! The following instructions are for users of Windows Vista, Windows 7, and Windows 8. Instructions for other platforms... 阅读全文
posted @ 2016-12-01 11:58 Kimisme 阅读(365) 评论(0) 推荐(0) 编辑
摘要: "Hello World!" for the NetBeans IDE It's time to write your first application! These detailed instructions are for users of the NetBeans IDE. The NetBeans IDE runs on the Java platform, which means... 阅读全文
posted @ 2016-11-30 14:34 Kimisme 阅读(507) 评论(0) 推荐(0) 编辑
摘要: Lesson: The "Hello World!" Application The sections listed below provide detailed instructions for compiling and running a simple "Hello World!" application. The first section provides information on... 阅读全文
posted @ 2016-11-29 08:31 Kimisme 阅读(350) 评论(0) 推荐(0) 编辑
摘要: How Will Java Technology Change My Life? We can't promise you fame, fortune, or even a job if you learn the Java programming language. Still, it is likely to make your programs better and requires le... 阅读全文
posted @ 2016-11-29 08:26 Kimisme 阅读(251) 评论(0) 推荐(0) 编辑
摘要: This class provides thread-local variables. These variables differ from their normal counterparts(副本) in that each thread that accesses one (via its get or set method) has its own, independently initi... 阅读全文
posted @ 2016-11-25 16:06 Kimisme 阅读(299) 评论(0) 推荐(0) 编辑
摘要: What Can Java Technology Do? The general-purpose(多用途的), high-level Java programming language is a powerful software platform. Every full implementation of the Java platform gives you the following fe... 阅读全文
posted @ 2016-11-25 09:50 Kimisme 阅读(263) 评论(0) 推荐(0) 编辑
摘要: About the Java Technology Java technology is both a programming language and a platform. The Java Programming Language The Java programming language is a high-level(高级) language that can be charact... 阅读全文
posted @ 2016-11-23 18:13 Kimisme 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 原文 An object that represents a precompiled SQL statement. A SQL statement is precompiled and stored in a PreparedStatement object. This object can then be used to efficiently execute this stateme... 阅读全文
posted @ 2016-11-22 10:45 Kimisme 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 原文: The basic service for managing a set of JDBC drivers. NOTE: The DataSource interface, new in the JDBC 2.0 API, provides another way to connect to a data source. The use of a DataSource object ... 阅读全文
posted @ 2016-11-20 17:39 Kimisme 阅读(531) 评论(0) 推荐(0) 编辑