06 2009 档案
摘要: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>...
阅读全文
摘要:127.0.0.1 localhost203.208.37.104 baidu.comC:\WINDOWS\system32\drivers\etc
阅读全文
摘要:document.title //设置文档标题等价于HTML的<title>标签 document.bgColor //设置页面背景色 document.fgColor //设置前景色(文本颜色) document.linkColor //未点击过的链接颜色 document.alinkColor //激活链接(焦点在此链接上)的颜色 document.vlinkColor //已点击...
阅读全文
摘要: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]...
阅读全文
摘要:private string ClearUpScript(string key) { Regex regex1 = new Regex(@"<(|/)SPAN[^>]*>", RegexOptions.IgnoreCase); key = regex1.Replace(key, ""); Regex regex2 = new Regex(@"<(|/)o:p[^>]*...
阅读全文
摘要:ReportCommonOperation里面//生成静态页面 public void createReportCommonHtml(int RID) { ReportCommonOperation RCO = new ReportCommonOperation(RID); if (RCO.RID == 0) { return; } //存放路径 string filepath = Configu...
阅读全文
摘要:<appSettings> <!--<add key ="FuYiDatabase" value="Data Source=dsc-05.hichina.com;Initial Catalog=dsc050050_db;User ID=dsc050050;password=z7y0s8r1b5;"/>--> <add key ="FuYiDatabase"...
阅读全文

浙公网安备 33010602011771号