码迷,mamicode.com
首页 >  
搜索关键字:design pattern    ( 12201个结果
linux下vi命令大全
进入vi的命令? vi filename :打开或新建文件,并将光标置于第一行首? vi +n filename :打开文件,并将光标置于第n行首? vi + filename :打开文件,并将光标置于最后一行首? vi +/pattern filename:打开文件...
分类:系统相关   时间:2014-07-22 08:25:34    阅读次数:335
JavaScript验证邮箱的正则表达式
用JavaScript验证邮箱的正则表达式时,一般比较常用的是用以下两种:var pattern = /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(.[a-zA-Z0-9_-])+/;var pattern = ^\w+[-+.]\w+)*@\w+([-.]\w+)*\.....
分类:编程语言   时间:2014-07-20 10:05:58    阅读次数:194
POJ 1287:Networking(最小生成树Kruskal)
Networking Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 5976   Accepted: 3231 Description You are assigned to design network connections bet...
分类:Web程序   时间:2014-07-19 23:35:59    阅读次数:300
Software Engineering
OOA Object-Oriented Analysis:面向对象分析OOD Object-Oriented Design :面向对象设计OOP Object Oriented Programming:面向对象编程UML Unified Modeling Language:统一建模语言Softwar...
分类:其他好文   时间:2014-07-19 23:26:17    阅读次数:227
高屋建瓴 cocos2d-x-3.0架构设计 Cocos2d (v.3.0) rendering pipeline roadmap(原文)
Cocos2d (v.3.0) rendering pipeline roadmap   Why (the vision) The way currently Cocos2d does rendering is good but it is beginning to feel somehow antiquate and moreover it doesn’t actually leverag...
分类:其他好文   时间:2014-07-19 23:14:08    阅读次数:449
题目1002:Grading
题目描述: Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a process to make the results as fair as po...
分类:其他好文   时间:2014-07-19 19:09:03    阅读次数:282
C# 桥模式代码
// Bridge pattern -- Real World exampleusing System;using System.Collections;// "Abstraction"class BusinessObject{ // Fields private DataObject dataOb...
分类:其他好文   时间:2014-07-19 16:33:01    阅读次数:127
About custom Theme and Style
For android system, of course you can custom your own style and theme, but you can't break compatibility with AOSP.We should follow AOSP design, and d...
分类:其他好文   时间:2014-07-19 16:22:00    阅读次数:231
第 16 章 观察者模式【Observer Pattern】
以下内容出自:> 《孙子兵法》有云:“知彼知己,百战不殆;不知彼而知己,一胜一负;不知彼,不知己,每战必殆”,那怎么才能知己知彼呢?知己是很容易的,自己的军队嘛,很容易知道,那怎么知彼呢?安插间谍是很好的一个办法,我们今天就来讲一个间谍的故事。 韩非子大家都应该记得吧,法家的代表人物,主张建立法.....
分类:其他好文   时间:2014-07-19 12:15:58    阅读次数:250
java的几种验证
package com.cn.wangk.util; import java.util.HashMap;import java.util.regex.Matcher;import java.util.regex.Pattern; import org.apache.commons.lang.Stri...
分类:编程语言   时间:2014-07-19 11:36:20    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!