2008年06月19日

原创 Prototype 简介收藏

 Prototype 是一个Javascript内置类型的增强库,比如给String对象增加判断为空的函数和toJson函数,Number对象增加abs、toJson 函数等。它也包含一个Ajax对象。

      Prototype小巧且使用方便,在全美Alexa 排名100的网站中,Prototype是采用率最高的一个Javascript框架,占到了13%。(见http://www.infoq.com/news/2008/06/pingdomJSSurvey)。

      来自:阅读全文>

发表于 @ 2008年06月19日 20:42:00|评论(loading...)|收藏

2008年06月18日

原创 Ninject简介收藏

NInject是.Net下一款开源的依赖注入框架(IOC),现在的版本是1.0。特性包括:  

(1)支持.net 2.0 、3.5和移动版本2.0、3.5  

(2)支持Silverlight  

(3)构造器、属性、方法注入   

(4)单态支持   

(5)轻量级拦截器(Lightweight interceptor )支持(AOP)   

(6)易于与其他框架集成

NIject是一个年轻的项目,与其他IOC ,如Spring.net、Castle相比,还是有一定差距的。 http://www.zgkw.cn/forums/blogs/dyx/archive/2008/06/18/77226.aspx

阅读全文>

发表于 @ 2008年06月18日 08:40:00|评论(loading...)|收藏

2008年06月10日

原创 UrlRewriter2.0使用中的问题收藏

UrlRewriter两个问题 (1)Object move to here问题 (2)Postback后Url地址问题 阅读全文>

发表于 @ 2008年06月10日 17:21:00|评论(loading...)|收藏

2008年05月31日

原创 客户端存储数据工具库-PersistJS 收藏

替代Cookie在客户端存储数据。

 Cookie存储数据缺点:

  • Size: Cookies are limited to about 4 kilobytes in size.
  • Bandwidth: Cookies are sent along with every HTTP transaction.
  • Complexity: Cookies are difficult to manipulate correctly.

    PersistJS优点:

  • Small (9.3k minified, 3k gzipped)
  • Standalone: Does not need any additional browser plugins or JavaScript libraries to work on the vast majority of current browsers.
  • Consistent: Provides a consistent, opaque API, regardless of the阅读全文>

    发表于 @ 2008年05月31日 11:54:00|评论(loading...)|收藏

  • 2008年05月25日

    原创 用户控件引用为空问题 (asp .net)收藏

    <p>&nbsp;</p><p>代码中用户控件引用为空问题解决</p><p><a href="http://www.zgkw.cn/forums/forums/thread/73467.aspx">http://www.zgkw.cn/forums/forums/thread/73467.aspx</a></p>阅读全文>

    发表于 @ 2008年05月25日 15:35:00|评论(loading...)|收藏

    Csdn Blog version 3.1a
    Copyright © keller