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
behavioral
Java设计模式之观察者模式
OBSERVER (Object
Behavioral
) Purpose Lets one or more objects be notified of state changes in other
alex_nit
·
2010-08-01 19:00
java
设计模式
Java设计模式之模板方法模式
TEMPLATE METHOD (Class
Behavioral
) Purpose Identifies the framework of an algorithm, allowing implementing
alex_nit
·
2010-07-30 19:00
java
设计模式
耶鲁大学开放课程:《金融市场》第7课
第7课
Behavioral
Finance: The Role of Psychology 行为金融学:心理的作用 行为金融学它不同于行为心理学,也不等同于将行为心理学应用于金融学
小明哥
·
2010-07-30 18:00
工作
金融
生活
企业应用
设计模式
模式依据其目的可分为创建型(Creational)、结构型(Structural)、或行为型(
Behavioral
)三种。
legendmoheNote
·
2010-07-29 22:00
Java设计模式之状态模式
STATE (Object
Behavioral
) Purpose Ties object circumstances to its behavior, allowing the object
alex_nit
·
2010-07-29 20:00
java
设计模式
Java设计模式之策略模式
STRATEGY (Object
Behavioral
) Purpose Defines a set of encapsulated algorithms that can be swapped
alex_nit
·
2010-07-29 19:00
java
设计模式
算法
Access
C++实现
Behavioral
- Visitor模式
本文发表在:http://patmusing.blog.163.com/blog/static/1358349602010150249596/
pathuang68
·
2010-04-16 15:00
C++
2010
C++实现
Behavioral
- Template Method模式
本文发表在:http://patmusing.blog.163.com/blog/static/1358349602010150231168/
pathuang68
·
2010-04-15 01:00
C++实现
Behavioral
- Strategy模式
本文发表在:http://patmusing.blog.163.com/blog/static/1358349602010150224904/
pathuang68
·
2010-04-11 15:00
你需要知道的CSS3 动画技术
CSS3动画技术译自:WhatYouNeedToKnowAboutBehavioralCSS转自:http://www.qianduan.net/what-you-need-to-know-about-
behavioral
-css.html
Vanessa219
·
2009-12-30 16:00
css
浏览器
webkit
animation
Matrix
transformation
行为模式(
Behavioral
Pattern)中的不变模式
行为模式(BehavioralPattern)中的不变模式行为模式(BehavioralPattern)是对在不同的对象之间划分责任和算法的抽象化。行为模式不仅仅是关于类和对象的,而且是关于它们之间的相互作用的。行为模式分为类的行为模式和对象的行为模式两种。◆类的行为模式 类的行为模式使用继承关系在几个类之间分配行为。◆对象的行为模式 对象的行为模式则使用对象的聚合来分配行为。常见的行为模式:不
liyangbing315
·
2009-12-04 22:00
java
vector
String
Integer
语言
immutable
Java 设计模式分类
模式依据其目的可分为创建型(Creational)、结构型(Structural)、或行为型(
Behavioral
)三种。
DavidHsing
·
2009-10-27 11:00
java
设计模式
Decorator
prototype
command
iterator
设计模式学习笔记(三):模式的分类
模式的分类模式依据其目的可分为创建型(Creational)、结构型(Structural)、或行为型(
Behavioral
)三种。
zhenjing
·
2009-09-10 12:00
设计模式
算法
工作
Decorator
prototype
任务
sun jvm hotspot 参数
http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp
Behavioral
Options Option and Default
fly_hyp
·
2009-09-09 09:00
jvm
thread
linux
Solaris
sun
Behavioral
Patterns 行为模式总结
一、总体概念 BehavioralPatterns ChainofResp. Awayofpassingarequestbetweenachainofobjects Command Encapsulateacommandrequestasanobject Interpreter Awaytoincludelanguageelementsinaprogram Iterator Seq
rocket5725
·
2009-07-09 14:00
Algorithm
算法
object
command
iterator
behavior
Retargeting Will Feature in Your Future
It's a fact: retargeting, the hidden gem of
behavioral
targeting, has gen
poson
·
2009-01-04 22:00
UP
performance
23种设计模式
模式依据其目的可分为创建型(Creational)、结构型(Structural)、或行为型(
Behavioral
)三种。
geeeeeeee
·
2008-12-22 12:00
设计模式
算法
工作
Decorator
prototype
iterator
Behavioral
Targeting Industry Needs Further Deline
http://www.emarketingandcommerce.com/blog/
behavioral
-targeting-industry-needs-further-delineation
Behavioral
discovery
·
2008-05-25 23:00
C++
c
C#
Blog
performance
OO的基本原则
Linguistic Modular Units Few Interfaces Small Interfaces Explicit Interfaces
Behavioral
Compl
yefeng
·
2008-03-18 11:00
工作
OO
OO的基本原则
Linguistic Modular Units Few Interfaces Small Interfaces Explicit Interfaces
Behavioral
Compl
yefeng
·
2008-03-18 11:00
工作
OO
设计模式宝典
创建型 Creational patterns 结构型 Structural patterns 行为型
Behavioral
patterns 类 Factory Method Adapter_Class
wapysun
·
2008-01-15 14:00
设计模式
C++
c
算法
C#
Active Object -An Object
Behavioral
Pattern for Concurrent Programming 主动对象模式 (转)
原标题:ActiveObject-AnObjectBehavioralPatternforConcurrentProgramming源文地址:http://www.cs.wustl.edu/~schmidt/PDF/Act-Obj.pdf译者:
[email protected]
译者注:1. 对象分为主动对象和被动对象,主动对象内部包含一个线程,可以自动完成动作或改变状态,而一般的被动对象只能
yuantao
·
2007-10-19 11:00
thread
object
活动
inheritance
Constructor
asynchronous
Java Pattern -
Behavioral
Pattern
Observer Pattern可以通过一下两个Interface理解. java 代码 abstract interface observer{ public void sendNotify(String s) }
DavidWang
·
2007-05-31 13:00
java
设计模式
工作
无足重轻但却危险的语言
如今,她已经从人类学家的职位上退休了,但是她却把她作为人类学家和管理咨询师的全部技能和经验,带到了她的新职业中——为狗和饲养者和培训者提供行为咨询(
behavioral
c
ruilin215
·
2007-03-19 16:00
编程
工作
软件测试
咨询
UML模型的基本概念
1.1 UML的事物UML中有始终类型的事物:1、 结构事物(Structural things)2、 动作事物(
Behavioral
things)3、 分组事物(Gro
javatgo
·
2005-09-14 12:00
UML
UML模型的基本概念
1.1 UML的事物UML中有始终类型的事物:1、 结构事物(Structural things)2、 动作事物(
Behavioral
things)3、 分组事物(Gro
wsql
·
2005-09-14 12:00
UML
上一页
1
2
3
4
5
6
下一页
按字母分类:
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
其他