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
spring中ApplicationContext类实例化的3种方式和bean获取的2种方式
种方式首先,获取ApplicationContext类的对象的3种方式:1.通过类路径ApplicationContextac=newClassPathXmlApplicationContext("de
coupling
siege
·
2015-01-31 02:31
Spring
JAVA
23种设计模式之六(结构型模式)Bridge模式
模式是为了解决将将抽象部份与它的实现部分分离,即将抽象(Abstraction)与实现(AbstractionImp)分离,使得二者可以独立地变化,从而尽可能地提高系统模块内部的内聚(Cohesion)、尽可能降低模块间的耦合(
Coupling
taiyang1987912
·
2015-01-30 10:00
设计模式
linux
23种设计模式之一(创建型模式)Factory模式
一、简介 Factory模式是为了解决两类问题:1、Factory封装对象的创建 第一种问题是为了提高内聚(Cohesion)和松耦合(
Coupling
),我们经常会抽象出一些类的公共接口以形成抽象基类或者接口
taiyang1987912
·
2015-01-27 18:00
设计模式
linux
From Apprentice To Artisan 翻译 13
AppliedArchitecture:De
coupling
Handlers实用做法:解耦处理函数Introduction介绍NowthatwehavediscussedvariousaspectsofsoundapplicationarchitectureusingLaravel4
zgldh
·
2015-01-15 17:00
旁路电容和去耦电容详解
对于同一个电路来说,旁路(bypass)电容是把输入信号中的高频噪声作为滤除对象,把前级携带的高频杂波滤除,而去耦(de
coupling
)电容也称退耦电容,是把输出信号的干扰作为滤除对象。
xiaoleiacm
·
2014-12-25 12:00
单片机
旁路电容
去耦电容
谈谈对高内聚低耦合的认识
低耦合(Low
Coupling
)“低耦合”这个词相信大家已经耳熟能详,我们在看spring的书籍、MVC的数据、设计模式的书籍,无处不提到“低耦合、高内聚”,它已经成为软件设计质量的标准之一。
nengyu
·
2014-12-25 08:00
细说电容的几种用法
对于同一个电路来说,旁路(bypass)电容是把输入信号中的高频噪声作为滤除对象,把前级携带的高频杂波滤除,而去耦(de
coupling
,也称退耦)电容是把输出信号的干扰作为滤除对象。旁路电容的主要
lijiuyangzilsc
·
2014-11-16 00:00
Universal joints
http://www.timothyholding.com/A universaljoint, universal
coupling
, U-joint, Cardan joint, Hardy-Spicer
augustzeng
·
2014-11-13 17:00
joint
Universal
Universal
U-joint
joints
coupling
cardan
Drive shaft
coupling
/ cardan shaft
coupling
Driveshaft
coupling
/ cardanshaft
coupling
http://www.timothyholding.com/A
coupling
isadeviceusedtoconnecttwoshaftstogetherattheirendsforthepurposeoftransmittingpower.
Coupling
sdonotnormallyallowdisconnec
augustzeng
·
2014-11-13 17:00
Drive
Drive
SHAFT
SHAFT
SHAFT
SHAFT
coupling
cardan
cardan
coupling
Universal
Coupling
Maintenance
www.timothyholding.com
Coupling
Maintenance
Coupling
maintenanceisgenerallyasimplematter,requiringaregularlyscheduledinspectionofeach
coupling
.Itconsistsof
augustzeng
·
2014-11-13 17:00
Universal
Universal
SHAFT
coupling
coupling
Maintenance
coupling
Manual of universal joint shaft/cardan shaft
www.timothyholding.com/Correctselection,installingandcarefullmaintenancearetheimportantconditionstomakethe
coupling
usenormally
augustzeng
·
2014-11-13 16:00
joint
joint
Universal
Universal
Universal
SHAFT
SHAFT
SHAFT
cardan
Why Spring Integration? Why Messaging Paradigm? Why Event-Driven?
Inshort,forloose
coupling
.Inpractice,ifadoptRPCstyle,likeSOAPwebservice,weneedtogeneratewebservicestubcodeforclientside
Derek_Zhang_
·
2014-09-26 15:00
Making Pimpl Easy
ThePimpltechniqueisausefulwaytominimize
coupling
,andseparateinterfaceandimplementation.Here'sawaytosimplifyPimpldeployment.ByVladimirBatovJanuary25,2008URL
GODCUPID
·
2014-09-22 10:00
简述GRASP设计原则
高内聚、低耦合(HighCohesion、Low
Coupling
)在面向对象的程序设计时
pymqq
·
2014-09-07 20:00
解耦你的事件系统(基于事件驱动的设计、使用方式)
英文原版:De
coupling
your(event)system—PHP&Symfony作者:MatthiasNoback作者博客:PHP&SymfonyAboutPHPandSymfony2development
mot
·
2014-08-30 00:00
symfony
依赖链接器最小化编译时间(Abusing the Linker to Minimize Compilation Time)
AbstractInthisarticle,Iwilldescribeatechniquethatreduces
coupling
betweenanobjectthatprovidesaccesstomanytypesofobjects
yangzhengqui
·
2014-08-17 11:20
game
Python -> 函数式编程的一些基本原则
以下几条则是从《LearningPython》中摘抄的FunctionDesignPrinciples
Coupling
:useargumentsforinputsandreturnforoutputs.
Coupling
FeeLang
·
2014-07-28 10:00
02.工厂模式--Factory
在面向对象系统设计中经常可以遇到以下的两类问题:1) 为了提高内聚(Cohesion)和松耦合(
Coupling
),我们经常会抽象出一些类的公共接
chenlycly
·
2014-07-17 22:00
c/c++学习_封装(类和对象)
封装的优点是能减少耦合(
Coupling
)。C++、Java、C#等语言定义对象都是在语法中明确地使用类型(Class)来做到封装。
代码猴
·
2014-06-28 23:19
c/c++
从对象创建和引用小议解耦
转自:http://www.ibm.com/developerworks/cn/java/j-lo-de
coupling
/ 解耦是软件设计领域中一个永恒不变的话题,在软件设计过程中,为了最大程度降低各个应用组件之间的耦合性
·
2014-06-25 16:00
对象
LinkedIn公司实现的实时搜索引擎Zoie
wiki/display/ZOIE/OverviewZoieisarealtimeindexingandsearchsystem,andassuchneedstohaverelativelyclose
coupling
betweenth
鹅
·
2014-04-18 15:55
lucene
设计模式之抽象工厂模式(Abstract Factory)摘录
面向对象系统的分析和设计实际上追求的就是两点:高内聚(Cohesion)和低耦合(
Coupling
).23种GOF设计模式一般分为三大类:创建型模式、结构型模式、行为模式。
fengbingchun
·
2014-03-23 15:00
三种工厂模式的C++实现
引出工厂模式的设计问题◆1.为了提高内聚(Cohesion)和松耦合(
Coupling
),我们经常会抽象出一些类的公共接口以形成抽象基类或者接口。
拳四郎
·
2014-03-05 11:02
C++
技术
C&C++
三种工厂模式的C++实现
引出工厂模式的设计问题◆1.为了提高内聚(Cohesion)和松耦合(
Coupling
),我们经常会抽象出一些类的公共接口以形成抽象基类或者接口。
qp120291570
·
2014-03-05 11:00
C++
技术
三种工厂模式的C++实现
引出工厂模式的设计问题◆1.为了提高内聚(Cohesion)和松耦合(
Coupling
),我们经常会抽象出一些类的公共接口以形成抽象基类或者接口。
拳四郎
·
2014-03-05 11:00
C++
技术
三种工厂模式的C++实现
引出工厂模式的设计问题◆1.为了提高内聚(Cohesion)和松耦合(
Coupling
),我们经常会抽象出一些类的公共接口以形成抽象基类或者接口。
拳四郎
·
2014-03-05 11:00
C++
技术
Oracle SOA Suite: Medicator and OSB
专业的术语Loosely-
Coupling
Services.
zzhonghe
·
2014-02-04 23:00
oracle
ActiveMQ 笔札 (一)
1.2 Using ActiveMQ: why and when 1.2.1 Loose
coupling
and ActiveMQ (松耦和)  
gdjbj2008
·
2014-01-14 22:00
activemq
jms
ActiveMQ 笔札 (一)
1.2 Using ActiveMQ: why and when 1.2.1 Loose
coupling
and ActiveMQ (松耦和)  
gdjbj2008
·
2014-01-14 22:00
activemq
jms
RLib 开源框架
RLibisalightweight,highlycohesiveandlow
coupling
frameworkofusefultoolkitthataimstomakecommoncppdevelopmentmoreeffectivelyandeasily
rrrfff
·
2014-01-09 11:00
Objective-C 项目重构利器:把项目中的导入依赖(Import Dependancies)图示化
译者注:文章的"我"均是指软件的作者项目objc_dep主页在:https://github.com/nst/objc_dep代码设计和疏耦合(loose
coupling
)作为开发者,我们都喜欢干净的代码
JeOam
·
2013-12-16 00:00
开源项目介绍
重构
objective-c
设计模式-责任链模式
Avoid
coupling
the sender of a request to its receiver by giving more than one object a chance to
TRAMP_ZZY
·
2013-12-11 18:00
设计模式
设计模式-中介者模式
Mediator promotes loose
coupling
by keeping objects from referring to each o
TRAMP_ZZY
·
2013-12-08 12:00
设计模式
7.3 使用JMS实现请求/应答程序
7.3Implementingrequest/replywithJMS7.3使用JMS实现请求/应答程序Asdescribedinearlierchapters,messagingisallaboutthede
coupling
ofsendersfromreceivers.Messagesaresentbyoneprocesstoabroker
jackyin5918
·
2013-11-11 16:00
jms
程序
7.3 使用JMS实现请求/应答程序
7.3Implementingrequest/replywithJMS7.3使用JMS实现请求/应答程序 Asdescribedinearlierchapters,messagingisallaboutthede
coupling
ofsendersfromreceivers.Messagesaresentbyoneprocesstoabroker
jackyin5918
·
2013-11-11 08:00
jms
程序
7.3
学习设计模式之禅——中介者模式
中介者模式的定义为:Defineanobjectthatencapsulateshowasetofobjectsinteract.Mediatorpromotesloose
coupling
bykeepingobjectsfromreferringtoeachotherexplicitly
freesonhp
·
2013-10-30 23:00
设计模式(c++)笔记之六(Bridge模式)
一、描述: 总结面向对象实际上就两句话:一是松耦合(
Coupling
),二是高内聚(Cohesion)。
my183100521
·
2013-10-17 11:00
设计模式
C++
前端的松耦合
今天没事又翻了翻NicholasZakas的《可维护的javascript》,发现有句话说得挺好的:在一起工作的组件无法达到无耦合(no
coupling
),在所有系统中,组件之间总要共享一些信息来完成各自的工作这里组件的概念是很宽泛的
kyfxbl
·
2013-10-14 00:00
松耦合
无耦合
前端的松耦合
今天没事又翻了翻NicholasZakas的《可维护的javascript》,发现有句话说得挺好的:在一起工作的组件无法达到无耦合(no
coupling
),在所有系统中,组件之间总要共享一些信息来完成各自的工作这里组件的概念是很宽泛的
kyfxbl
·
2013-10-14 00:00
耦合度与设计模式
耦合度与设计模式原文:http://socket.blog.163.com/blog/static/209873004201096210555/高内聚,低耦合(HighCohesion、Low
Coupling
tinguo002
·
2013-10-09 09:00
程序代码模块的内聚与耦合和测试的关系
耦合(
Coupling
)是模块之间依赖程度的度量。内聚和耦合是密切相关的,与其它模块存在强耦合的模块通常意味着弱内聚,而强内聚的模块通常意味着与其它模块之间存在弱耦合。模块设计追求高内聚,低耦合。
lijiatong1005
·
2013-09-20 22:00
松耦合(Loose
coupling
)笔记
很多年前看过的一本书,有过这么一句话(大意):很多复杂问题的解决都是通过增加中间层来实现的。比如:应用系统最早是两层架构,数据库的负载往往会很大,通过增加应用服务器来分摊数据库层的压力;系统集成,点对点的对接,系统间相互的依赖性太大,增加一个中间层(ESB,企业服务总线)实现松耦合性。开发语言上,想让对象与对象间松耦合,通过增加抽象类(AbstractClass)或者接口来做到。---------
pan_tian
·
2013-09-10 16:00
The DCI Architecture: A New Vision of Object-Oriented Programming(一篇具有里程碑式意义的论文)
Objects are principally about people and their mental models―not polymorphism,
coupling
and cohesionObject
halyhuang
·
2013-09-01 07:38
programming
面向对象编程
DCI
Object-Oriented
《设计模式》之十一:责任链模式
责任链模式定义: Avoid
coupling
the sender of a request to its receiver by giving more than one object a chance
yidao620c
·
2013-05-26 19:00
设计模式
Software Craftsmanship : Implement Inversion of Control with Dependency Injection & Service locator
TheobjectofIoCistoeliminatethecode
coupling
.TheideasofIoCare: -High-levelmodulesshouldnotdependonlow-levelmodules.Bothshoulddependona
garcon1986
·
2013-05-17 19:00
spring
Pattern
dependency
injection
control
of
Inversion
中介者模式学习笔记
MediatorPattern Defineanobjectthatencapsulateshowasetofobjectsinteract.Mediatorpromotesloose
coupling
bykeepingobjectsfro
chenyi008
·
2013-04-29 14:02
java
设计模式
中介模式
中介者模式学习笔记
MediatorPattern Defineanobjectthatencapsulateshowasetofobjectsinteract.Mediatorpromotesloose
coupling
bykeepingobjectsfro
chenyi008
·
2013-04-29 14:57
java
设计模式
中介模式
Chapter 7. Modularity
Tomakeinterdependenceofcodeeasiertokeeptrackof,weneedtodividetheirprogramsintomodules,eachwithitsowntask,andminimizetheamountof“
coupling
leonzhx
·
2013-04-12 21:00
Javascript
module
libraries
toolkits
Chapter 7. Modularity
Tomakeinterdependenceofcodeeasiertokeeptrackof,weneedtodividetheirprogramsintomodules,eachwithitsowntask,andminimizetheamountof“
coupling
leonzhx
·
2013-04-12 21:00
Javascript
module
libraries
toolkits
Chapter 7. Modularity
we need to divide their programs into modules, each with its own task, and minimize the amount of “
coupling
leonzhx
·
2013-04-12 21:00
JavaScript
Module
上一页
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
其他