博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年8月26日

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 2 3 9 10 11 12 13 14 用c#来实现:ScriptManager.RegisterStartupScript(this.Page, this... 阅读全文

posted @ 2008-08-26 14:18 LonelyStar 阅读(1773) 评论(0) 推荐(0) 编辑

摘要: Internet Explorer Developer Toolbar 阅读全文

posted @ 2008-08-26 09:41 LonelyStar 阅读(163) 评论(0) 推荐(0) 编辑

2008年8月22日

摘要: 取得某个对象的父对象 this.parentElement 或者 this.parentNode this.children(0) 包含的第一个子元素 this.previousSibling 同一级别的相邻的前一个元素 this.nextSibling 同一级别的相邻的下一个元素 nextSibling:返回下一兄弟节点 例如:测试 要想取“测试”这两个中文说明... 阅读全文

posted @ 2008-08-22 15:56 LonelyStar 阅读(10835) 评论(0) 推荐(0) 编辑

摘要: RecipientInfo.cs Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5... 阅读全文

posted @ 2008-08-22 09:47 LonelyStar 阅读(244) 评论(0) 推荐(0) 编辑

2008年8月21日

摘要: 可以通过 CSS 的 Pagebreak 来处理 强制分页常用的二种: { page-break-after: always; /*在标签后换页*/ } { page-break-before: always; /*在标签前换页*/ } 这二个当中,大概最常用的就是 page-break-after: always,就是在指定的标签后强制换页,可以参考下面的 HTML ... 阅读全文

posted @ 2008-08-21 15:52 LonelyStar 阅读(3474) 评论(0) 推荐(0) 编辑

摘要: [代码][代码][代码]下载的文件名出现乱码问题:[代码] 阅读全文

posted @ 2008-08-21 09:53 LonelyStar 阅读(219) 评论(0) 推荐(0) 编辑

2008年8月20日

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighl... 阅读全文

posted @ 2008-08-20 13:45 LonelyStar 阅读(465) 评论(0) 推荐(0) 编辑

2008年8月18日

摘要: select ltrim(substring(convert(nvarchar(50),getdate(),100), len(convert(nvarchar(50),getdate(),100)) - 7,8)) 阅读全文

posted @ 2008-08-18 15:05 LonelyStar 阅读(298) 评论(0) 推荐(0) 编辑

2008年8月15日

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->private static DateTime GetFridayDate(DateTime standardDate) { int weekNum = ... 阅读全文

posted @ 2008-08-15 10:38 LonelyStar 阅读(503) 评论(0) 推荐(0) 编辑

2008年8月14日

摘要: window.opener.location.reload(); 下面的代码可以放在子窗口的任何地方,当子窗口关闭的时候,就会自动刷新父窗口 阅读全文

posted @ 2008-08-14 14:36 LonelyStar 阅读(3912) 评论(0) 推荐(0) 编辑