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
explained:
共性与可变性分析
//From < Design pattern
explained
> , 前几天只当草稿的,今天看见有不少人看,怕误会了。
zjlovezj
·
2008-03-05 23:00
随便写写
sap libaray 加载方式
prt/portal/prtroot/com.sap.km.cm.docs/library/web-application-server/a-c/Component%20Dependencies%20
Explained
.article
enhydra
·
2008-01-22 11:00
C++
c
Web
servlet
Blog
Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX, 1.0
Explained
(Paperback) Jul.2007.eBook-BBL
TITLE:MicrosoftAJAXLibraryEssentials:Client-sideASP.NETAJAX1.0
Explained
(Paperback)AUTHOR:byCristianDarie
linhanshi
·
2008-01-14 11:00
Crack
Tutorials
设计模式学习笔记-Bridge模式
《Design Patterns
Explained
》对Bridge模式的特征: 意图:将一组实现与另一组使用他们的对象分离 问题:一个抽象类 的派生类 必须使用多个实现 ,但出现类数量增长 &
yongyuan.jiang
·
2007-11-01 23:00
设计模式
算法
.net
转:What does volatile do? 作者不详
This is probably best
explained
by comparing the effects that volatile and synchronized have on a method
·
2007-10-10 15:00
volatile
Favor object composition over class inheritance.
As we've
explained
, class inheritance lets you define the implementa
funjackyone
·
2007-06-16 15:00
UP
OOP Concept
explained
: Polymorphism (Technology) OOP概念
今天才发现,原来OOP可以这样解释……汗一个!转自:http://www.kuro5hin.org/story/2006/3/14/175929/544 Polymorphism shouldn't be a new concept to anybody. You deal with it every day in the real world. There's more than one cl
·
2007-06-15 14:00
Polymorphism
OOP Concept
explained
: Polymorphism (Technology) OOP概念
今天才发现,原来OOP可以这样解释……汗一个!转自:[url]http://www.kuro5hin.org/story/2006/3/14/175929/544[/url]Polymorphismshouldn'tbeanewconcepttoanybody.Youdealwithiteverydayintherealworld.There'smorethanoneclassofcattoski
mgod
·
2007-06-15 14:00
oop
Polymorphism
concept
explained:
(Technology)
OOP概念
Why XP?
前阵子看了一本书《XP
explained
》 也就是传说中的XP宣言, 真的超喜欢这种形式, 结对编程,测试驱动,迭代,玩具,零食等等…… 为什么会喜欢XP?
jviva
·
2007-06-07 09:00
编程
XP
.Net Connection Pooling
Explained
and Enhancment
ADO.NETConnectionPoolingExplainedbyJamesStill02/09/2004 Becausethe.NETmanagedprovidersmanagetheconnectionpoolforus,usingshareddatabaseconnectionsisaseasyasasummertimesplashinthekiddiepool.Butifthoseco
jupiter97
·
2007-05-30 10:00
.net
exception
String
application
database
Class
读书--设计模式精解之整体思考OR局部构建?
最近在读 Design Pattern
Explained
作者:Allan Shalloway &James R.
wangxiaohigh
·
2007-05-25 14:00
设计模式
废弃的C++语言特性 - Deprecated C++ features
explained
Copyright(c)prototype,allrightsreserved。在不对原文内容(包括作者信息)做任何改动的前提下,欢迎自由转载。0. 必要说明:所谓“废弃”(deprecated,orobsolescent)的语言特性是指那些在目前的C++标准(ISO/IEC14882:1998,以下简写为C++98)下仍然是合法的,但在新版标准中很有可能被去除或修改(或保留)的语言特性。
prototype
·
2006-11-20 13:00
The Bridge Pattern from Ch10 of 《Design Patterns
Explained
》
TheBridgePatternfromCh10of《DesignPatternsExplained》TheStrategyPatternOverviewThischaptercontinuesthediscussionofdesignpatternswiththeBridgepattern.TheBridgepatternisquiteabitmorecomplexthantheotherpat
xiaosilent's Blog
·
2006-11-12 12:00
The Strategy Pattern 摘自《Design Patterns
Explained
》的第9章
TheStrategyPattern摘自《DesignPatternsExplained》的第9章TheStrategyPatternOverviewThischapterintroducesanewcasestudy,whichcomesfromtheareaofe-commerce(electroniccommerceovertheInternet).Italsobeginsasolution
xiaosilent's Blog
·
2006-11-05 20:00
[译]The Facade Pattern外观设计模式 from Chapter 6 of《Design Patterns
Explained
》
总览我将通过对外观模式(FacadePattern)的讲解来开始我们对设计模式的学习。也许在过去你就已经使用到了外观设计模式只是你并未曾注意到。在这一章里将包含以下的一些内容:l什么是外观设计模式(FacadePattern)及其用途l指出Facade模式的主要功能l提出Facade模式的一些变化Facade模式的基本介绍在GoF的《设计模式》一书中提到,使用Facade模式的目的是:给子系统的系
z75148885
·
2006-10-27 22:00
设计模式
工作
REST
UP
UML
[译] The Adapter Pattern 适配器模式 from Ch7 of《Design Patterns
Explained
》
概述这一章我们通过对适配器模式(AdapterPattern)的讲解来继续我们对设计模式的学习。Adapter模式是一个经常使用的模式,正如你将会看到的那样,她常和其他模式一起使用。在这一章里:l我们将学习到什么是Adapter模式,她有什么用,以及怎么用。l在章末的时候将会有Adapter模式的主要功能的总结。l通过Adapter模式演示多态的使用。l演示用UML图来表示不同层次的细节描述。l我
z75148885
·
2006-10-27 22:00
设计模式
数据结构
UML
[译] The Adapter Pattern 适配器模式 from Ch7 of《Design Patterns
Explained
》
[译]TheAdapterPattern适配器模式fromCh7of《DesignPatternsExplained》适配器模式概述 这一章我们通过对适配器模式(AdapterPattern)的讲解来继续我们对设计模式的学习。Adapter模式是一个经常使用的模式,正如你将会看到的那样,她常和其他模式一起使用。在这一章里:l 我们将学习到什么是Adapter模式,她有什么用,以及怎
xiaosilent's Blog
·
2006-10-27 14:00
[译]外观设计模式(The Facade Pattern) From Chapter 6 of《Design Patterns
Explained
》
[译]外观设计模式(TheFacadePattern)FromChapter6of《DesignPatternsExplained》总览我将通过对外观模式(FacadePattern)的讲解来开始我们对设计模式的学习。也许在过去你就已经使用到了外观设计模式只是你并未曾注意到。在这一章里将包含以下的一些内容:l 什么是外观设计模式(FacadePattern)及其用途l
xiaosilent's Blog
·
2006-10-25 13:00
QQ 个人资料里的一个无耻限制~~~Design Patterns
Explained
这本书招惹到TX了吗?
QQ个人资料里的一个无耻限制~~~DesignPatternsExplained这本书招惹到TX了吗?本想把一书名写在qq个人资料里面。结果出个这样的错误。实在无语~~~~只要把DesignPatternsExplained这三个单词写全了..就要出这个东西...... 不明白TX又在搞什么~~~~
xiaosilent's Blog
·
2006-10-24 22:00
西行漫记(12):对象,结束与开始
第一次看到这个概念是在Design Patterns
Explained
里面,但真正写程序的时候很少真正用这种分析思路,更多的是凭直觉,一眼看过去就决定怎么做。
softstone
·
2006-03-09 19:00
设计模式
数据结构
Ruby
SOA
lisp
西行漫记(12):对象,结束与开始
第一次看到这个概念是在Design Patterns
Explained
里面,但真正写程序的时候很少真正用这种分析思路,更多的是凭直觉,一眼看过去就决定怎么做。
ihuashao
·
2006-03-09 19:00
设计模式
数据结构
Ruby
SOA
lisp
西行漫记(12):对象,结束与开始
第一次看到这个概念是在Design Patterns
Explained
里面,但真正写程序的时候很少真正用这种分析思路,更多的是凭直觉,一眼看过去就决定怎么做。
javasee
·
2006-03-09 19:00
设计模式
数据结构
Ruby
SOA
lisp
Collaboration
Explained
(I)
CollaborationExplained(I)l Howdowebuoyindividualsinsuchawaythattheycanmaintaintheirsenseofselfwhilestillinteractingeffectively?JorgStrübingreportsthataverylargepartofasoftwaredeveloper'sworkisc
Bandit's Home
·
2006-01-19 08:00
Collaboration
Explained
- Faciliatation Skills for Software Project Leaders
CollaborationExplained-FaciliatationSkillsforSoftwareProjectLeaders又是Theagilesoftwaredevelopmentseries中的一本,跟其他不同的是,这本是讲协作的,出发点就跟其他的不一样,后面1个月,希望能够把它看完。已经好久没有看书了,:(ThefirstvalueintheAgileManifestois"ind
Bandit's Home
·
2006-01-18 11:00
The Linux filesystem
explained
By Mayank Sarup <
[email protected]
> Posted: ( 2001-01-03 10:08:44 EST by ) The first thing that most new users shifting from Windows will find confusing is navigating
mylxiaoyi
·
2005-10-04 09:00
linux
windows
unix
dos
Access
《Design Patterns
Explained
》读书笔记(1)
最初发表在:http://www.farproc.com/Article/ShowArticle.asp?ArticleID=187找出变化的东西,封装它!"Findwhatvariesandencapsulateit." 最近在学习AlanShalloway&JamesR.Troott的DesignPatternsExplained(《设计模式解析》),于是随手记下一些东西。该书在第8章Expa
uoyevoli
·
2005-07-29 14:00
《Exceptional C++ Style》开放样章译稿
感谢老朋友谢轩(《Symbian OS
Explained
》译者)无私提供原译稿,这是调整过的版本。因为是原公开样章,所以放在blog上。
61party
·
2004-12-25 15:00
C++
c
C#
vc++
Symbian
《Exceptional C++ Style》开放样章译稿
感谢老朋友谢轩(《Symbian OS
Explained
》译者)无私提供原译稿,这是调整过的版本。因为是原公开样章,所以放在blog上。
varsoft
·
2004-12-25 15:00
C++
c
C#
vc++
Symbian
《Exceptional C++ Style》开放样章译稿
感谢老朋友谢轩(《Symbian OS
Explained
》译者)无私提供原译稿,这是调整过的版本。因为是原公开样章,所以放在blog上。
wapysun
·
2004-12-25 15:00
exception
从面向对象到模式再到真正的面向对象
Shalloway 著 透明 译 (译序: 本文摘自Design Patterns
Explained
softstone
·
2001-08-28 22:00
设计模式
工作
生活
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他