摘要: Knockout is built around three core features:Observables and dependency trackingDeclarative bindingsTemplatingModel-View-View Model (MVVM)is a design ... 阅读全文
posted @ 2014-11-26 16:53 小-黑 阅读(123) 评论(0) 推荐(0) 编辑
摘要: How KO works and what benefits it bringsMVVM模式Headline features:Dependency tracking(依赖性追踪)Declarative bindings(声明式绑定)Trivially extensible(良好的扩展)Downlo... 阅读全文
posted @ 2014-11-26 16:07 小-黑 阅读(89) 评论(0) 推荐(0) 编辑
摘要: C#中Trim()、TrimStart()、TrimEnd()的用法Trim()删除字符串头部及尾部出现的空格,删除的过程为从外到内,直到碰到一个非空格的字符为止,所以不管前后有多少个连续的空格都会被删除掉;TrimStart()只删除字符串的头部的空格;TrimEnd()只删除字符串尾部的空格;T... 阅读全文
posted @ 2014-11-26 15:31 小-黑 阅读(245) 评论(0) 推荐(0) 编辑