代码改变世界

书摘-《google会怎么做》

2009-07-20 00:16 by 蜡笔小旧, 214 阅读, 0 推荐, 收藏,
摘要:Google - 用户体验! 阅读全文

alert ALTER

2009-07-17 16:03 by 蜡笔小旧, 195 阅读, 0 推荐, 收藏,
摘要:alert ALTER 晕死! 阅读全文

Cannot remove an entity that has not been attached

2009-07-15 11:40 by 蜡笔小旧, 886 阅读, 0 推荐, 收藏,
摘要:[TestMethod()] //[ExpectedException(typeof(System.ArgumentNullException))] public void DeleteTest() {     Ervice target = new Ervice (con);     Guid erviceID = new Guid(&... 阅读全文

shortkey

2009-07-14 20:23 by 蜡笔小旧, 207 阅读, 0 推荐, 收藏,
摘要:新发现: 【win】+【tab】 选择 【回车】打开! 阅读全文

sql 搜索 关键系 存储过程

2009-07-12 12:40 by 蜡笔小旧, 260 阅读, 0 推荐, 收藏,
摘要:[代码] 阅读全文

asp.net mvc source(3)-Attribute

2009-07-09 00:21 by 蜡笔小旧, 466 阅读, 0 推荐, 收藏,
摘要:[代码] [代码][代码][代码][代码][代码][代码][代码][代码][代码][代码][代码][代码] 阅读全文

Repository(2)

2009-07-07 17:56 by 蜡笔小旧, 348 阅读, 0 推荐, 收藏,
摘要:http://www.cnblogs.com/carysun/archive/2009/03/20/Repository.htmlASP.NET MVC 官方示例动手做:联系人管理http://onlyhujian.spaces.live.com/blog/cns!B45C4FBBFBBE1117!558.entryusing System;using System.Collections.Gen... 阅读全文

Repository 模式

2009-07-07 15:15 by 蜡笔小旧, 983 阅读, 0 推荐, 收藏,
摘要:namespace ContactManager.Controllers{ /// <summary> /// CRUD /// </summary> /// <typeparam name="T"></typeparam> public interface IRepository<T> where T : class... 阅读全文

??

2009-07-07 09:23 by 蜡笔小旧, 200 阅读, 0 推荐, 收藏,
摘要:看asp.net mvc 源代码的时候发现有多处??,例如: [ControlBuilder(typeof(ViewTypeControlBuilder))] [NonVisualControl] public class ViewType : Control { private string _typeName; [DefaultValue("")] public strin... 阅读全文

asp.net mvc source(2)-ActionResult

2009-07-06 15:41 by 蜡笔小旧, 297 阅读, 0 推荐, 收藏,
摘要:Aps.net Mvc 中的Action可比做类中的一个方法。一起来看看MVC中提供了哪些缺省的ActionResult. -ActionResult                   -ViewResultBase 视图 &... 阅读全文
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页