`
wolfmaster
  • 浏览: 154892 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论
文章列表
在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Control\Session Manager中找到PendingFileRenameOperations项目,并删除它。这样就可以清除安装暂挂项目。

背景控制

    博客分类:
  • js
  obj.style.fontSize="20px"     obj.style.backgroundRepeat="no-repeat"     obj.style.backgroundPosition="center"  
利用Web Application Stress Tool(WAS)做性能测试(2) 设置测试脚本 新录制的脚本还不能立即用来测试。还必须完成以下设置: · 调节脚本项和他们的属性 · 调节测试脚本的测试 · 建立页面组和点击百份比 · 建立用户帐号 · 建 ...

jsFormat

    博客分类:
  • js
<HTML><HEAD><TITLE>Format</TITLE> <META content="MSHTML 6.00.2800.1528" name=GENERATOR> <META content="" name=Author> <META content="" name=Keywords> <META content="" name=Description></HEAD> <BODY> &l ...
  IE6 迁移到 Firefox 的工作笔记         jxc 最后更新于: 2008-07-31 ☆ 前言         △ 一些参考资料         html5规范, firefox3已经支持         http://www.w3.org/html/wg/html5/                 http://nexgenmedia.net/evang/iemozguide/                 http://www.javascriptkit.com/domref/                 firefox对css的扩展       ...
declare @a nvarchar(100) set @a='大' select patindex('%[^吖-做]%',@a) set @a='aaa' select patindex('%[^吖-做]%',@a)
注:好久没写了,今天把我在公司内网写的文章拷一份,出来露露脸,刚转Web开发,所以开始学javascript! 在引入命名空间之前,一个令开发人员头疼的问题就是如何防止函数名/类名和其他人的冲突,在一个公司内部项目组之间 ...

js给text加背景图

    博客分类:
  • js
document.getElementById('a').style.background = '#fff url(http://www.jctrans.com/images/topimg/hot.gif) left no-repeat'; document.getElementById('a').style.color = '#996699';

C#文件操作

    博客分类:
  • c#
using System; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; using System.IO; publi ...
parent.htm <script> var obj = new Object(); obj.name="51js"; window.showModalDialog("modal.htm",obj,"dialogWidth=200px;dialogHeight=100px"); </script> modal.htm <script> var obj = window.dialogArguments alert("您传递的参数为:" + obj.name) </script ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html>   <head>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">     <title>EffectAssembledTest.html</title>     <script type="text/javascrip ...
prototype 1.3.1 版本和之前的 1.2.0 版本有了不少改进,并增加了新的功能: 1. 增加了事件注册管理 2. 增加了空间定位的常用函数 3. 改善了 xmlhttp 的封装 4. 移除了 Effect.js,交给 Rico 或者 script.aculo.us 这些扩展库类实现。 5. bug 修复 ...

正则表达

    博客分类:
  • js
//mhHover('起始ID名称','第 X 个TD标签','样式名称') 程序代码 function mhHover(tbl,idx,cls){ var t,d; if(document.getElementById)t=document.getElementById(tbl); else t=document.all(tbl); if(t==null)return; if(t.getElementsByTagName)d=t.getElementsByTagName("TD"); else d=t.all.tags("TD"); if(d==n ...
<a href="javascript:void(document.forms[0].submit())" onclick="return SaveData()" value="test">     if(checkAll()==0 && checkLineBaseInfo() == 0)     {         if(document.getElementById('hidFreightId').value != null &&       document.getElementBy ...
rails projectname -d mysql  gem install sqlite3-ruby This cookie-based session store is the Rails default. Sessions typically contain at most a user_id and flash message; both fit within the 4K cookie size limit. Cookie-based sessions are dramatically faster than the alternatives. If you ...
Global site tag (gtag.js) - Google Analytics