摘要: Docx介绍 官方原文:DocX is a .NET library that allows developers to manipulate Word 2007/2010/2013 files, in an easy and intuitive manner. DocX is fast, ligh 阅读全文
posted @ 2017-03-27 14:22 二月羊 阅读(3072) 评论(0) 推荐(2) 编辑
摘要: 概念 工厂模式(Factory Pattern)是最常用的设计模式之一。这种类型的设计模式属于创建型模式,它提供了一种创建对象的最佳方式。 在工厂模式中,我们在创建对象时不会对客户端暴露创建逻辑,并且是通过使用一个共同的接口来指向新创建的对象。 介绍 定义一个创建对象的接口,让其子类自己决定实例化哪 阅读全文
posted @ 2017-03-27 10:04 二月羊 阅读(204) 评论(0) 推荐(0) 编辑