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
coupling
设计模式之Factory模式
在面向对象系统设计中经常可以遇到以下的两类问题:1)为了提高内聚(Cohesion)和松耦合(
Coupling
),我们经常会抽象出一些类的公共接口以形成抽象基类或者接口。
ganpengjin1
·
2013-03-21 08:00
C++实现Behavioral - Mediator模式
1358349602010150177996/“Defineanobjectthatencapsulateshowasetofobjectsinteract.Mediatorpromotesloose
coupling
bykeepingobjects
积木
·
2013-03-08 14:00
Proteus中的电容(Capacitors)的分类
AudioGradeAxial音响级轴向引线电容AxialLeadPolypropene轴向引线聚丙烯电容AxialLeadPolystyrene轴向引线聚苯乙烯电容CeramicDisc陶瓷圆片电容De
coupling
Disc
chenjianbo88
·
2013-03-05 09:00
个人学习用
Factory 模式:c语言实现和使用
Factory 模式主要为了提高内聚(Cohesion)和松耦合(
Coupling
)性,同时为了防止一些蹩脚实现提供的设计模式。原理: 网上太多了。
mythzhong
·
2013-02-03 23:00
factory
模式c语言实现和使用
在对象设计中应用GRASP
GRASP的9个模式,分别为:创建者(Creator)、信息专家(InformationExpert)、低耦合(Low
Coupling
)、高内聚(HighCohesion)、控制器(Controller
lideshan12
·
2013-01-29 17:00
低耦合和高内聚
耦合度(
Coupling
)是对模块间关联程度的度量。耦合的强弱取决与模块间接口的复杂性、调用模块的方式以及通过界面传送数据的多少。模块间的耦合度是指模块之间的依赖关系,
luyuncsd123
·
2013-01-09 17:00
c/c++基础
#翻译NO.2# --- Spring Integration Framework
alayeredarchitecturefacilitatesseparationofconcerns(一个分层的体系结构,有利于分离组件),andinterface-basedcontractsbetweenlayerspromoteloose
coupling
郝小杰
·
2012-12-12 10:00
简述GRASP设计原则
高内聚、低耦合(HighCohesion、Low
Coupling
)
webwalker
·
2012-11-19 20:00
依赖(耦合)倒转原则
零耦合(Nil
Coupling
)关系:两个类没有依赖关系。具体耦合(Concrete
Coupling
)关系:两个具体的类之间有依赖关系,如果一个具体类直接引用另外一个具体类,就是这种关系。
lichwei1983
·
2012-11-16 11:00
模块的耦合度
耦合性(或称“耦合度”)英文:
coupling
耦合性是程序结构中各个模块之间相互关联的度量。它取决于各个模块之间接口的复杂程度、调用模块的方式以及哪些信息通过接口。
zhubo22
·
2012-09-27 17:00
数据结构
c
语言
低耦合和高内聚
耦合度(
Coupling
)是对模块间关联程度的度量。耦合的强弱取决与模块间接口的复杂性、调用模块的方式以及通过界面传送数据的多少。
firefly_2002
·
2012-09-09 13:00
设计模式
数据结构
编程
mvc
工作
数据库
转:REST API必须是超文本驱动的
There is so much
coupling
on di
tianmaotalk
·
2012-08-27 18:00
rest ful
Delegation or Notification
Isitgenerallyconsideredbestpractisetoreducethe
coupling
ordependenciesbetweenclassesinyourapplication.Akeybenefitisthatyourcodebecomeseasiertomaintainsinceachangeinoneclassislesslikelytoimpactanotherdep
holylts
·
2012-07-30 16:00
object
dependencies
Dictionary
methods
notifications
delegates
[原] XAF 实现支持多数据库
www.devexpress.com/Support/Center/p/K18123.aspx方式2.http://www.expandframework.com/forum/11-news/2495-module-de
coupling
-from-core-functionality.html
Tonyyang
·
2012-06-11 15:00
高内聚 低耦合
原文一什么是低耦合耦合度(
Coupling
)是对模块间关联程度的度量。耦合的强弱取决与模块间接口的复杂性、调用模块的方式以及通过界面传送数据的多少。
cjsycyl
·
2012-06-08 11:00
java
设计模式
数据结构
编程
数据库
mvc
低耦合 高内聚
一什么是低耦合耦合度(
Coupling
)是对模块间关联程度的度量。耦合的强弱取决与模块间接口的复杂性、调用模块的方式以及通过界面传送数据的多少。
wind19
·
2012-05-19 11:00
笔记--设计模式精解c++-GoF 23 种设计模式解析
0 引言0.1设计模式解析(总序)0.2设计模式解析后记0.3 与作者联系1 创建型模式1.1Factory模式 1)为了提高内聚(Cohesion)和松耦合(
Coupling
),我们经常会抽象出一些类的公共接口以形成抽象基类或者接口
xuyou8800
·
2012-05-03 21:29
23设计模式
笔记--设计模式精解c++-GoF 23 种设计模式解析
0 引言0.1设计模式解析(总序)0.2设计模式解析后记0.3 与作者联系1 创建型模式1.1Factory模式 1)为了提高内聚(Cohesion)和松耦合(
Coupling
),我们经常会抽象出一些类的公共接口以形成抽象基类或者接口
kyfvc
·
2012-04-08 22:00
Titanium通过回调和事件来降低耦合度
【官方地址】 https://wiki.appcelerator.org/display/guides/Callbacks+and+Events+for+Loose+
Coupling
我们在阅读了
rensanning
·
2012-03-28 21:00
mobile
callback
Titanium
event
appcelerator
Titanium通过回调和事件来降低耦合度
【官方地址】 https://wiki.appcelerator.org/display/guides/Callbacks+and+Events+for+Loose+
Coupling
我们在阅读了
rensanning
·
2012-03-28 21:00
mobile
callback
Titanium
event
appcelerator
Design.Patterns
(Cohesion\
coupling
)一、创建型模式Design.Patterns.1:Factory模式定义创建对象的接口,封装了对象的创建;使得具体化类的工作延迟到了子类中。
黎明的剔透里伸出了你沁清的暧昧
·
2012-03-16 19:00
从高耦合到低耦合到底有多远?
“耦合”翻译自英文(
coupling
),英文描述是:"when a component has a dependency on someth
·
2012-03-07 22:00
软件设计之——“高内聚低耦合”
耦合度(
Coupling
)是对模块间关联程度的度量。耦合的强弱取决与模块间接口的复杂性、调用模块的方式以及通过界面传送数据的多少。
chenqqabcdchenqqabcd
·
2012-03-07 16:00
设计模式
数据结构
编程
数据库
工作
mvc
依赖注入的好处
DI其实是JAVA里一个很基础的概念,相信任何人都用过,在Spring里,把它总结为DependencyInjection,方便了程序构架的过程,并且实现low
coupling
。
zpyzl
·
2012-02-26 22:06
职场
休闲
依赖注入
Core
Java
依赖注入的好处
DI其实是JAVA里一个很基础的概念,相信任何人都用过,在Spring里,把它总结为DependencyInjection,方便了程序构架的过程,并且实现low
coupling
。
zpyzl
·
2012-02-26 22:06
职场
依赖注入
休闲
GRASP原则简介
高内聚、低耦合(HighCohesion、Low
Coupling
)在面向对象的程序设计时
heqichang
·
2012-02-23 10:19
设计原则
软件
software
休闲
general
设计模式——中介者模式_Mediator Pattern
中介者模式:Defineanobjectthatencapsulateshowasetofobjectsinteract.Mediatorpromotesloose
coupling
bykeepingobjectsfromreferringtoeachotherexplicity
chain2012
·
2012-01-16 17:00
设计模式
c
object
Class
each
设计模式——责任链模式_Chain of Responsibility Pattern
责任链模式:Avoid
coupling
thesenderofarequesttoitsreceiverbygivingmorethanoneobjectachancetohandletherequest.Chainthereceivingobjectsandpasstherequestalongthechainuntilanobjecthandlesit
chain2012
·
2012-01-12 14:00
设计模式
c
object
null
delete
Class
C++实现Behavioral - Chain Of Responsibility模式
“Avoid
coupling
thesenderofarequesttoitsreceiverbyg
Lostyears
·
2012-01-10 15:00
设计模式
C++
manager
object
Class
destructor
软件设计之——“高内聚低耦合”
耦合度(
Coupling
)是对模块间关联程度的度量。耦合的强弱取决与模块间接口的复杂性、调用模块的方式以及通过界面传送数据的多少。
seamplezeus
·
2012-01-07 16:00
设计
软件设计之――“高内聚低耦合”
耦合度(
Coupling
)是对模块间关联程度的度量。耦合的强弱取决与模块间接口的复杂性、调用模块的方式以及通过界面传送数据的多少。
csh624366188
·
2012-01-07 16:00
软件设计之——“高内聚低耦合”
耦合度(
Coupling
)是对模块间关联程度的度量。耦合的强弱取决与模块间接口的复杂性、调用模块的方式以及通过界面传送数据的多少。
csh624366188
·
2012-01-07 16:00
设计模式
数据结构
编程
mvc
工作
数据库
Android: Android Binding - Introduction
AndroidBinding-IntroductionIntroductionAndroidBindingisanewOpenSourceFrameworkforAndroid-JavaprovidingXMLlayoutviewbindingmechanism.IthelpsdevelopmentofAndroidApplicationbyde
coupling
theViewwidgetsandb
lijuanabc
·
2012-01-02 23:00
android
5-Iterators: de
coupling
algorithms from containers
In the process, he realized that iterators are central to the use of algorithms, because they decouple the algorithms from the specific type of containe...只看这个,不是很好理解。 找了两个资料,感觉是比较好的例子: <1>
ccfangle
·
2011-12-27 15:00
设计模式
迭代器
Iterators
DCI: 代码的可理解性
--Objects are principally about people and their mental models, not polymorphism,
coupling
and cohesion
chelsea
·
2011-12-21 22:00
代码
DCI: 代码的可理解性
--Objectsareprincipallyaboutpeopleandtheirmentalmodels,notpolymorphism,
coupling
andcohesion代码难以理解是软件行业的痼疾
chelsea
·
2011-12-21 22:00
领域模型
OO
System
domain
behavior
structure
内聚与耦合
耦合(
Coupling
)是模块之间依赖程度的度量。内聚和耦合是密切相关的,与其它模块存在强耦合的模块通常意味着弱内聚,而强内聚的模块通常意味着与其它模块之间存在弱耦合。
wicrewoft
·
2011-12-01 11:24
软件工程
软件架构
礼物
wicrewoft
范国锋
Spring中查询的英语
straightforward 简单易懂的 Composing 组合 leading slash 前倒斜杠 dependency 依赖的 qualified 合格的
coupling
JamesZhao1987
·
2011-11-25 19:00
Spring中查询的英语
面向对象
聚合:一个对象成为另一个对象的组成部分“hasa”composition组合:一个对象管理另一个对象的生命周期依赖:人开车回家人用斧头砍柴人和车,斧头之间就是依赖关系也就有了依赖注入cohesion/
coupling
jzy23682891
·
2011-11-20 23:00
Service Locator Pattern in C#: A Simple Example
AServiceLocatorisacommondesignpatternthatallowsde
coupling
clientsofservices(describedbyapublicinterface
wenbinke
·
2011-11-08 23:22
public
interface
design
Services
Concrete
SoftwareModel - Introduction面向对象耦合 与 解耦合策略
TheConceptof
Coupling
在程序设计技术中,耦合性是指在一个软件结构中不同模块之间相互依赖的强弱程度.在面向对象的程序中,最基本的模块是类,因而面向对象系统的耦合
blizmax6
·
2011-09-07 11:00
OGRE中的消息传递机制
原文出处:http://www.windameister.org/blog/2008/12/21/ogre-message-exchange-with-low-
coupling
/综述:这篇文章分析了ogre
huazai434
·
2011-08-18 20:00
数据结构
String
iterator
Class
callback
float
设计模式 ChainOfResponsibility
******************************************************** *ChainofResponsibility * *definition *Avoid
coupling
thesenderofarequesttoitsreceiverbygivingmore
shuangyan5230
·
2011-08-12 10:00
责任链模式——Chain of Responsibility
一、总结《Java设计模式》Chapter12ChainofResponsibility 概述:Theintentofthechainresponsibilitypatternistoavoid
coupling
thesenderofarequesttoitsreceiver
chuanwang66
·
2011-08-10 11:00
责任链模式
责任链模式——Chain of Responsibility
一、总结《Java设计模式》Chapter12ChainofResponsibility 概述:Theintentofthechainresponsibilitypatternistoavoid
coupling
thesenderofarequesttoitsreceiver
chuanwang66
·
2011-08-10 11:00
责任链模式
02.工厂模式--Factory
在面向对象系统设计中经常可以遇到以下的两类问题:1) 为了提高内聚(Cohesion)和松耦合(
Coupling
),我们经常会抽象出一些类的公共接口以形成抽象基类或者接口。
jjunjoe
·
2011-07-21 16:00
耦合度与设计模式
高内聚,低耦合(HighCohesion、Low
Coupling
)是一句近乎于“为实现四个现代化而努力”式的口号,耳熟并不一定能详。
cabinriver
·
2011-06-21 09:00
设计模式
生活
扩展
产品
用Stripes做Java Web开发(一)(
传统的Javaweb开发着眼于借去耦(De
coupling
)来实现其灵活性,
txf2004
·
2011-05-20 20:00
java
Web
23-8,中介者模式
Mediator promotes loose
coupling
by keeping objects form referring to each other explicitly. and it cets
bjsunrose
·
2011-03-17 11:00
中介者模式
解决 无法查到bogon的互联网地址,尝试将bogon加到etc/hosts 的问题
转自163:http://
coupling
001.blog.163.com/blog/static/174925389201010234311910/一早打开linux,发现一夜之间主机名从@home
lovejuan007
·
2011-03-14 17:18
hosts
职场
休闲
bogon
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他