程序员人生 网站导航

聚合关系与组合关系

聚合关系与组合关系

java语言实现创建型设计模式―原型模式(Prototype)

java语言实现创建型设计模式―原型模式(Prototype) 一、描述原型模式是通过一个原型对象来标明要创建的对象的类型,然后用复制这个原型对象的方法来拷贝创建更多的同类型对象。例如我们在程序的动态运行过程中有了...

中间件学习――技术平台三步曲

中间件学习――技术平台三步曲 在前面两篇文章中,我们了解了中间件的基本概念和中间件的主要技术分类,在这篇文章中我们了解下基于中间件的主流技术平台。技术平台 现有的基于中间件的主流...

Caused by: java.lang.ClassNotFoundException: Could not load requested class : or

Caused by: java.lang.ClassNotFoundException: Could not load requested class : or 1、错误描述WARN:2015-05-01 13:26:10[localhost-startStop-1] - HHH000402: Using Hibernate built-in connection pool (not for production use!)...

Invalid property 'driver_class' of bean class

Invalid property 'driver_class' of bean class 1、错误描述INFO:2015-05-01 13:06:07[localhost-startStop-1] - Initializing c3p0-0.9.2.1 [built 20-March-2013 10:47:27 +0000; debug? true; tr...

【Java基础】Hibernate的缓存机制以及延迟加载

【Java基础】Hibernate的缓存机制以及延迟加载 上篇博客介绍了Hibernate的基本原理,在博客尾声的时候提到了Hibernate的缓存机制以及延迟加载问题,这篇博客我们继续,将这两部分的内容补充完。首先说说Hibern...

Skype for Business Server 2015支持的升级和共存方案

Skype for Business Server 2015支持的升级和共存方案 Skype for Business Server 2015支持的升级和共存方案如下,支持从Lync Server 2010、Lync Server 2013升级,不支持从OCS 2007、OCS 2007 R2升级。...

UML基本架构建模--通用机制的术语和概念(二)

UML基本架构建模--通用机制的术语和概念(二)

leetcode || 73、Set Matrix Zeroes

leetcode || 73、Set Matrix Zeroes problem:Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow...

leetcode || 79、Word Search

leetcode || 79、Word Search problem:Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequential...