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
DesignPattern
javascript design patterns
http://js
designpattern
s.com/ http://www.joezimjs.com/tag/design-patterns/ http://codecube.net
·
2015-11-02 18:47
design pattern
简单工厂模式
System; using System.Collections.Generic; using System.Text; namespace Win.
DesignPattern
s.SimpleFactory
·
2015-11-02 15:38
简单工厂模式
设计模式学习笔记十四——Chain of Responsibility模式
结构 代码实现 /**/ /* * 请求者 */ namespace
DesignPattern
.ChainOfResponsibility
·
2015-11-02 15:13
chain
设计模式学习笔记五——Prototype模式
结构 代码实现 namespace
DesignPattern
·
2015-11-02 15:06
prototype
设计模式学习笔记二——Singleton模式
意图:出于某种目的(如性能考虑、逻辑性要求)要求一个类的实例只能有N个 应用:抽象工厂模式中的工厂类、对象池 namespace
DesignPattern
.Singleton
·
2015-11-02 15:03
Singleton
C#设计模式_创建型_Builder模式(learn from Lijianzhong & others)
结构:using System;using System.Configuration; namespace
DesignPattern
{ /// <su
·
2015-11-02 13:07
builder
C#设计模式_创建型_AbstractFactory模式(learn from Lijianzhong & others)
结构图:using System; namespace
DesignPattern
{
·
2015-11-02 13:05
abstract
设计模式学习笔记二十二——Strategy模式
结构 代码 namespace
DesignPattern
.Strategy { &n
·
2015-11-02 11:00
strategy
设计模式学习笔记二十一——State模式
结构 代码 namespace
DesignPattern
.State { public class&
·
2015-11-02 11:59
设计模式
设计模式学习笔记二十——Memento模式
结构图 代码 namespace
DesignPattern
.Memento { &nbs
·
2015-11-02 11:58
设计模式
设计模式学习笔记十五——Command模式
结构 代码实现 /**/ /* * 行为实现者 */ namespace
DesignPattern
.Command {  
·
2015-11-02 11:53
command
.net的異步調用
url=/library/CHS/cpguide/html/cpconasynchronousprogramming
designpattern
2 .asp 這本正
·
2015-11-01 14:56
.net
设计模式学习笔记二十四——Visitor模式
结构 代码 namespace
DesignPattern
.Visitor { public ab
·
2015-11-01 14:02
visitor
Cocoa如何应用设计模式
http://www.apple.com.cn/developer/mac/library/documentation/Cocoa/Conceptual/CocoaFundamentals/Cocoa
DesignPattern
s
·
2015-11-01 14:58
cocoa
建造者模式(生成器模式)
zhonghuan1992 全部配套代码均在github上:https://github.com/ZHONGHuanGit/
DesignPattern
·
2015-11-01 12:32
建造者模式
[
DesignPattern
]各自用一句话来概括MVC、MVP、MVVM的差异特点
MVC: 用户的请求首先会到达Controller,由Controller从Model获取数据,选择合适的View,把处理结果呈现到View上; MVP: 用户的请求首先会到达View,View传递请求到特定的Presenter,Presenter从Model获取数据后,再把处理结果通过接口传递到View。 MVVM: 立足于原有MVP框架并且把WPF的新
·
2015-11-01 11:51
Pattern
jive论坛2
在其设计目标的指导下,其结构设计得非常得好,融合了很多新的观念,比如
DesignPattern
,可更换的Skin,可插入Plug等等。详细解读其源代码对
·
2015-11-01 09:29
接下来要学的东西
一步一步开始: 1.Web/WinForm/通吃,包括ASP.NET,WebService,Remoting,Thread,Serializable,ADO.NET等命名空间 2.精通UML 3.精通
DesignPattern
s
·
2015-10-31 16:27
翻译:在我们使用的NET FRAMEWORK类库中发现设计模式(1)
原址链接: http://msdn.microsoft.com/msdnmag/issues/05/07/
DesignPattern
s/ 最近,Microsoft越来越强调设计模式。
·
2015-10-31 15:32
framework
单件模式
减少因为频繁的构造过程带来应用上的性能损失 using System; namespace VisionLogic.
DesignPattern
.Practice ...{ public
·
2015-10-31 15:21
模式
1.6 学习设计模式的资源
(2)板里桥人的系列文章:http://www.jdon.com/
designpattern
s/index.htm。
·
2015-10-31 14:36
设计模式
转:Mediator模式
using System; using System.Linq; using System.Text; namespace
DesignPattern
s.Mediator { //
·
2015-10-31 11:25
media
什么是设计模式?(一)
一、设计模式定义: 设计模式(
DesignPattern
)是一套经过分类的、被反复使用的软件代码设计经验的总结。使用设计模式是为了可复用代码,让代码更容易被理解,保证代码的可靠性。
·
2015-10-31 11:06
设计模式
DotNet中的迭代模式和组合模式
最近在HeadFirst
DesignPattern
一书中看到Iterator和Composite模式的介绍,书中讲的内容是以java为例子,讲
·
2015-10-31 09:48
组合模式
C#--防盗链
http://localhost/gv/upload/
DesignPattern
.rar 原理: 客户端对页面的请求,先会通过ISAPI(Internet Server Application
·
2015-10-31 09:48
C#
23种设计模式之--单例模式
饿汉式 package com.anllin.
designpattern
; public class Sin
·
2015-10-30 18:24
设计模式
Switch语句,僵化的毒药
该书的代码是用Java写的,Mark McFadden将其改作了C#版本的代码,下载地址:HeadFirst
DesignPattern
CSharp。
·
2015-10-30 16:28
switch
[C#-Util]ObjectPool Prototype
下午不知道哪根筋不对劲了,突然去看看了最简单的
DesignPattern
之一的Singleton模式.看到了以前没有注意的一句话:只有一个实例只是最基本应用.在对象池中则要求多个实例.于是关于了一下对象池的实现
·
2015-10-30 14:33
prototype
[公告]Design & Pattern团队在Google上成立了Group
同时促进团队成员内部的交流,我在Google上成立了一个Group,信息如下: Homepage: http://groups-beta.google.com/group/
DesignPattern
Team
·
2015-10-30 13:00
Pattern
1.策略模式
System.Collections.Generic; using System.Linq; using System.Text; namespace
DesignPattern
·
2015-10-30 13:59
策略模式
【JavaScript设计模式系列---开篇预览】
转:http://www.cnblogs.com/Darren_code/archive/2011/08/31/Javascrip
DesignPattern
s.html 2011-08-31 23:55&
·
2015-10-30 12:03
JavaScript
模式的力量
打开每天的博客园首页都能看到相关的blog出现,几乎每一篇文章都令人愉快,也许你会突然的发现,如果从这个角度看
DesignPattern
是这样的优美。
·
2015-10-30 12:42
模式
Design Pattern/ OOD/ System Design
可以看一些
designpattern
的书比如
DesignPattern
s:ElementsofReusableObject-OrientedSoftware(我们上课用的这本)关于系统设计,这个其实很看积累的
u012175043
·
2015-10-30 03:00
Pattern
design
OOD
分享一个单例模型类 Singleton
System; using System.Collections.Generic; using System.Text; namespace Pixysoft.
DesignPattern
·
2015-10-27 14:28
Singleton
Android:Using shared element transitions in fragments
英文资料待翻译http://www.tuicool.com/articles/2aAFv2qhttp://www.tuicool.com/articles/vURJV3bhttp://www.android
designpattern
s.com
wangyanguiyiyang
·
2015-10-25 22:00
android
理解MVC,MVP和MVVM设计模式
原文链接:http://www.dotnet-tricks.com/Tutorial/
designpattern
s/2FMM060314-Understanding-MVC,-MVP-and-MVVM-Design-Patterns.html
pkxiuluo01
·
2015-10-24 14:00
详解设计模式六大原则
设计模式(
Designpattern
)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。
aoyouzi
·
2015-10-24 07:00
详解设计模式六大原则
对于初学者有效的JavaScript设计模式(1)
原文:http://addyosmani.com/resources/essentialjs
designpattern
s/book/ 1、一个设计模式必要的部分: (1)名称和描述Pattern
·
2015-10-23 08:59
JavaScript
设计模式网页资料
http://www.codeproject.com/Articles/28309/Design-pattern-FAQ-Part-1-Training http://www.javacamp.org/
designPattern
·
2015-10-23 08:24
设计模式
设计模式--静态工厂设计模式在android中的使用
今天看到这篇文章:http://www.android
designpattern
s.com/2012/05/using-newinstance-to-instantiate.html public
·
2015-10-23 08:58
android
分享 ( 设计模式 面向对象 六大原则)
博客前言设计模式(
Designpattern
)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。
jwang
·
2015-10-22 15:00
详解设计模式六大原则
设计模式(
Designpattern
)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。
毛爷爷夸我帅
·
2015-10-22 11:00
iOS学习一些资料的整理
Cocoa
DesignPattern
s
u014536527
·
2015-10-21 19:00
设计模式之Singleton(单态)
引用:http://www.jdon.com/
designpattern
s/singleton.htm 单态定义: Singleton模式主要作用是保证在Java应用程序中,一个类Class
·
2015-10-21 12:49
Singleton
策略模式
namespace Strategy_
DesignPattern
{ using System; &
·
2015-10-21 11:10
策略模式
js 设计模式-单例模式
本文参考:http://www.addyosmani.com/resources/essentialjs
designpattern
s/book/#singletonpatternjavascript
·
2015-10-21 11:38
设计模式
desing pattern
www.dofactory.com/Patterns/Patterns.aspx http://hillside.net/patterns/ http://www.javafan.net/special/
designpattern
·
2015-10-21 10:14
Pattern
GoF设计模式学习-单例模式
System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Learn
DesignPattern
·
2015-10-21 10:48
设计模式
Scalaz(10)- Monad:就是一种函数式编程模式-a design pattern
Monadtypeclass不是一种类型,而是一种程序设计模式(
designpattern
),是泛函编程中最重要的编程概念,因而很多行内人把FP又称为MonadicProgramming。
TIGER_XC
·
2015-10-20 06:00
编程
scala
functional
programmi
scalaz
详解设计模式六大原则
设计模式(
Designpattern
)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。
请叫我头头哥
·
2015-10-19 19:00
上一页
53
54
55
56
57
58
59
60
下一页
按字母分类:
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
其他