E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
reusable
分析模式:可复用的对象模型
分析模式:可复用的对象模型 原文书名:Analysis Patterns:
Reusable
Object Models 作者: (英) Martin Fowler 译者:樊东平 张路 等书号:978
·
2015-11-12 20:24
对象
<
>3.4节(Creating
reusable
content)读书笔记
前言 在这一节中我们会讨论两个可重用的对象:Image和PdfTemplate对象。在2.3节我们往文档中添加图片的时候其实就已经接触到Image对象。在一般情况下,图片的字节会被保存在pdf文件中分开的流中,页面如果想要包含这个图片只需引用即可,这种类型的对象也叫做XObject。XObject有很多的类型,不过Image和Form XObject是最重要的。 Image XObjects
·
2015-11-12 17:20
content
LINQ:创建IQueryable Provider<1>
系列索引: Part I -
Reusable
IQueryable base classes Part II - Where and
reusable
Expressio
·
2015-11-11 16:08
Provider
reusable
-cell queue
UITableView Style:Grouped. UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; 仅针对单一的cell,也就是只有一种Cell Identifier。 MAR:对应 X section Y row 的 cell 的内存地址,取16进制的后四位。
·
2015-11-11 16:19
Queue
细颗粒度Singleton模式实现
作为一个很典型的设计模式,Singleton模式常常被用来展示设计模式的技巧,并且随着技术的演进,.NET语言和Java都已经把经典《Design Patterns : Elements of
Reusable
·
2015-11-11 14:23
Singleton
编写优秀代码的10个技巧
稳定可靠(Robustness) 可维护且简洁(Maintainable and Simple Code) 高效(Fast) 简短(Small) 共享性(
Reusable
) 可测试性
·
2015-11-11 10:17
代码
关于设计模式的有趣解释
提到设计模式,必须知道什么是GoF 《Design Patterns: Elements of
Reusable
Object-Oriented Software》(即后述《设计模式
·
2015-11-11 10:49
设计模式
:10+ handy and
reusable
jQuery code snippets
源地址:http://www.catswhocode.com/blog/10-handy-and-
reusable
-jquery-code-snippets Smooth scrolling to top
·
2015-11-11 10:48
jquery
Reusable
action with query database
Reusable
action with query database 有两个Action,要实现如下图所示的逻辑,即在Action1
·
2015-11-11 07:12
database
自定义真正可重用的Flex组件
来源:http://blogs.adobe.com/tomsugden/2009/12/writing_genuinely_
reusable
_fle.html 在大型企业项目里,经常要为Flex 类库写一系列可重用的组件
·
2015-11-11 02:12
flex组件
面向对象设计的六大原则简介
这是最重要也是最为抽象的原则,基本上我们所说的
Reusable
Software既是基于此原则而开发的。其他的原则也是对它的实现提供了路径。
·
2015-11-11 02:47
面向对象
重要的Patterns
<<Design Patterns: Elements of
Reusable
Object-Oriented Software>> http://www.amazon.com
·
2015-11-08 16:51
Pattern
在 C# 中实现 Singleton
Singleton Singleton 设计模式的下列实现采用了 Design Patterns: Elements of
Reusable
Object-Oriented Software[Gamma95
·
2015-11-08 15:54
Singleton
GOF设计模式
nbsp; GoF:(Gang of Four,GOF设计模式)---四人组 Design Patterns: Elements of
Reusable
·
2015-11-07 11:39
设计模式
区分那些相似的设计模式
原文地址:http://blog.csdn.net/ariesjzj/article/details/11555595 GoF在《Design Patterns: Elements of
Reusable
·
2015-11-02 19:36
设计模式
MS Enterprise Library 5.0发布!!
Enterprise Library is a collection of
reusable
software components (application blocks) designed to assist
·
2015-11-02 15:12
library
面向对象设计6大原则(二)
这是最重要也是最为抽象的原则,基本上我们所说的
Reusable
Software既是基于此原则而开发的。其他的原则也是对它的实现提供了路径。
·
2015-11-02 14:17
面向对象
MOSS 2010:什么是
Reusable
Workflow
顾名思义,
Reusable
workflow就是可以重复利用的工作流。换句话说,其他的工作流就是不可重复利用的,不可思议吗?
·
2015-11-02 12:35
workflow
《分析模式:可重用对象模型》-- 责任模式
1 责任模式 这一章关注的重点是关系,以及怎样为错综复杂的关系建立模型,另外,所有的插图都来自原书(《Analysis Patterns:
Reusable
Object Models》),并遵循UML标准
·
2015-11-02 11:18
对象
C#设计模式--笔记
www.cnblogs.com/zhenyulu/articles/36058.html来源:亚历山大的建筑模式、Gamma等人(1995)创作的"Design Patterns: Elements of
Reusable
·
2015-11-01 14:19
设计模式
asp.net mvc filter
Using Filters to Attach
Reusable
Behaviors Introducing the Four Basic Types of Filters  
·
2015-11-01 13:45
asp.net
C#设计模式(1)
课程内容:设计模式 来源:亚历山大的建筑模式、Gamma等人(1995)创作的"Design Patterns: Elements of
Reusable
Software"。
·
2015-11-01 13:17
设计模式
在 C# 中实现 Singleton
Singleton Singleton 设计模式的下列实现采用了 Design Patterns: Elements of
Reusable
Object-Oriented Software [Gamma95
·
2015-11-01 09:57
Singleton
推荐计算机科学类的经典书籍 3
Design Patterns: Elements of
Reusable
Object-Oriented software Author: Erich Gamma Publisher: Addison
·
2015-10-31 16:58
计算机
推荐计算机科学类的经典书籍 3
Design Patterns: Elements of
Reusable
Object-Oriented software Author: Erich Gamma Publisher: Addison
·
2015-10-31 16:56
计算机
模式--纯度很高的经验
《设计模式》Design Patterns Elements of
Reusable
Object-Oriented, 软件模式设计第一书,总结了24个模式,例子使用C++语言,比较简明,学术性较强。
·
2015-10-31 16:04
模式
由Cocos2d-x工程入口窥见代理模式
关于设计模式(Design Pattern),自从“四人帮”第一次在《Design Patterns: Elements of
Reusable
Object-Oriented Software》中将其上升到理论高度
·
2015-10-31 12:01
cocos2d-x
MFC Extension dll VS Regular Dll
MFC extension dll Basic[MSDN]: An MFC extension DLL is a DLL that typically implements
reusable
classes
·
2015-10-31 11:28
ext
GOF设计模式
GoF:(Gang of Four,GOF设计模式)---四人组 Design Patterns: Elements of
Reusable
·
2015-10-31 11:55
设计模式
浅谈设计模式在JAVA中的具体运用
mod=viewthread&tid=255&extra=page%3D3 最近一直在看《Design Patterns: Elements of
Reusable
Object-Oriented
·
2015-10-31 10:15
java
GoF 设计模式
GoF的起源 《Design Patterns: Elements of
Reusable
Object-Oriented Software》(即后述《设计模式》一书),由 Erich Gamma
·
2015-10-31 09:49
设计模式
Singleton
From:网络 Singleton Singleton 设计模式的下列实现采用了 Design Patterns: Elements of
Reusable
Object-Oriented Software
·
2015-10-31 09:45
Singleton
PrintJ的设计模式之旅——1.模式之父
Four) Erich Gamma、Richard Helm、Ralph Johnson 和 John Vlissides合著了"Design Patterns: Elements of
Reusable
·
2015-10-31 09:02
print
设计模式之序章-UML类图那点事儿
JAVA语言,最早接触设计模式是大一还是大二来着,那时候网上有人给推荐书,其中就有设计模式,当时给我推荐的书我还隐约记得,叫GoF的,书名是《Design Patterns: Elements of
Reusable
·
2015-10-31 08:29
设计模式
OAF_架构MVC系列3 - View的概述(概念)
MVC的架构,分为三层,即Model-View-Contorl, 对OAF 的View层的一下基本概念和一些小案例 Page - 页面概述 Page的关键属性 Item的关键属性
Reusable
·
2015-10-31 08:28
view
Prefabs
【Prefabs】 A Prefab is a type of asset -- a
reusable
GameObject stored in
·
2015-10-30 16:27
pre
.NET设计规范:约定、惯用法与模式 :(第2版)(.NET开发者的必备图书,洞悉.NET技术内幕)
开发者的必备图书,洞悉.NET技术内幕) 基本信息 原书名: Framework Design Guidelines: Conventions, Idioms, and Patterns for
Reusable
·
2015-10-30 11:29
.net
推荐下权威的《IT十年经典书系列》1打
NO.1 设计模式:可复用面向对象软件的基础 Design Patterns: Elements of
Reusable
Object-Oriented
·
2015-10-30 10:09
it
ngx_init_cycle 学习笔记
结构2.给cycle结构中的各项赋值 conf_prefix/prefix/conf_file/conf_param/paths/open_files/shared_memory/listening/
reusable
_connections_queue
jackywgw
·
2015-10-28 14:00
Composite UI Application Block - December 2005 Release
Composite UI Application Block is a
reusable
, source code–based component based on the Microsoft .NET
·
2015-10-28 08:45
application
电子书下载:Microsoft Enterprise Library 5.0
Book DescriptionMicrosoft Enterprise Library is a collection of
reusable
software components
·
2015-10-28 08:34
Microsoft
使用组件构建Android应用程序
Android's application framework lets you create extremely rich and innovative apps using a set of
reusable
·
2015-10-28 07:16
android
C#设计模式 (1)
课程内容:设计模式 来源:亚历山大的建筑模式、Gamma等人(1995)创作的"Design Patterns: Elements of
Reusable
Software"。
·
2015-10-27 15:47
设计模式
Writing a
Reusable
Custom Control in WPF
previous post, I have already defined how you can inherit from an existing control and define your own
reusable
·
2015-10-27 13:36
WPF
5、二、App Components(应用程序组件):0、概述
Components Android's application framework lets you create rich and innovative apps using a set of
reusable
·
2015-10-27 12:26
component
Reusable
async validation for WPF with Prism 5
WPF has supported validation since the first release in .NET 3.0. That support is built into the binding object and allows you to indicate validation errors through exceptions, an implementation
·
2015-10-27 11:27
validation
使用Autofac IOC组织多项目应用程序
包括可以重用的功能和方便测试,通常包括下面的组件: Views, Controllers 和 Models 服务 持久类 和 repositories Decorators
Reusable
·
2015-10-23 09:17
auto
GOF设计模式
GoF:(Gang of Four,GOF设计模式)---四人组 Design Patterns: Elements of
Reusable
Object-Oriented Software
·
2015-10-23 08:13
设计模式
C# 23 Design Patterns wj-wangjun
Gamma(1995年)创作的,<<Design Patterns: Elements of
Reusable
software>> 这本书常被称作 Gang of four 或
·
2015-10-21 11:14
design pattern
apache synapse使用(2)
-- Local Registry entry definitions,
reusable
endpoints and sequences --> <definitions xmlns=&
·
2015-10-21 10:09
apache
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他