文章列表
 
2012年03月05日 星期一 下午 9:55

A month ago Gordon L. Hempton wrote about twelve JavaScript frameworks in the Client-Side MVC space. His rating criteria were different to mine. One that really sticks out is that I like the logic not forcing the template HTML to migrate to <script> tags. Depending on the sophistication of the app, I like to be able to see

 
2012年01月19日 星期四 下午 1:48

Parallax is a difference in the in the apparent position of an object viewed along different lines of sight. The term derives from the Greek word parallaxis, meaning alteration. In web design, the parallax effect is a relatively new trend. The effect itself has been around for a while, but lately is becoming more used and talked about.

The Parallax effect or parallax scroll

 
2011年12月11日 星期日 下午 11:41




 
2011年10月18日 星期二 下午 3:13

The following tools are available as Freeware.

The following tools are not free software, but most of them have trial versions available, some with "lite" features.

via:http://en.wikipedia.org/wiki/Microsoft_SQL_Server_Compare_Tools

 
2011年10月14日 星期五 下午 1:02


RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code.

 
2011年09月30日 星期五 上午 9:01

我们在做前端开发常用Ajax异步的方式,以往我们的做法大都是用事件回调的方式来完成,有可能会产生很多匿名方法而且对于程序的可读性也不高,当我们要应对复杂的异步交互时,难免就会陷入不良的代码中。这时就可以考虑采用异Deferred的方式来完成,它属于一种编程模型,类似于观察者模式,当然它也不局限于任何编程语言

下面有一些相关的资料供大家参考

 
2011年09月21日 星期三 下午 11:12
 
2011年09月19日 星期一 下午 1:25

    public partial class Waybill : IValidatableObject
    {
        public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
        {
            TypeDescriptor.AddProviderTransparent(
                 

 
2011年09月16日 星期五 下午 9:56

为了实施CI,必须使用工作的支持,以使整个过程的自动化进行,以下把该过程涉及的各种工具汇集一下

必须的工具和功能源代码控制系统

微软的工具: Microsoft Team Foundation Server (TFS) 或VSS

开源工具:

         服务端:

Subversion:http://subversion.apache.org/

AnkhSVN (http://ankhsvn.open.collab.net/)

Visual

 
2011年09月06日 星期二 下午 9:09

Addy Osmani has written a really nice article to discuss an effective set of Patterns For Large-Scale JavaScript Application Architecture. Large-scale JavaScript apps are non-trivial applications requiring significant developer effort to maintain, where most heavy lifting of data manipulation and display falls to the browser.

If working on a significantly large JavaScript application, re

 
2011年09月06日 星期二 下午 9:05

ExColor is a jQuery plugin for enabling users to select colors from a Photoshop-like color picker.

It is attached to <input> fields and can be activated by simply calling a single-line function.

The color picker's design is so flexible as every element used in the picker comes with 10 different design options to select from.

Also, a w

 
2011年09月03日 星期六 下午 5:47
并非单纯的Orm工具
多种使用方式,如:数据库优先、模型优先、Code First
结合Linq,WCF等技术
 
2011年09月03日 星期六 下午 5:46

DSL(特定领域语言)是一种特化的,面向问题的语言。
编程语言不是面向特定的问题域而是一般问题域。
更关注我们要做什么,而不是怎么做的问题。
DSL不处理编程语言中所涉及到的技术问题。
比如:UML、正则表达式、CSS、TSQL、LINQ、 WF、jQuery
Wiki:语言就广义而言,是一套共同采用的沟通符号、表达方式与处理规则。符号会以视觉、声音或者触觉方式来传递。严格来说,语言是指人类沟通所使用的语言-自然语言。一般人都必须通过学习才能获得语言能力。语言的目的是交流观念、意见、思想等。

 
2011年09月03日 星期六 下午 5:46

1.Intention-Revealing Interfaces (释意接口)
2.Side-Effect-Free Function(无副作用的函数)
3.Assertion(断言)
4.Conceptual Contour(概念轮廓)
5.Standalone Class(孤立的类)
6.Closure Of Operation(闭合操作)

问题:当具有复杂行为的软件缺乏一个良好的设计时,重构或元素的组合就变得很困难。一旦开发人员不能肯定的预知计算的全部含义是,就会出现重复。当 设计元素都是整块的而无法重新组合式,重复就是一种必然的结果。如果软件没有一个条理分明的设计,那么开发人员不仅不愿意仔细分

 
2011年09月03日 星期六 下午 5:46

领域模型中所有与数据库打交道的操作。
解决entity不应知道持久细节以及性能问题。
与factory的区别。

工厂和仓储都不是领域中已有的概念,但是工厂里包含全是领域逻辑,而没有数据访问逻辑,而仓储则全是数据访问逻辑而尽量不要包含领域逻辑。我们可以让工厂创建一个对象,让仓储持久化这个对象,仓储也可以读取已有领域对象的持久化数据后,让工厂重建领域对象。

 
   
 
 
文章分类
 
 
System(24)
 
Java(6)
 
 
 
 
 
Xml(3)
 
Asp(13)
 
Js Code(178)
 
Flash(57)
 
Dotnet(85)
 
Itinfo(15)
 
Css(52)
 
Web(18)
 
Tool(173)
 
Other(19)
 
Game(55)
 
Ajax(12)
 
 
Ria(6)
 
Js Oo(91)
 
Mobile(18)
 
Funny(46)
 
 
 
 
 
Study(77)
 
Php(2)
 
 
Linux(17)
 
Design(127)
 
 
Movie(61)
 
 
 
Book(41)
 
 
 
 
 
Wpf Sl(15)
 
Linq(7)
 
Wcf(9)
 
Wf(0)
 
 
 
 
Arcgis(13)
 
 
Dsl(1)
 
 
Ddd(17)
 
   
 
文章存档
 
     
 
最新文章评论
  

源码没法下载,有时间的话能把源码发我邮箱吗,326742@163.com,谢谢!
 

[表情]
 

A B C都要下载吗?
 

求代码,谢谢,刚好想自己做这么个东西,多谢多谢。dingguojin@126.com
 

有注释,多谢
   
帮助中心 | 空间客服 | 投诉中心 | 空间协议
©2012 Baidu