上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 43 下一页
摘要: VALIGN sets the vertical alignment of the row. VALIGN can be set to TOP, MIDDLE, BOTTOM, or BASELINE. 阅读全文
posted @ 2008-05-26 17:38 许晓光 阅读(823) 评论(0) 推荐(0) 编辑
摘要: drop table [tablename] 阅读全文
posted @ 2008-05-26 15:23 许晓光 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Application level variables to be defined here 阅读全文
posted @ 2008-05-23 11:28 许晓光 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2008-05-23 11:06 许晓光 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5namespace ConsoleApplication1 6{ 7 class Program 8 { 9 10 static void Main(string[] args) 11 ... 阅读全文
posted @ 2008-05-22 14:10 许晓光 阅读(479) 评论(0) 推荐(0) 编辑
摘要: public partial class Test: System.Web.UI.Page { public string m_Name; protected void Page_Load(object sender, EventArgs e) { if(!IsPostBack) { m_Name... 阅读全文
posted @ 2008-05-21 17:44 许晓光 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1. Request.redirect 2. Database logging 3. Event logging protected void Application_Error(object sender, EventArgs e) { Exception x = Server.GetLastError().GetBaseException(); EventLog.WriteEntry(LO... 阅读全文
posted @ 2008-05-21 14:38 许晓光 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Import data 阅读全文
posted @ 2008-05-20 16:05 许晓光 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 5月19日14时28分,不管您在哪儿,在做什么,如果可能,请关掉手机,关闭电脑,闭上双眼默哀3分钟,为罹难者哀悼…… 阅读全文
posted @ 2008-05-19 10:40 许晓光 阅读(135) 评论(0) 推荐(0) 编辑
摘要: The Round function rounds a number. .NET Math.Round Method Round(decimal) Round(double) 阅读全文
posted @ 2008-05-16 09:15 许晓光 阅读(160) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 43 下一页