跟小D每日学口语
上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 77 下一页
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1通常情况下,我们更多的操作是读取目录,所以,在下面的实现中,读取我们只需要一Select语句就够了,不使用递归,理论上无限级~! 2============================... 阅读全文
posted @ 2008-01-10 19:29 Danny Chen 阅读(703) 评论(0) 推荐(0) 编辑
摘要: /// /// Enterprise Library 2.0 数据访问进一步封装类 /// Copyright (C) 2006-2008 LiTianPing /// All rights reserved /// public abstract class DbHelperSQL2 { p... 阅读全文
posted @ 2008-01-10 15:22 Danny Chen 阅读(630) 评论(0) 推荐(0) 编辑
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1static public string GetChineseSpell(string strText) 2{ 3int len = strText.Length; 4string myS... 阅读全文
posted @ 2008-01-08 13:58 Danny Chen 阅读(179) 评论(0) 推荐(0) 编辑
摘要: protected void gviewEmployees_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attributes.Add("onmouseout"... 阅读全文
posted @ 2008-01-08 00:17 Danny Chen 阅读(347) 评论(0) 推荐(0) 编辑
摘要: http://www.gotapi.com/ 语言:英语 简介:HTML,CSS,XPATH,XSL,JAVASCRIPT等API的查询网站。http://www.w3schools.com/ 语言:英语 简介:W3C制定的标准诸如XML,HTML,XSL等等的在线学习教程。http://www.xml.org.cn/ 语言:中文 简介:可以说是XML的中国官方网吧。W3C标准的翻译组织与XML系... 阅读全文
posted @ 2008-01-06 22:05 Danny Chen 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1public class Util { 2 private Util() {} 3 4 // 从 querystring 集合中安全的取得一个 string. (总是不会有 null,所以叫做 'Safe') 5 public static string GetStringSafeFromQueryString(Page page, string key) { 6 string v... 阅读全文
posted @ 2008-01-01 18:44 Danny Chen 阅读(299) 评论(0) 推荐(0) 编辑
摘要: if(Request.Headers["Accept-Language"].ToString())=="zh-cn"){ Response.Redirect("ChineseVer.aspx");}else{ Response.Redirect("OtherLanguageVer.aspx");} 阅读全文
posted @ 2007-12-31 17:00 Danny Chen 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 1protected void Page_Load(object sender, EventArgs e)22 {33 ViewState["UrlReferrer"] = Request.UrlReferrer.ToString();4455 HyperLink1.NavigateUrl = (string)ViewState["UrlReferrer"];... 阅读全文
posted @ 2007-12-31 16:59 Danny Chen 阅读(276) 评论(0) 推荐(0) 编辑
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1System.IO.Stream iStream = null; 2 3 // Buffer to read 10K bytes in chunk: 4 ... 阅读全文
posted @ 2007-12-03 16:44 Danny Chen 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 如果一个DataList空间中有一个PlaceHolder子控件,用下面的方法访问: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { DataList1.DataBin... 阅读全文
posted @ 2007-07-29 22:33 Danny Chen 阅读(784) 评论(5) 推荐(0) 编辑
上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 77 下一页