个人简介

Echo Blog


江湖无名 安心练剑
  • Design Pattern 02-抽象工厂模式(abstract factory)
    抽象工厂模式 抽象工厂模式(Abstract Factory Pattern)是围绕一个超级工厂创建其他工厂。该超级工厂又称为其他工厂的工厂。这种类型的设计模式属于创建型模式,它提供了一种创建对象的最佳方式。 在抽象工厂模式中,接口是负责创建一个相关对象的工厂,不需要显式指定它们的类。每个生成的工厂都能按照工厂模式提供对象。 介绍 意图:提供一个创建一系列相关或相互依赖对象的接口,而...
    2017-03-14 11:52:28 | Design Pattern
  • Design Pattern 01-入门案例 单例+工厂+抽象工厂
    Design Pattern “Each pattern describes a problem which occurs over and over again in our environment, and then describes the core of the solution to that problem, in such a way that you can use...
    2017-03-14 11:52:28 | Design Pattern
  • Design Pattern-01-工厂模式(factory)
    工厂模式 工厂模式(Factory Pattern)是 Java 中最常用的设计模式之一。这种类型的设计模式属于创建型模式,它提供了一种创建对象的最佳方式。 在工厂模式中,我们在创建对象时不会对客户端暴露创建逻辑,并且是通过使用一个共同的接口来指向新创建的对象。 介绍 意图:定义一个创建对象的接口,让其子类自己决定实例化哪一个工厂类,工厂模式使其创建过程延迟到子类进行。 主要解决:...
    2017-03-14 11:52:28 | Design Pattern
  • Design Pattern-00-设计模式 overview
    设计模式 设计模式(Design Pattern) 通常被有经验的面向对象的软件开发人员所采用。 设计模式是软件开发人员在软件开发过程中面临的一般问题的解决方案。这些解决方案是众多软件开发人员经过相当长的一段时间的试验和错误总结出来的。 换言之,是一种解决问题的套路。 写在前面 这个世界不存在银弹。量体裁衣才是最好的。不要为了用模式而用,而是能不用就不用。 ...
    2017-03-14 11:52:28 | Design Pattern
  • QuantLib
    QuantLib QuantLib A free/open-source library for quantitative finance. Doc Ext QLNet QLNet C# library official repository. QLNet is a financial library written in C# for the Windows e...
    2017-03-14 11:48:16 | Finance
  • web CSS3 入门介绍
    CSS3 CSS3 向前兼容, 没有必要修改 CSS2 的设计。 (只是简单的过一下,具体使用时自行百度) 主要模块: 选择器 盒模型 背景和边框 文字特效 2D、3D 切换 动画 多列布局 用户界面 边框 ...
    2017-03-09 08:37:07 | Web
  • MySQL-08-datetime timestamp 以及如何自动更新,如何实现范围查询
    拓展阅读 MySQL 00 View MySQL 01 Ruler mysql 日常开发规范 MySQL 02 truncate table 与 delete 清空表的区别和坑 MySQL 03 Expression 1 of ORDER BY clause is not in SELECT list,references column MySQL 04 EMOJI 表情与 UTF...
    2017-02-27 13:44:46 | SQL
  • MySQL 07 mysql 断线重连报错 The last packet successfully received from the server was xxxxxx milliseconds ago
    拓展阅读 MySQL 00 View MySQL 01 Ruler mysql 日常开发规范 MySQL 02 truncate table 与 delete 清空表的区别和坑 MySQL 03 Expression 1 of ORDER BY clause is not in SELECT list,references column MySQL 04 EMOJI 表情与 UTF...
    2017-02-27 13:44:46 | SQL