Loading

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 39 下一页
摘要: I have received call from my DBA friend who read my articleSQL SERVER – 2005 – Introduction to Partitioning. He suggested that I should write simple tutorial about how to horizontal partition database table. Here is simple tutorial which explains how a table can be partitioned. Please read my articl 阅读全文
posted @ 2011-03-10 17:09 .net's 阅读(606) 评论(0) 推荐(0)
摘要: 【鹏城万里】 发表于www.sqlstudy.comSQL Server 2005 分区表实践——建立分区表(partition table)问题:有一个订单表 Orders,要转换成分区表,以订单日期 OrderDate 为分区列, 目前含有订单日期为 1996-07-04 ~ 1998-05-06 的数据。可以在 SQL Server 2000 Northwind 数据库中找到 Orders 表,下面是简化了的表结构:create table dbo.Orders( OrderID int not null ,CustomerID varchar(10) not null ,Employe 阅读全文
posted @ 2011-03-10 16:58 .net's 阅读(598) 评论(0) 推荐(0)
摘要: 1: DateTime start1 = DateTime.Parse(TextBox1.Text); 2: 3: DateTime end1 = DateTime.Parse(TextBox2.Text); 4: 5: DateTime start2 = DateTime.Parse(TextBox3.Text); 6: 7: DateTime end2 = DateTime.Parse(TextBox4.Text); 8: 9: TimeSpan ts1 = start2 - start1; 10: 11: TimeSpan ts2; 12: 13: if (ts1.Ticks > 阅读全文
posted @ 2011-03-06 16:31 .net's 阅读(761) 评论(0) 推荐(0)
摘要: JavaScript Timers with setTimeout and setInterval 阅读全文
posted @ 2011-02-20 10:41 .net's 阅读(353) 评论(0) 推荐(0)
摘要: jQuery UI 版本:1.8.9主要原因是中文輸入時不會觸發原本在autocomplete 榜定的keydown事件。 try this one: //fixed firefox and ie in IME bug jQuery('#searchkey').bind( "input.autocomplete", function(){ $(this).trigger('keydown.autocomplete'); }) 参考:http://groups.google.com/group/jquery-/browse_thread/thread/8f34129edc5da55e 阅读全文
posted @ 2011-02-18 21:05 .net's 阅读(603) 评论(1) 推荐(0)
摘要: [代码]link:jQuery UI confirmation dialog and asp.net postbackhttp://www.deviantpoint.com/post/2009/03/12/Using-jQuery-UI-Dialogs-for-confirmation-windows.aspx 阅读全文
posted @ 2011-02-17 17:09 .net's 阅读(556) 评论(0) 推荐(0)
摘要: asp.net,javascript,RequiredFieldValidator,DetailsView,CommandField. 为CommandField注册脚本 阅读全文
posted @ 2011-02-15 20:42 .net's 阅读(696) 评论(0) 推荐(0)
摘要:   多了.button(),且没有return false;这样窗口就无法停留。 正确的如下:   阅读全文
posted @ 2011-01-22 21:32 .net's 阅读(458) 评论(0) 推荐(0)
摘要: Server Application Unavailable The WEB Application You Are Attempting To Access On This WEB Server Is Currently Unavailable. Please Hit The “Refresh” Button In Your WEB Browser To Retry Your Request.... 阅读全文
posted @ 2011-01-21 21:26 .net's 阅读(519) 评论(0) 推荐(0)
摘要: http://www.asp.net/master-pages/tutorials/interacting-with-the-master-page-from-the-content-page-cs 阅读全文
posted @ 2011-01-21 21:01 .net's 阅读(418) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 39 下一页