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
Originator
BGP
originator
-id 与 cluster-list id 属性
关于BGP
originator
-id与cluster-listid 属性 这两个属性是用于BGP路由反射器RR,防止环路用的。
steveguo2007
·
2008-04-29 21:33
id
休闲
BGP
originator-id
cluster-list
BGP
originator
-id 与 cluster-list id 属性
originator
-id是当RR收到客户或是非客户的路由信息放射给他的其它客户时加上
originator
-id属性,一般是对端的BGProuter-id.当路由器收到是
originator
-id是自己的话就把路由信息给丢弃来达到防止环路的目的
steveguo2007
·
2008-04-29 21:33
BGP
休闲
id
路由技术
备忘录模式
2.类图: 3.原理:4.特征: 备忘录(Memento)角色: 备忘录(Memento)角色的职责: 1.将发起人(
Originator
)对
eneasy
·
2008-03-22 22:00
C++
c
C#
备忘录模式
2.类图: 3.原理:4.特征: 备忘录(Memento)角色: 备忘录(Memento)角色的职责: 1.将发起人(
Originator
)对
eneasy
·
2008-03-22 22:00
C++
c
C#
设计模式总结-Memento模式(一)
这样以后就可以将该对象恢复到原先保存的状态.二、Memento模式的简单例子:下面的例子来源于Jdon网站的《GoF设计模式系列》的《Memento模式》,虽然简单却形象地表明了Memento模式的应用public class
Originator
pengpenglin
·
2008-03-22 17:00
设计模式之Memento(备忘机制)
Memento模式相对也比较好理解,我们看下列代码: public class
Originator
{ public int number; public File file =
sunzhyng
·
2007-11-22 09:00
设计模式
翻译(未完成):ADO.NET线程池概览(ADO.NET Connection Pooling at a Glance)
Originator
:NeerajSaluja.译者:吴秀祥(TonyWooclassweb#126.com)Connectionpoolingcanincreasetheperformanceofanyapplicationbyusingactiveconnectionsofthepoolforconsecutiverequests
吴秀祥的博客
·
2007-09-08 08:00
设计模式之Memento(备忘机制)
Memento 模式相对也比较好理解,我们看下列代码: public class
Originator
{ private int number; private File file = null
dev_liu
·
2007-01-20 02:00
设计模式
jsp
设计模式(13)-备忘录模式(Memento)
public class
Originator
{ private int number; private File file = null; public
Originator
(){}
seloba
·
2006-11-05 14:00
设计模式
备忘录模式(Memento Pattern)
需要获取以前状态的对象就是指发起者(
Originator
)。当客户需要保存发起者的状态时,客户需要发起者的当前状态。发起者存贮所有
it_man
·
2006-11-02 14:00
设计模式学习笔记(二十一)--------备忘录( Memento)模式
所涉及的角色:备忘录角色:将发起人(
Originator
)的对象内部状态存储
flying
·
2006-08-29 17:00
设计模式简单代码之Memento模式
这个模式相对比较简单,它有一个
Originator
(原生者),就是需要被保存状态以便恢复的那个对象;一个Memento对象,这个对象主要是保存原生者的状态,并在适当的时间恢复到原生者里去。
dylgsy
·
2006-08-10 19:00
设计模式
String
null
Class
iostream
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他