码迷,mamicode.com
首页 >  
搜索关键字:material design    ( 6009个结果
leetcode || 123、Best Time to Buy and Sell Stock III
problem: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most two transactions...
分类:其他好文   时间:2015-04-27 11:18:37    阅读次数:134
[.NET领域驱动设计实战系列]专题一:前期准备之EF CodeFirst
一、前言 从去年已经接触领域驱动设计(Domain-Driven Design)了,当时就想自己搭建一个DDD框架,所以当时看了很多DDD方面的书,例如领域驱动模式与实战,领域驱动设计:软件核心复杂性应对之道和领域驱动设计C# 2008实现等书,由于当时只是看看而已,并没有在自己代码中进行实现,只....
分类:Web程序   时间:2015-04-26 13:44:43    阅读次数:148
LeetCode (26) LRU Cache
题目描述Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key) - Get the value (will always be positive) of the key if t...
分类:系统相关   时间:2015-04-26 12:26:48    阅读次数:133
FYSHOP OPENCART 主题模板 ABC-0430
FYSHOP OPENCART 主题模板 ABC-0430 FyShop - opencart 1.5.x template The demo is on 1.5.1.x , the 1.5.2.x to 1.5.6.x versions are the same, but with few minor modifications - cool and modern design; ...
分类:其他好文   时间:2015-04-25 21:21:35    阅读次数:137
Design Pattern - Service Locator Pattern--转载
原文地址:http://www.tutorialspoint.com/design_pattern/service_locator_pattern.htmThe service locator design pattern is used when we want to locate various...
分类:其他好文   时间:2015-04-25 15:01:48    阅读次数:206
单例模式的几种实现--《java开发技术-在架构中体验设计模式和算法之美》
package?com.doctor.java.design_pattern; import?org.slf4j.Logger; import?org.slf4j.LoggerFactory; /** ?*?单例模式的几种实现--《java开发技术-在架构中体验设计模式和算法之美》 ?*? ?*?@author...
分类:编程语言   时间:2015-04-25 10:51:52    阅读次数:162
斯坦福大学:编程方法学 Lesson three
1.common errors(OBOB)2.comment 注释/* */ 段注释// 行注释3.decomposition “Top Down design” 分解 自顶向下设计4.doublebeeper 1 import stanford.karel.*; 2 p...
分类:其他好文   时间:2015-04-25 00:13:28    阅读次数:168
响应式Web设计(Responsive Web design)的理念
页面的设计与开发应当根据用户行为以及设备环境(系统平台、屏幕尺寸、屏幕定向等)进行相应的响应和调整。具体的实践方式由多方面组成,包括弹性网格和布局、图片、CSS media query的使用等。无论用户正在使用笔记本还是iPad,我们的页面都应该能够自动切换分辨率、图片尺寸及相关脚本功能等,...
分类:Web程序   时间:2015-04-24 18:48:56    阅读次数:145
工厂模式
工厂模式:定义了一个创建对象的接口,但由子类决定要实例化的类是哪一个。工厂方法让类把实例化推迟到子类。——《HEAD FIRST 设计模式》 我的c++代码: #ifndef DESIGN_FACTORY_H_ #define DESIGN_FACTORY_H_ #include #include ...
分类:其他好文   时间:2015-04-24 13:54:07    阅读次数:120
MRP AND Material Plan
在實現MRP自動跑需求前,必須明白MRP是要在兩個層次做設置,才能自動跑需求的MRP需求計算公式:A = B*C -DA:實際需求B:需求數量C:BOM標準用量D:可用數量(PO/計劃訂單等)1、工廠層次spro->Production->Material Requirements Planning...
分类:其他好文   时间:2015-04-24 12:00:18    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!