Eric Evan 的Domain Driven Design
在企业应用领域越来越深入人心, 博主所在的公司也是采用这一方法论,并且基于这一思想开发了一套framework让全公司的开发都去follow,但总觉的有这或那方面的问题, 被我们这些技术人员所诟病。前年读了
Microsoft Span...
分类:
其他好文 时间:
2014-06-02 18:03:16
阅读次数:
295
前一阵子在项目中添加了IrisSkin2皮肤控件,今天用VS打开悲剧了。提示"类型Universe无法解析程序集:System.Design,Version=2.0.0.0,Culture=neutral,PublickeyToken=b03f5f7f11d50a3a"。这是因为vs2010新建工程...
分类:
其他好文 时间:
2014-06-02 16:32:37
阅读次数:
241
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
【Mesh Filter】 TheMesh Filtertakes a mesh from your
assets and passes it to theMesh Rendererfor rendering on the screen. Mesh
Filter决定使用哪一个Mesh。Mesh .....
分类:
其他好文 时间:
2014-06-02 13:19:13
阅读次数:
326
用于对字符串的加密和解密:DATA: o_encryptor TYPE REF TO
cl_hard_wired_encryptor, o_cx_encrypt_error TYPE REF TO cx_encrypt_error.DATA:
v_ac_string TYPE...
分类:
其他好文 时间:
2014-06-02 11:53:34
阅读次数:
339
原文地址:http://ddmvc4.codeplex.com/原文名称:Design and
Develop a website using ASP.NET MVC 4, EF, Knockoutjs and Bootstrap另一种 MVC 应用程序:
简介站点总是快速成长,一旦开始成长,站点就...
分类:
Web程序 时间:
2014-06-02 00:55:07
阅读次数:
372
我们的目标: 需求Screen 1: 联系人列表 - 查看所有联系人1.1 这个 screen
将显示数据库中的所有联系人.1.2 用户可以删除任何联系人.1.3 用户可以编辑任何联系人的详细信息.1.4 用户可以创建新的联系人.初始草图:Screen
2: 创建新联系人这个页面提供一个空白的页面,...
分类:
Web程序 时间:
2014-06-02 00:47:32
阅读次数:
317
原文地址:http://ddmvc4.codeplex.com/原文名称:Design and
Develop a website using ASP.NET MVC 4, EF, Knockoutjs and BootstrapPart 1: 创建
Web Application (Knockou...
分类:
Web程序 时间:
2014-06-02 00:35:52
阅读次数:
271
单一模式的几个注意点:
一) 设计单一模式,首先需要把构造函数给私有化了,不让外界访问,那么外界只能通过提供的函数获取一个新的类。
二) C++的单一模式,记得要在类外初始化一个类,否则或内存出错的。
三) 这个唯一的类必须是要静态的
程序:
#ifndef _SINGLETON_H
#define _SINGLETON_H
#include
#include
using...
分类:
其他好文 时间:
2014-06-01 18:09:44
阅读次数:
371
Android UI Layouts: Graphics Design Using the ViewGroup Class Android ViewGroup Superclass: A Foundation for Layouts The ViewGroup LayoutParams Class: Layout Parameters Deprecated Layouts: AbsoluteL...
分类:
移动开发 时间:
2014-06-01 14:50:42
阅读次数:
397