Coding For Fun
宠辱不惊,看庭前花开花落~ 去留无意,任天上云卷云舒
posts - 15,comments - 6,trackbacks - 0

09 2007 档案
CSS属性列表
摘要: 属性名称 字体属性(Font) font-family font-style font-variant font-weight font-size 颜色和背景属性 Color Background-color Background-image Background-repeat Background-attachment Background-position 文本属性 Word-spacing ...阅读全文
posted @ 2007-09-04 00:08 Flynn 阅读(38) | 评论 (0) 编辑
常用正则表达式集锦
摘要: "^\\d+$"  //非负整数(正整数+0)"^[0-9]*[1-9][0-9]*$"  //正整数"^((-\\d+)|(0+))$"  //非正整数(负整数+0)"^-[0-9]*[1-9][0-9]*$"  //负整数"^-?\\d+$"    //整数"^\\d+(\\.\\d+)?$"  //非负浮点数(正浮点数+0)"^(([0-9]+\\.[0-9]*[1-9][0-9]*)|([...阅读全文
posted @ 2007-09-04 00:07 Flynn 阅读(32) | 评论 (0) 编辑
Asp.Net 5用代码
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->11.打开新的窗口并传送参数:23  传送参数:45response.write("<script>window.open(’*.aspx?id="+this.DropDownLi...阅读全文
posted @ 2007-09-04 00:02 Flynn 阅读(46) | 评论 (0) 编辑