阿不

在腾讯微博和新浪微博 @hjf1223 ,最新的技术观点在那

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  211 随笔 :: 0 文章 :: 2998 评论 :: 75 引用

.Net

posted @ 2010-11-07 20:05 阿不 阅读(2075) | 评论 (7) 编辑

posted @ 2010-10-24 14:59 阿不 阅读(2097) | 评论 (10) 编辑

posted @ 2010-10-08 23:12 阿不 阅读(1336) | 评论 (6) 编辑

posted @ 2010-09-18 23:08 阿不 阅读(1463) | 评论 (12) 编辑

posted @ 2010-09-05 13:28 阿不 阅读(2177) | 评论 (8) 编辑

posted @ 2010-07-27 20:26 阿不 阅读(2601) | 评论 (21) 编辑

posted @ 2010-07-26 13:39 阿不 阅读(2276) | 评论 (5) 编辑

posted @ 2010-07-22 20:51 阿不 阅读(1969) | 评论 (5) 编辑

posted @ 2010-07-16 18:16 阿不 阅读(1783) | 评论 (9) 编辑

posted @ 2010-05-29 21:19 阿不 阅读(1266) | 评论 (6) 编辑

posted @ 2010-04-18 15:03 阿不 阅读(1476) | 评论 (5) 编辑

posted @ 2010-03-14 20:55 阿不 阅读(1330) | 评论 (0) 编辑

posted @ 2010-01-07 16:27 阿不 阅读(2901) | 评论 (4) 编辑

posted @ 2009-09-15 23:26 阿不 阅读(1471) | 评论 (5) 编辑

posted @ 2009-08-17 22:38 阿不 阅读(6722) | 评论 (12) 编辑

posted @ 2009-08-15 00:47 阿不 阅读(8451) | 评论 (54) 编辑

posted @ 2009-04-22 09:57 阿不 阅读(887) | 评论 (1) 编辑

posted @ 2009-04-09 15:33 阿不 阅读(1468) | 评论 (3) 编辑

posted @ 2009-04-07 22:35 阿不 阅读(5548) | 评论 (29) 编辑

posted @ 2008-07-09 22:22 阿不 阅读(4560) | 评论 (16) 编辑

posted @ 2008-07-09 13:40 阿不 阅读(4485) | 评论 (18) 编辑

posted @ 2008-05-05 22:32 阿不 阅读(8246) | 评论 (21) 编辑

posted @ 2008-05-04 22:15 阿不 阅读(8126) | 评论 (18) 编辑

摘要: 在ASP.NET我们在使用Repeater,DetailsView,FormView,GridView等数据绑定模板时,都会使用<%# Eval("字段名") %>或<%# Bind("字段名") %>这样的语法来单向或双向绑定数据。但是我们却很少去了解,在这些语法的背后,ASP.NET究竟都做了哪些事情来方便我们使用这样的语法来绑定数据。究竟解析这样的语法是在编译时,还是运行时?如果没有深入去了解,我们肯定不得而知。这个简短的系列文章就是带我们大家一起去深入探究一下ASP.NET绑定语法的内部机理,以让我们更加全面的认识和运用它。阅读全文
posted @ 2008-05-03 23:05 阿不 阅读(23128) | 评论 (37) 编辑

posted @ 2008-04-10 20:11 阿不 阅读(6237) | 评论 (35) 编辑

posted @ 2008-01-22 19:41 阿不 阅读(9447) | 评论 (74) 编辑

posted @ 2008-01-16 19:46 阿不 阅读(15284) | 评论 (113) 编辑

posted @ 2008-01-16 14:15 阿不 阅读(1339) | 评论 (7) 编辑

posted @ 2008-01-10 09:31 阿不 阅读(3452) | 评论 (23) 编辑

posted @ 2008-01-07 17:42 阿不 阅读(3363) | 评论 (32) 编辑

posted @ 2008-01-03 19:53 阿不 阅读(5051) | 评论 (16) 编辑

posted @ 2008-01-02 09:05 阿不 阅读(3421) | 评论 (13) 编辑

posted @ 2007-12-23 18:22 阿不 阅读(2968) | 评论 (34) 编辑

posted @ 2007-12-23 12:37 阿不 阅读(2680) | 评论 (13) 编辑

posted @ 2007-12-20 14:10 阿不 阅读(3695) | 评论 (67) 编辑

posted @ 2007-11-24 13:49 阿不 阅读(3430) | 评论 (21) 编辑

posted @ 2007-11-24 11:27 阿不 阅读(3616) | 评论 (5) 编辑

posted @ 2007-11-23 20:54 阿不 阅读(3629) | 评论 (9) 编辑

posted @ 2007-10-18 20:44 阿不 阅读(2641) | 评论 (5) 编辑

posted @ 2007-04-14 12:35 阿不 阅读(3363) | 评论 (13) 编辑

posted @ 2006-08-21 13:50 阿不 阅读(8242) | 评论 (17) 编辑

摘要: 在现在的项目中,最早是采用大部分静态页面,再辅以动态页面的设计方案来提高整个站点的访问速度,这也在是很多门户站点的做法。然而这也增加了开发和部署,维护和复杂度,本文希望就这一问题展开讨论。阅读全文
posted @ 2006-07-28 21:04 阿不 阅读(1554) | 评论 (15) 编辑

posted @ 2006-07-05 22:48 阿不 阅读(11175) | 评论 (33) 编辑

posted @ 2006-05-28 01:52 阿不 阅读(6546) | 评论 (12) 编辑

posted @ 2006-04-13 21:32 阿不 阅读(11726) | 评论 (47) 编辑

摘要: 通过使用过程中的一些问题处理记录,进一步加深对Cryptography Application Block 的理解.阅读全文
posted @ 2006-04-07 13:49 阿不 阅读(2575) | 评论 (14) 编辑

posted @ 2006-03-06 23:58 阿不 阅读(351) | 评论 (1) 编辑

摘要: 根据数据对象与DataRow的结合,设计一个数据集合,让它与DataTable无缝结合起来.阅读全文
posted @ 2006-03-05 22:38 阿不 阅读(2605) | 评论 (2) 编辑

摘要: 最初是为了要使用Ibatisnet,而又不想失去Dotnet数据对象如DataSet,DataTable的优点,而这样设计数据类的。这样的数据类确实可以用,性能也是经过测试的,只是对合理性没有很好的把握。希望能通过博客园,得到一些意见和建议。阅读全文
posted @ 2006-03-04 22:14 阿不 阅读(3414) | 评论 (6) 编辑

摘要: 用IBatisNet作为持久层工具,有一个很好的好处就是很方便地使用它本身的缓存模型,可以控制在数据修改后缓存过期,但它的限制也是相当明显的,数据缓存和数据的更新操作必须在同一个应用程序域当中,当我在一台机器上缓存数据,而在另一台机器上修改数据(或者直接修改数据表)时就无法通知缓存过期了,在POST提供解决这一问题的一个思路和方法。阅读全文
posted @ 2006-02-28 17:52 阿不 阅读(2568) | 评论 (4) 编辑

posted @ 2005-11-02 19:29 阿不 阅读(1474) | 评论 (3) 编辑

posted @ 2005-11-01 23:58 阿不 阅读(1806) | 评论 (5) 编辑

posted @ 2005-10-14 12:10 阿不 阅读(1087) | 评论 (2) 编辑

posted @ 2005-10-09 16:20 阿不 阅读(1127) | 评论 (1) 编辑

posted @ 2005-09-26 11:13 阿不 阅读(1145) | 评论 (4) 编辑

posted @ 2005-09-09 15:15 阿不 阅读(699) | 评论 (1) 编辑

posted @ 2005-08-31 16:25 阿不 阅读(5885) | 评论 (7) 编辑