自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

nizen的专栏

学海无涯备忘录

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

原创 jmx in action 学习笔记(2)

这里简单用jmx实现下agent对mbean的管理,以及notification的使用。5个主要类:SystemTimeAgent: 对资源进行管理的agent。它通过接入HtmlAdaptorServer,把管理的资源和管理方法通过http方式暴露给浏览器。我们可以通过浏览器来浏览资源属性和操作资源,甚至触发资源发送消息。SystemTimeMBean: SystemTime的MBe

2012-07-31 23:53:04 1185

原创 领域驱动设计精简版阅读笔记 待续

1.引子软件是为了实现真是问题的解决方案软件,或者说解决方案的实现不是单单靠面向对象的几个概念构筑好代码就行了,更是要方方面面的考虑。所以,在创建一个好软件前,必须理解业务。需要对软件和业务领域中建立映射——模型——一种抽象概念,并用之能进行交流之后便是进行设计工作。但无论瀑布型的设计开发方式和极限编程都有本身的缺点。2.构建领域知识和领域专家交流,从中捕获关键点构筑模

2012-07-31 23:42:12 972

原创 jmx in action 学习笔记(1)

1.1.1. 资源管理的现状当前需要管理:a.硬件:通过SNMP方式来检测网络设备运作是否正常。这种方式实施门槛较高。b.软件:自行在应用上构建监控程序。这种方式对每个系统都单独一套监控实现方式,当换一种监控方式可能就要全部重写。1.1.2. 理想的监控管理方式具备主动处理问题的能力。不但能检测设备和应用的健康程度,还可以获取其内部信息。但这种方式成本较高。1.1.3.

2012-07-20 20:44:38 1704

JAVA面试题解惑系列集锦

java语言面试题集锦,有书签,分类,十分好的复习资料,面试前必看

2009-08-10

Linux常用命令简明手册

Linux的常用命令的总结,短小精悍,适合平时打命令时速查。

2009-06-18

Ubuntu8.04速成手册

转自嘉骏苑http://luckiss.blogcn.com(文章整理&原创by:嘉骏 内容涉及ubuntu8.04的安装配置,系统管理,初级入门,手把手教你玩转ubuntu

2009-06-18

Data Structures and Algorithm Analysis in C

经典数据结构教材 This book describes data structures, methods of organizing large amounts of data, and algorithm analysis, the estimation of the running time of algorithms. As computers become faster and faster, the need for programs that can handle large amounts of input becomes more acute. Paradoxically, this requires more careful attention to efficiency, since inefficiencies in programs become most obvious when input sizes are large. By analyzing an algorithm before it is actually coded, students can decide if a particular solution will be feasible. For example, in this text students look at specific problems and see how careful implementations can reduce the time constraint for large amounts of data from 16 years to less than a second. Therefore, no algorithm or data structure is presented without an explanation of its running time. In some cases, minute details that affect the running time of the implementation are explored. Once a solution method is determined, a program must still be written. As computers have become more powerful, the problems they solve have become larger and more complex, thus requiring development of more intricate programs to solve the problems. The goal of this text is to teach students good programming and algorithm analysis skills simultaneously so that they can develop such programs with the maximum amount of efficiency. This book is suitable for either an advanced data structures (CS7) course or a first-year graduate course in algorithm analysis. Students should have some knowledge of intermediate programming, including such topics as pointers and recursion, and some background in discrete math.

2009-05-14

空空如也

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

TA关注的人

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