写写程序,一种成就的感觉

写写程序,一种成就的感觉

导航

2009年9月17日

摘要: region 设置或者得到CheckBoxList选中了的值 /**//// <summary> /// 初始化CheckBoxList中哪些是选中了的 /// </summary> /// <param name="checkList">CheckBoxList</param> /// <param name="selval">选中了的... 阅读全文

posted @ 2009-09-17 10:23 hateyoucode 阅读(658) 评论(0) 推荐(0)

摘要: String.IndexOf 方法 (value, [startIndex], [count])  报告指定字符在此实例中的第一个匹配项的索引。搜索从指定字符位置开始,并检查指定数量的字符位置。  参数  value  要查找的 Unicode 字符。 对 value 的搜索区分大小写。  startIndex(Int32)  可选项,搜索起始位置。不设置则从0开始。  count(Int32) ... 阅读全文

posted @ 2009-09-17 10:12 hateyoucode 阅读(1167) 评论(0) 推荐(0)