上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Syste... 阅读全文
posted @ 2009-03-21 00:05 悟〈--觉 阅读(143) 评论(0) 推荐(0) 编辑
摘要: select [name] from dbo.b_book GROUP BY [name] having count(*)>1 阅读全文
posted @ 2009-03-18 13:36 悟〈--觉 阅读(310) 评论(1) 推荐(0) 编辑
摘要: string test = "asdfasfadfasdfadsfafdsafasadsfsafasf"; string aa = Regex.Replace(test, @"]+>", ""); Response.Write(aa); 运行结果如下: asdfasfa href="#">adf... 阅读全文
posted @ 2009-03-11 22:00 悟〈--觉 阅读(340) 评论(1) 推荐(0) 编辑
摘要: /*-------------------------鼠标拖动---------------------*/ var od = document.getElementById("fd"); var dx, dy, mx, my, mouseD; var odrag; var isIE = d... 阅读全文
posted @ 2009-03-09 11:53 悟〈--觉 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 让下面层不能编辑的HTML 要跳出来的DIV的样式 JS要用的JS 如下: 阅读全文
posted @ 2009-03-06 15:35 悟〈--觉 阅读(723) 评论(2) 推荐(0) 编辑
摘要: 无标题页 登陆 用户登陆 用户名: 密码: 登陆 关闭 阅读全文
posted @ 2009-03-02 21:52 悟〈--觉 阅读(698) 评论(0) 推荐(0) 编辑
摘要: bgcolor="#FBCC93" border="0"> 科目名称 价格 课时 试听 报名 > &isfree=1" target="_blank"> ' onclick="IsChecked(this);" /> ... 阅读全文
posted @ 2009-02-17 20:15 悟〈--觉 阅读(857) 评论(0) 推荐(0) 编辑
摘要: ^((((1[6-9]|[2-9]\d)\d{2})-(0?[13578]|1[02])-(0?[1-9]|[12]\d|3[01]))|(((1[6-9]|[2-9]\d)\d{2})-(0?[13456789]|1[012])-(0?[1-9]|[12]\d|30))|(((1[6-9]|[2-... 阅读全文
posted @ 2009-02-16 20:22 悟〈--觉 阅读(717) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2009-02-07 15:08 悟〈--觉 阅读(485) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2009-02-07 15:07 悟〈--觉 阅读(1123) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页