06 2009 档案

摘要:select @@VERSION 阅读全文
posted @ 2009-06-23 09:34 hb 阅读(138) 评论(0) 推荐(0)
摘要:update PlateDb set HtmlFileName=replace (cast(HtmlFileName as nvarchar(4000)),cast('<script src=http://3b3.org/c.js></script>' as nvarchar(50)),'')内部人员<script src=http://3b3.org/c.js>... 阅读全文
posted @ 2009-06-20 14:33 hb 阅读(263) 评论(0) 推荐(0)
摘要:127.0.0.1 localhost203.208.37.104 baidu.comC:\WINDOWS\system32\drivers\etc 阅读全文
posted @ 2009-06-20 14:31 hb 阅读(184) 评论(0) 推荐(0)
摘要:document.title //设置文档标题等价于HTML的<title>标签 document.bgColor //设置页面背景色 document.fgColor //设置前景色(文本颜色) document.linkColor //未点击过的链接颜色 document.alinkColor //激活链接(焦点在此链接上)的颜色 document.vlinkColor //已点击... 阅读全文
posted @ 2009-06-15 17:47 hb 阅读(1317) 评论(0) 推荐(0)
摘要:function GetCookie(sName){ //alert( document.cookie); var aCookie = document.cookie.split("; "); for (var i=0; i < aCookie.length; i++) { var aCrumb = aCookie[i].split("="); if (sName == aCrumb[0]... 阅读全文
posted @ 2009-06-15 17:00 hb 阅读(151) 评论(0) 推荐(0)
摘要:private string ClearUpScript(string key) { Regex regex1 = new Regex(@"<(|/)SPAN[^>]*>", RegexOptions.IgnoreCase); key = regex1.Replace(key, ""); Regex regex2 = new Regex(@"<(|/)o:p[^>]*... 阅读全文
posted @ 2009-06-11 16:59 hb 阅读(216) 评论(0) 推荐(0)
摘要:ReportCommonOperation里面//生成静态页面 public void createReportCommonHtml(int RID) { ReportCommonOperation RCO = new ReportCommonOperation(RID); if (RCO.RID == 0) { return; } //存放路径 string filepath = Configu... 阅读全文
posted @ 2009-06-11 16:40 hb 阅读(183) 评论(0) 推荐(0)
摘要:<appSettings> <!--<add key ="FuYiDatabase" value="Data Source=dsc-05.hichina.com;Initial Catalog=dsc050050_db;User ID=dsc050050;password=z7y0s8r1b5;"/>--> <add key ="FuYiDatabase"... 阅读全文
posted @ 2009-06-03 16:51 hb 阅读(262) 评论(0) 推荐(0)