码迷,mamicode.com
首页 >  
搜索关键字:material design    ( 6009个结果
【转】JS设计模式开篇
(原文地址:http://blog.chinaunix.net/uid-26672038-id-3904513.html) 本文主要讲述一下,什么是设计模式(Design pattern),作为敲键盘的我们要如何学习设计模式。设计模式真的是一把万能钥匙么?各个代码的设计模式几乎每个人都知晓,就...
分类:Web程序   时间:2014-06-07 01:05:48    阅读次数:298
hdu 1007 Quoit Design 分治求最近点对
Quoit DesignTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 29344Accepted Submission(s): 7688Prob...
分类:其他好文   时间:2014-06-06 13:28:58    阅读次数:236
produce artificial sand
It happened in the iron and instantaneous stuffy car, will have top, hydraulic automatic row material, greatly reduces the original spring cone crushe...
分类:其他好文   时间:2014-06-06 10:45:06    阅读次数:310
UML for Design Pattern
******************************************************************************************************************************************************...
分类:其他好文   时间:2014-06-05 15:44:52    阅读次数:140
架构原则
我们的软件架构设计与管理将基于业界公认的TOGAF Framework 体系结构, 我们的软件分析与设计将基于业界著名的Domain Driven Design领域模式,我们的软件开发管理将基于业界流行的Scrum敏捷管理流程。以这三大理论体系为依托我们制定创建了我们自己的总体架构原则、目标架构和基...
分类:其他好文   时间:2014-06-03 16:21:31    阅读次数:390
基于DDD的Lean Framework
Eric Evan 的Domain Driven Design 在企业应用领域越来越深入人心, 博主所在的公司也是采用这一方法论,并且基于这一思想开发了一套framework让全公司的开发都去follow,但总觉的有这或那方面的问题, 被我们这些技术人员所诟病。前年读了 Microsoft Span...
分类:其他好文   时间:2014-06-02 18:03:16    阅读次数:295
第三方控件引起的"类型Universe无法解析程序集"的血案
前一阵子在项目中添加了IrisSkin2皮肤控件,今天用VS打开悲剧了。提示"类型Universe无法解析程序集:System.Design,Version=2.0.0.0,Culture=neutral,PublickeyToken=b03f5f7f11d50a3a"。这是因为vs2010新建工程...
分类:其他好文   时间:2014-06-02 16:32:37    阅读次数:241
【LeetCode】Best Time to Buy and Sell Stock II
Best Time to Buy and Sell Stock IISay you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the ...
分类:其他好文   时间:2014-06-02 15:01:53    阅读次数:305
Physics Material
【Physics Material】1、ThePhysics Materialis used to adjust friction and bouncing effects of colliding objects. Physicx Material是Collider的一个属性,用于设置摩擦系数和....
分类:其他好文   时间:2014-06-02 01:28:37    阅读次数:393
Design Pattern Singleton 单一模式
单一模式的几个注意点: 一) 设计单一模式,首先需要把构造函数给私有化了,不让外界访问,那么外界只能通过提供的函数获取一个新的类。 二) C++的单一模式,记得要在类外初始化一个类,否则或内存出错的。 三) 这个唯一的类必须是要静态的 程序: #ifndef _SINGLETON_H #define _SINGLETON_H #include #include using...
分类:其他好文   时间:2014-06-01 18:09:44    阅读次数:371
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!