自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (16)
  • 收藏
  • 关注

原创 【Spring】BeanFactory/ApplicationContext

 ApplicationContext接口扩展自BeanFactoryApplicationContext除了可以完成BeanFactory的载入Bean定义,装配Bean外,还提供了以下功能1.提供了稳步解析工具,包括对国际化的支持2.提供了载入文件资源的通用方法,如载入图片3.可以向注册为监听器的Bean发送事件4.BeanFactory工厂延迟载入所有的Bean,直到ge

2009-11-04 15:08:00 347

转载 spring事务属性

原文:【http://www.javaeye.com/topic/78674】  Spring声明式事务让我们从复杂的事务处理中得到解脱。使得我们再也无需要去处理获得连接、关闭连接、事务提交和回滚等这些操作。再也无需要我们在与事务相关的方法中处理大量的try…catch…finally代码。 我们在使用Spring声明式事务时,有一个非常重要的概念就是事务属性。事务属性通常由事务的传播行为

2009-11-02 10:10:00 236

转载 Spring事务配置的五种方式

原文:[http://www.blogjava.net/robbie/archive/2009/04/05/264003.html]  前段时间对Spring的事务配置做了比较深入的研究,在此之间对Spring的事务配置虽说也配置过,但是一直没有一个清楚的认识。通过这次的学习发觉Spring的事务配置只要把思路理清,还是比较好掌握的。    总结如下:    Spring配置文件中

2009-11-02 10:05:00 242

think in java pattern

This is a book about design that I have been working on for years, basically ever since I first started trying to read Design Patterns (Gamma, Helm, Johnson & Vlissides, Addison-Wesley, 1995), commonly referred to as the Gang of Four[1] or just GoF). There is a chapter on design patterns in the first edition of Thinking in C++, which has evolved in Volume 2 of the second edition of Thinking in C++, and you’ll also find a chapter on patterns in the first edition of Thinking in Java (I took it out of the second edition because that book was getting too big, and also because I had decided to write this book). This is not an introductory book. I am assuming that you have worked your way through Thinking in Java or an equivalent text before coming to this book. In addition, I assume you have more than just a grasp of the syntax of Java. You should have a good understanding of objects and what they’re about, including polymorphism. Again, these are topics covered in Thinking in Java. On the other hand, by going through this book you’re going to learn a lot about object-oriented programming by seeing objects used in many different situations. If your knowledge of objects is rudimentary, it will get much stronger in the process of understanding the designs in this book.

2010-12-29

SQL.In.A.Nutshell.2nd.Edition.Sep.2004.eBook-DDU

SQL.In.A.Nutshell.2nd.Edition.Sep.2004.eBook-DDU

2010-12-29

SQL in Nutshell ed1

The explosive growth of the information technology industry and the constantly growing need to compile, store, access, and manipulate increasingly larger masses of data have required the development of ever more sophisticated database management tools. Since its first incarnation in the 1970s, Structured Query Language (SQL) has been developed hand in hand with the information boom, and as a result, is the most widely used database manipulation language in business and industry. A number of different software companies and program developers, including those in the open source movement, have concurrently developed their own SQL dialects in response to specific needs. All the while, standards bodies have developed a growing list of common features. SQL in a Nutshell identifies the differences between the various vendor implementations of SQL. Readers will find a concise explanation of the Relational Database Management System (RDBMS) model, a clear-cut explanation of foundational RDBMS concepts, and thorough coverage of basic SQL syntax and commands. Most importantly, programmers and developers who use SQL in a Nutshell will find a concise guide both to the most popular commercial database packages on the market (Microsoft SQL Server and Oracle8i), and to two of the best known open source (http://www.opensource.org) database products (MySQL and PostgreSQL). SQL in a Nutshell’s attention to open source SQL products is an affirmation of the growing importance of the open source movement within the computing community. As a result, SQL in a Nutshell benefits several distinct groups of users: the knowledgeable programmer who requires a concise and handy reference tool, the developer who needs to migrate from one SQL dialect to another, and the user who comes to SQL from another programming language and wants to learn the basics of SQL programming.

2010-12-29

Data Modeling and Relational Database Design, Vol.1

Oracle - Data Modeling and Relational Database Design, Vol.1

2010-12-29

数据挖掘入门数据挖掘入门

数据挖掘入门. 很好的一本书,比较清晰,想要的童鞋快速下载了。

2010-12-29

Principles of Data Mining

MIT - Principles of Data Mining

2010-12-29

managing data mining advice

managing data mining advice

2010-12-29

Art of Java Web Development

This book is for every Java web developer, regardless of his or her level of expertise. It is designed primarily for intermediate to advanced developers, who understand the specifics of the various web APIs in Java but haven’t yet mastered the best way to apply them. It is perfect for developers who have heard terms like Model- View-Controller and Model 2, but weren’t present for the series of events that led to the widespread adoption of these best practices. It is also perfect for designers and architects of web applications because it discusses the implications of architecture and design at every opportunity. This book is also well suited to developers who have looked at (and possibly struggled with) one of the many web frameworks on the market. It is unique in its coverage of web frameworks, giving equal weight to six different frameworks and comparing them on equal ground. Whether you are planning to use a framework or you want to write your own, understanding the similarities and differences between the existing frameworks will save you a great deal of time. Art of Java Web Development also illustrates new possibilities for those who are using a framework but aren’t happy with it.

2010-02-25

Java Persistence for Relational Databases

This text provides best practices and patterns for readers who want to connect to databases using Java. It also includes coverage of various database-related APIs for Java, including JDO, JDBC (including newest 3.0 APIs), and CMP.

2010-02-25

Enterprise JavaBeans 2.1

This invaluable resource details the architecture of the Enterprise JavaBeans component model and the Java Message Service (JMS) so you understand the ideas behind asynchronous and parallel processing provided through message-driven beans.

2010-02-25

Enterprise Java for SAP

This book is specifically targeted at developers who are fluent in SAP’s programming language, ABAP, and are looking to learn the Java language. The author explores SAP, JavaServer Pages, JDBC, and Enterprise Java Beans.

2010-02-25

advanced-tiles

This tutorial describes how to use the Tiles framework to create reusable presentation components

2010-02-25

More Effective C++(中文版)

35 New Ways to Improve Your Programs and Design<br><br>改善程序设计方法与设计思维的35个新方法<br><br>

2007-10-17

Win32 API大全

作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对<br>

2007-10-17

Programming Windows(中文)

仍然是解决Windows程式开发各种疑难杂症时的灵丹妙药。在第五版的《Windows程式开发设计指南》中,作者身违背受敬重的Windows Pioneer Award(Windows开路先锋奖)得主,依据最新版本Windows作业系统,以可靠的取材资料校定这一本经典之作一再一次深入探索了Win32程式设计介面的根本重心。<br><br>本书特色:<br>基本入门:输出、输入、对话方块 <br>对Unicode的介绍 <br>图形处理:绘图、文字与字体、点阵图形与metafile <br>系统核心与印表机 <br>声音与音乐 <br>动态连结程式库 <br>多工与多执行绪 <br>多重文件介面 <br>网际网路与企业内网路程式设计

2007-10-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除