自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

dchjmichael的专栏

Stay hungry,Stay foolish

  • 博客(3)
  • 资源 (4)
  • 收藏
  • 关注

原创 经典Spring AOP

AOP为应用程序开发者定义了一组高层次的概念,用于表达横切关注点。首先,在某个特定的执行点所执行的横切动作被称封装在通知(Advice)里。例如,可将日志和验证动作封装在一个或多个通知里。经典的Spring AOP支持4种类型的通知,它们分别作用于执行点的不同时间。在正式的AOP定义里,存在多个类型的执行点,包括方法执行,构造器和字段访问。不过,Spring AOP只支持方法执行。所以,4种经

2012-04-17 16:22:54 457

原创 动态代理

JDK动态代理需要一个invocation handler来处理方法的调用,该handler需要实现InvocationHandler接口。第一个参数代表代理实例,第二个是正在代理的方法,第三个是方法的参数。package java.lang.reflect;public interface InvocationHandler{ public Object invoke

2012-04-17 15:26:58 283

转载 js获得浏览器窗口大小

关于获取各种浏览器可见窗口大小的一点点研究function getInfo(){var s = "";s = " 网页可见区域宽:" document.body.clientWidth;s = " 网页可见区域高:" document.body.clientHeight;s = " 网页可见区域宽:" document.body.offsetWidth " (包括边线和

2012-04-03 17:43:58 346

reactive design patterns

Modern distributed applications must deliver near-realtime performance while at the same time managing big data and high user loads spread across environments ranging from cloud systems to mobile devices. Unlike traditional enterprise applications that enforce highly-structured pathways for data and procedures, Reactive applications are built around loosely-coupled, asynchronous components that "react" efficiently to events like competition for shared resources, system failures, and user demands. These systems are highly-concurrent and fault-tolerant, with minimal dependencies among individual system components. Because they're designed to use fresh tools like Scala and Akka, they can combine familiar ideas, such as message passing, with new ideas like actor-based concurrency and CQRS, the Command-Query-Responsibility-Segregation data pattern.

2018-06-11

零售管理 第6版 高清 带索引书签目录

这本《零售管理》在美国被众多高校选为教材,在同类书教材市场拥有绝对领先的市场份额,是零售管理领域最受推崇的第一品牌书。作者迈克尔•利维教授拥有25 年的零售管理教学经验,并长期在零售、商业物流、销售管理等领域做深入研究;韦茨教授是美国市场营销协会的主席,全美零售联合会、全美零售基金会和市场营销协会的理事。本书反映了零售业的最新发展变化,考察了关键性战略问题,强调了财务和店面管理问题,并加入了描述性、操作性和概念性资料。

2018-05-07

大规模网站架构

大大规模网站架构 资料

2013-06-07

DwrDemo例子

DWR的简单例子,myeclipse,web project

2012-06-20

空空如也

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

TA关注的人

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