自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

公众号(猴子数据分析)

用知识改变命运,让家人过上体面的生活

  • 博客(6)
  • 资源 (11)
  • 收藏
  • 关注

原创 BigDecimal(-)Difference of BigDecimal toString() method between JDK1.4 and above version

Difference of BigDecimal toString() method between JDK1.4 and above version BigDecimal的toString方法在JDK1.4和1.4版本以后中的区别1 Difference  BigDecimal.toString() returns decimals in scientific notatio

2013-02-27 15:21:12 3038

原创 Share Computer Books Read in 2012

我的豆瓣Share good computer books.1 Data.Structures.and.Algorithms.in.Java, (Robert Lafore).2nd.EdThis book introduces data structures and algorithems in JAVA language clearly and interestingly. I

2013-02-25 13:47:28 1204

原创 Share Psychology and Management Books Read in 2012

At begining of 2013, I review the books I have read in 2012 today. The books I read can be classified as psychology,management and computer books. Here I share the psychology and management books I re

2013-02-25 12:48:42 2353

原创 数据结构之哈希表(4)

1 Concept of Hashing  The problem at hands is to speed up searching.We could search even faster if we know in advance the index at which that value is located in the array. Suppose we do have that m

2013-02-25 12:21:53 4684

原创 数据结构之优先队列-Java PriorityQueue使用(3)

1 概念2 java.util.PriorityQueue方法3 使用例子1 概念  优先级队列PriorityQueue是不同于先进先出队列的另一种队列,每次从队列中取出的是具有最高优先权的元素。优先队列可用有序数组或堆实现,但是常用堆来实现,下面是2种实现效率的比较:使用:用于获取优先权最高的元素。例如:在1000个数中找到最大的那个数。如果

2013-02-24 22:45:10 18005

原创 When to Use What Data Structures

1 Overview  We can divide data structures into the following types:2 General-purpose data structures  We call these general-purpose data structures because they are used to store and retriev

2013-02-23 11:20:42 4711

MapReduce 编程模型

MapReduce goole MapReduce编程模型

2013-09-08

Google File System

Google File System分布式文件系统

2013-09-08

观察者模式模版和例子

观测者模式的例子和模版源代码,方便使用者使用

2013-09-05

linux每日自动备份脚本

linux每日自动备份脚本,该脚本backupday.sh用来每日备份你需要备份的文件或目录

2013-06-30

GenetworkClient

本人开发的Genetwork客户端代码,实现了空间资源的添加、删除、修改和查找功能,方便Genetwork用户和开发者使用Genetwork

2013-06-10

Data.Structures.and.Algorithms.in.Java, (Robert Lafore).2nd.Ed

Data.Structures.and.Algorithms.in.Java, (Robert Lafore).2nd.Ed

2013-02-25

Head First Design Patterns

Head First设计模式,非常经典的设计模式教程。 《Head First设计模式》共有14章,每章都介绍了几个设计模式,完整地涵盖了四人组版本全部23个设计模式。前言先介绍这本书的用法; 第1章到第11章陆续介绍的设计模式为Strategy、Observer、Decorator、Abstract Factory、Factory Method、Singleton、Command、Adapter、Facade、Templat Method、Iterator、Composite、 State、Proxy。最后三章比较特别。第12章介绍如何将两个以上的设计模式结合起来成为新的设计模式(例如著名的MVC模式),作者称其为复合设计模式(这是作者自创的名称, 并非四人组的标准名词),第13章介绍如何进一步学习设计模式,如何发觉新的设计模式等主题,至于第14章则很快地浏览尚未介绍的设计模式,包括Bridge、Builder、Chain of Responsibility、 Flyweight、Interpreter、Mediator、Memento、Prototype、Visitor。第1章还介绍了四个OO基本概念(抽象、封装、继承、多态),而第1章到第9章也陆续介绍了九个OO原则(Principle)。 千万不要轻视这些OO原则,因为每个设计模式背后都包含了几个OO原则的概念。很多时候,在设计时有两难的情况,这时候我们必须回归到OO原则,以方便判断取舍。 可以这么说:OO原则是我们的目标,而设计模式是我们的做法。

2013-01-21

空空如也

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

TA关注的人

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