2008年8月6日

摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function checkchar(me) { me.value=me.value.replace(/[^\u4e00-\u9fa5a-zA-Z0-9]/g ,'... 阅读全文
posted @ 2008-08-06 14:18 张韦儿 阅读(949) 评论(0) 推荐(0)

2008年6月20日

摘要: string[] aa=File.ReadAllLines(@"e:\1.txt"); foreach (string a in aa) { if (a.Length == 9) { Response.Write(a + ""); } } 阅读全文
posted @ 2008-06-20 15:44 张韦儿 阅读(138) 评论(0) 推荐(0)

2008年6月6日

摘要: select * into cs_info from w_gonggao where 1=0 阅读全文
posted @ 2008-06-06 10:27 张韦儿 阅读(129) 评论(0) 推荐(0)