翔's profile奥翔PhotosBlogListsMore Tools Help

Blog


    Microsoft Visual Studio 2008 Team Suite简体中文正式版

    MSDN2月2日在MSDN订阅上刚刚发布,绝对简体中文正式版本!不是90天试用版本!
    内含MSDN简体中文版

    电骡下载地址:
    zh-Hans_visual_studio_team_system_2008_team_suite_x86_x64wow_dvd_X14-26452.iso
    大小:4.34G

    注:因MSN空间无法直接使用ED2K链接所以,我在下载地址的开头添加了"http://",请将下载地址开头的"http://"删除方可下用电骡下载!

           本软件为互联网搜索下载而得,仅供学习、研究之用。软件版权归原作者及原软件公司所有,如果你喜欢,请购买正版软件.请各位遵守有关规定,自觉在下载后的 24小时内删除。 任何涉及商业盈利目的均不得加以利用,否则产生的一切后果将由违规或侵权者自己承担!本人将不对提供的任何内容负任何法律责任!

    选项卡效果脚本

    你可以在iwms结合TopList函数与ImgTopList函数实现多种效果
    要实现鼠标感应切换把代码中onclick换为onmouseover

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Test</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <!--<link href="1.css" rel="stylesheet" type="text/css">-->
    <script language="JavaScript">
    function tabit(id,cid) {
    tabwoman.className="taboff";tabman.className="taboff";tabsport.className="taboff";tableisure.className="taboff";tabshoes.className="taboff";tabdecor.className="taboff";id.className="tabon";
    cwoman.style.display="none";cman.style.display="none";csport.style.display="none";cleisure.style.display="none";cshoes.style.display="none";cdecor.style.display="none";cid.style.display="block";
    //winname=cid;
    }

    function showall() {
    tabwoman.className="tabon";tabman.className="tabon";tabsport.className="tabon";tableisure.className="tabon";tabshoes.className="tabon";tabdecor.className="tabon";
    cwoman.style.display="block";cman.style.display="block";csport.style.display="block";cleisure.style.display="block";cshoes.style.display="block";cdecor.style.display="block";
    }
    </script>
    <style>
    td {
    font-family: "Verdana";
    font-size: 9pt;
    padding:3px;
    }

    .tabon {
    background-color: #ffffff;
    border-top: 1px solid #e3e3e3;border-left: 1px solid #e3e3e3;
    color: #DB5B6F;
    font-weight: bold;
    }

    .taboff {
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;border-left: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;
    color: #666666;
    font-weight: bold;
    }

    .tdbody {
    border-bottom: 1px solid #e3e3e3;border-right: 1px solid #e3e3e3;border-left: 1px solid #e3e3e3;
    line-height:50px;
    background-color: #ffffff;
    }

    .tdbody2 {
    border-right: 1px solid #e3e3e3;border-left: 1px solid #e3e3e3;
    line-height:50px;
    background-color: #ffffff;
    }
    </style>
    </head>

    <body onLoad="tabit(tabwoman,cwoman)">

    <table border="0" cellpadding="0" cellspacing="0" width="340">
      <tr>
        <td class="taboff" id="tabwoman" style="cursor:hand" onClick="tabit(tabwoman,cwoman)" align="center">女装</td>
        <td class="taboff" id="tabman" style="cursor:hand" onClick="tabit(tabman,cman)" align="center">男装</td>
        <td class="taboff" id="tabsport" style="cursor:hand" onClick="tabit(tabsport,csport)" align="center">运动</td>
        <td class="taboff" id="tableisure" style="cursor:hand" onClick="tabit(tableisure,cleisure)" align="center">休闲</td>
        <td class="taboff" id="tabshoes" style="cursor:hand" onClick="tabit(tabshoes,cshoes)" align="center">鞋类</td>
        <td class="taboff" id="tabdecor" style="cursor:hand" onClick="tabit(tabdecor,cdecor)" align="center" style="border-right: 1px solid #E3E3E3">配饰</td>
      </tr>
      <tr id="cwoman" style="display:none">
        <td colspan="6" class="tdbody"><a href="#">女装</a></td>
      </tr>
      <tr id="cman" style="display:none">
        <td colspan="6" class="tdbody"><a href="#">男装</a></td>
      </tr>
      <tr id="csport" style="display:none">
        <td colspan="6" class="tdbody"><a href="#">运动</a></td>
      </tr>
      <tr id="cleisure" style="display:none">
        <td colspan="6" class="tdbody"><a href="#">休闲</a></td>
      </tr>
      <tr id="cshoes" style="display:none">
        <td colspan="6" class="tdbody"><a href="#">鞋类</a></td>
      </tr>
      <tr id="cdecor" style="display:none">
        <td colspan="6" class="tdbody"><a href="#">配饰</a></td>
      </tr>
    </table>

    </body>
    </html>

    页面自定义拖拽布局,兼容ie5+/firefox/Opera

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <style>
    
    body {margin:0px;padding:0px;font-size:12px;text-align:center;}
    body > div {text-align:center; margin-right:auto; margin-left:auto;} 
    .content{width:900px;}
    .content .left{
        float:left;
        width:20%;
        border:1px solid #FF0000;
        margin:3px;
    }
    .content .center{float:left;border:1px solid #FF0000;margin:3px;width:57%}
    .content .right{float:right;width:20%;border:1px solid #FF0000;margin:3px}
    .mo{height:auto;border:1px solid #CCC;margin:3px;background:#FFF}
    .mo h1{background:#ECF9FF;height:18px;padding:3px;cursor:move}
    .closediv{cursor:default;}
    .minusspan{cursor:default;}
    .mo .nr{height:80px;border:1px solid #F3F3F3;margin:2px}
    h1{margin:0px;padding:0px;text-align:left;font-size:12px}
    .dragging {
        FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=60); opacity: 0.6; moz-opacity: 0.6
    }
    
    </style>
    <script language="javascript">
    /*
    ikaiser@163.com 2007-1-11 改动
    1、添加拖动层时的虚线框
    2、添加拖动层时的半透明效果
    3、加入层折叠和关闭功能
    具体的代码改动我已经在代码中标出
    */
    var dragobj={}
    window.onerror=function(){return false}
    var domid=12
    function on_ini(){
        String.prototype.inc=function(s){return this.indexOf(s)>-1?true:false}
        var agent=navigator.userAgent
        window.isOpr=agent.inc("Opera")
        window.isIE=agent.inc("IE")&&!isOpr
        window.isMoz=agent.inc("Mozilla")&&!isOpr&&!isIE
        if(isMoz){
            Event.prototype.__defineGetter__("x",function(){return this.clientX+2})
            Event.prototype.__defineGetter__("y",function(){return this.clientY+2})
        }
        basic_ini()
    }
    function basic_ini(){
        window.$=function(obj){return typeof(obj)=="string"?document.getElementById(obj):obj}
        window.oDel=function(obj){if($(obj)!=null){$(obj).parentNode.removeChild($(obj))}}
    }
    window.oDel=function(obj){if($(obj)!=null){$(obj).parentNode.removeChild($(obj))}}
    
    window.onload=function(){
        on_ini()
        var o=document.getElementsByTagName("h1")
        for(var i=0;i<o.length;i++){
            o[i].onmousedown=addevent;
            //添加折叠和关闭按钮
            var tt = document.createElement("div");
            tt.style.cssText = "float:left";
            
            var span = document.createElement("span");
            span.innerHTML = "--"+o[i].innerHTML;
            span.style.cssText = "cursor:default;";
            span.onmousedown = minusDiv;
            tt.appendChild(span);
            
            var close = document.createElement("div");
            close.innerHTML = "X";
            close.style.cssText = "cursor:default;float:right";
            close.onmousedown = closeDiv;
            o[i].innerHTML = "";
            o[i].appendChild(tt);
            o[i].appendChild(close);
        }
    }
    //折叠或者显示层
    function minusDiv(e)
    {
        e=e||event
        var nr = this.parentNode.parentNode.nextSibling;    //取得内容层
        nr.style.display = nr.style.display==""?"none":"";
    }
    
    //移出层
    function closeDiv(e)
    {
        e=e||event
        var mdiv = this.parentNode.parentNode;    //取得目标层
        oDel(mdiv);
    }
    
    function addevent(e){
        if(dragobj.o!=null)
            return false
        e=e||event
        dragobj.o=this.parentNode
        dragobj.xy=getxy(dragobj.o)
        dragobj.xx=new Array((e.x-dragobj.xy[1]),(e.y-dragobj.xy[0]))
        //dragobj.o.className = 'dragging';
        dragobj.o.style.width=dragobj.xy[2]+"px"
        dragobj.o.style.height=dragobj.xy[3]+"px"
        dragobj.o.style.left=(e.x-dragobj.xx[0])+"px"
        dragobj.o.style.top=(e.y-dragobj.xx[1])+"px"
        dragobj.o.style.position="absolute"
        dragobj.o.style.filter='alpha(opacity=60)';        //添加拖动透明效果
    
        var om=document.createElement("div")
        dragobj.otemp=om
        om.style.width=dragobj.xy[2]+"px"
        om.style.height=dragobj.xy[3]+"px"
        om.style.border = "1px dashed red";    //ikaiser添加,实现虚线框
        dragobj.o.parentNode.insertBefore(om,dragobj.o)
        return false
    }
    document.onselectstart=function(){return false}
    window.onfocus=function(){document.onmouseup()}
    window.onblur=function(){document.onmouseup()}
    document.onmouseup=function(){
        if(dragobj.o!=null){
            dragobj.o.style.width="auto"
            dragobj.o.style.height="auto"
            dragobj.otemp.parentNode.insertBefore(dragobj.o,dragobj.otemp)
            dragobj.o.style.position=""
            oDel(dragobj.otemp)
            dragobj={}
        }
    }
    document.onmousemove=function(e){
        e=e||event
        if(dragobj.o!=null){
            dragobj.o.style.left=(e.x-dragobj.xx[0])+"px"
            dragobj.o.style.top=(e.y-dragobj.xx[1])+"px"
            createtmpl(e, dragobj.o)    //传递当前拖动对象
        }
    }
    function getxy(e){
        var a=new Array()
        var t=e.offsetTop;
        var l=e.offsetLeft;
        var w=e.offsetWidth;
        var h=e.offsetHeight;
        while(e=e.offsetParent){
            t+=e.offsetTop;
            l+=e.offsetLeft;
        }
        a[0]=t;a[1]=l;a[2]=w;a[3]=h
      return a;
    }
    function inner(o,e){
        var a=getxy(o)
        if(e.x>a[1]&&e.x<(a[1]+a[2])&&e.y>a[0]&&e.y<(a[0]+a[3])){
            if(e.y<(a[0]+a[3]/2))
                return 1;
            else
                return 2;
        }else
            return 0;
    }
    //将当前拖动层在拖动时可变化大小,预览效果
    function createtmpl(e, elm){
        for(var i=0;i<domid;i++){
            if(document.getElementById("m"+i) == null)    //已经移出的层不再遍历
                continue;
            if($("m"+i)==dragobj.o)
                continue
            var b=inner($("m"+i),e)
            if(b==0)
                continue
            dragobj.otemp.style.width=$("m"+i).offsetWidth
            elm.style.width = $("m"+i).offsetWidth;
            //1为下移,2为上移
            if(b==1){
                $("m"+i).parentNode.insertBefore(dragobj.otemp,$("m"+i))
            }else{
                if($("m"+i).nextSibling==null){
                    $("m"+i).parentNode.appendChild(dragobj.otemp)
                }else{
                    $("m"+i).parentNode.insertBefore(dragobj.otemp,$("m"+i).nextSibling)
                }
            }
            return
        }
        for(var j=0;j<3;j++){
            if($("dom"+j).innerHTML.inc("div")||$("dom"+j).innerHTML.inc("DIV"))
                continue
            var op=getxy($("dom"+j))
            if(e.x>(op[1]+10)&&e.x<(op[1]+op[2]-10)){
                $("dom"+j).appendChild(dragobj.otemp)
                dragobj.otemp.style.width=(op[2]-10)+"px"
            }
        }
    }
    function add_div()
    {
        var o=document.createElement("div")
        o.className="mo"
        o.id="m"+domid
        $('dom0').appendChild(o)
        o.innerHTML="<h1>dom"+domid+"</h1><div class=nr></div>"
        o.getElementsByTagName("h1")[0].onmousedown=addevent
        domid++
    }
    </script>
    </head>
    <body>
    <INPUT TYPE="button" value="添加DIV" onclick="add_div();">
    <div class=content>
        <div class=left id=dom0>
            <div class=mo id=m0>
                <h1>dom0</h1>
                <div class="nr"></div>
            </div>
            <div class=mo id=m1>
                <h1>dom1</h1><div class="nr"></div>
            </div>
            <div class=mo id=m2><h1>dom2</h1><div class="nr"></div></div>
            <div class=mo id=m3><h1>dom3</h1><div class="nr"></div></div>
        </div>
        <div class=center id=dom1>
            <div class=mo id=m4><h1>dom4</h1><div class="nr"></div></div>
            <div class=mo id=m5><h1>dom5</h1><div class="nr"></div></div>
            <div class=mo id=m6><h1>dom6</h1><div class="nr"></div></div>
            <div class=mo id=m7><h1>dom7</h1><div class="nr"></div></div>
        </div>
        <div class=right id=dom2>
            <div class=mo id=m8><h1>dom8</h1><div class="nr"></div></div>
            <div class=mo id=m9><h1>dom9</h1><div class="nr"></div></div>
            <div class=mo id=m10><h1>dom10</h1><div class="nr"></div></div>
            <div class=mo id=m11><h1>dom11</h1><div class="nr"></div></div>
        </div>
    </div>
    
    </body>
    </html>

    Adobe.CS3.Master.Collection.4DVD完全版下载

    中文名称:Adobe CS3 Master Collection 4DVD完全版
    英文名称:Adobe CS3 Master Collection
    别名:CS3
    资源类型:ISO
    版本:Windows
    发行时间:2007年
    制作发行:Adobe
    地区:美国
    语言:英语
    简介:

    Adobe Creative Suite 3 Master Collection
    Master Collection
    InDesign CS3
    Photoshop CS3 Extended
    Illustrator CS3
    Acrobat 8 Professional
    Flash CS3 Professional
    Dreamweaver CS3
    Fireworks CS3
    Contribute CS3
    After Effects CS3 Professional
    Adobe Premiere Pro CS3
    Soundbooth CS3
    Encore CS3 *

    Adobe Bridge CS3
    Version Cue CS3
    Adobe Device Central CS3
    Adobe Stock Photos
    Acrobat Connect *
    Dynamic Link
    Plus
    Adobe OnLocation CS3 *
    Ultra CS3 *

    Plus
    Adobe OnLocation CS3 *
    Ultra CS3 *

    跨介质设计

    使用 Adobe® Creative Suite® 3 Master Collection 软件, 便可随时随地挥洒您的创意。Master Collection 这一超值的综合创作环境包含多种高度集成的高效工具, 专为印刷、Web、交互、电影、视频和移动设备而设计。在您在寻找和表达创意时, 可帮助您轻松应对期限要求。Master Collection 让您在追寻梦想时不再受条条框框的束缚, 您走到哪里, 便可以把设计带到哪里。

    系统要求
    Windows

    * Intel® Pentium® 4 (DV 需要 1.4GHz 处理器; HDV 需要 3.4GHz 处理器)、Intel Centrino®、Intel Xeon® (HD 需要 2.8GHz 双核处理器) 或 Intel Core™ Duo (或兼容) 处理器; AMD 系统需要支持 SSE2 的处理器
    * Microsoft® Windows® XP Service Pack 2 或 Windows Vista™ Home Premium、Business、Ultimate 或 Enterprise (已为 32 位版本进行验证)
    * DV 需要 1GB 内存; HDV 和 HD 需要 2GB 内存; 运行多个组件时, 建议采用更多内存
    * 安装全部核心组件需要 22GB 可用磁盘空间 (安装过程中可能需要多达 1GB 的额外可用空间); 定制安装所选组件时需要的空间较少
    * DV 和 HDV 编辑需要专用的 7,200 RPM 硬盘; HD 需要条带化的磁盘阵列存储空间 (RAID 0); 最好是 SCSI 磁盘子系统
    * Microsoft DirectX 或 ASIO 兼容声卡
    * 1,280x1,024 显示器分辨率, 32 位视频卡; Adobe 建议使用支持 GPU 加速回放的图形卡
    * Adobe Photoshop® CS3 Extended 中的某些 3D 功能要求可支持 Microsoft DirectX 9 的图形卡 (至少 64MB 虚拟内存); 对于 OpenGL 支持, 需要 Adobe After Effects® 支持的 OpenGL 2.0 卡 (建议使用 NVIDIA)
    * 对于 SD/HD 工作流程, 需要经 Adobe 认证的卡来捕捉并导出到磁带
    * DVD-ROM 驱动器
    * 制作蓝光光盘需要蓝光刻录机
    * 制作 DVD 需要 DVD+/-R 刻录机
    * 如果 DV 和 HDV 要捕捉、导出到磁带, 并传输到 DV 设备上, 则需要 OHCI 兼容的 IEEE 1394 端口
    * 使用 QuickTime 功能需要 QuickTime 7.1.5 软件
    * 产品激活需要 Internet 或电话连接
    * Adobe Stock Photos** 和其它服务需要宽带 Internet 连接

    Macintosh

    * PowerPC® G4 或 G5 或 Intel 多核处理器 (Adobe Premiere® Pro、Encore® 和 Soundbooth™ 需要多核 Intel 处理器; Adobe OnLocation™ CS3 是一种 Windows 应用程序, 可以与 Boot Camp 一起使用)
    * Mac OS X v.10.4.9; Adobe Version Cue® CS3 Server 需要安装 Java™ Runtime Environment 1.5
    * DV 需要 1GB 内存; HDV 和 HD 需要 2GB 内存; 运行多个组件时, 建议采用更多内存
    * 安装全部核心组件需要 25.5GB 可用磁盘空间 (安装过程中可能需要多达 1GB 的额外可用空间); 定制安装组件时所需空间较少
    * DV 和 HDV 编辑需要专用的 7,200 RPM 硬盘; HD 需要条带化的磁盘阵列存储空间 (RAID 0); 最好是 SCSI 磁盘子系统
    * Core Audio 兼容声卡
    * 1,280x1,024 显示器分辨率, 32 位视频卡; Adobe 建议使用支持 GPU 加速回放的图形卡
    * OpenGL 支持: Photoshop CS3 Extended 中的某些 3D 功能要求可支持 OpenGL 1.4 的图形卡 (至少 64MB 虚拟内存); After Effects CS3 Professional 要求 After Effects 支持的 OpenGL 2.0 卡 (建议使用 NVIDIA)
    * DVD-ROM 驱动器
    * 制作蓝光光盘需要蓝光刻录机
    * DVD 刻录需要 SuperDrive
    * 使用 QuickTime 功能需要 QuickTime 7.1.5 软件
    * 产品激活需要 Internet 或电话连接
    * Adobe Stock Photos** 和其它服务需要宽带 Internet 连接

     

    电骡下载地址:

    [Adobe.CS3.Master.Collection.4DVD完全版].m-cs3mca.iso 详情 2.5GB
    [Adobe.CS3.Master.Collection.4DVD完全版].m-cs3mcb.iso 详情 3.0GB
    [Adobe.CS3.Master.Collection.4DVD完全版].m-cs3mcc.iso 详情 2.3GB
    [Adobe.CS3.Master.Collection.4DVD完全版].m-cs3mcd.iso 详情 2.0GB
    [Adobe.CS3.Master.Collection.4DVD完全版].magnitude.nfo 详情 7.3KB
                                                                                           全部   9.7GB

    注:因MSN空间无法直接使用ED2K链接所以,我在下载地址的开头添加了"http://",请将下载地址开头的"http://"删除方可下用电骡下载!

           本软件为互联网搜索下载而得,仅供学习、研究之用。软件版权归原作者及原软件公司所有,如果你喜欢,请购买正版软件.请各位遵守有关规定,自觉在下载后的 24小时内删除。 任何涉及商业盈利目的均不得加以利用,否则产生的一切后果将由违规或侵权者自己承担!本人将不对提供的任何内容负任何法律责任!

    Microsoft Windows 操作系统 命令参考

    此集合提供了有关 Microsoft Windows 操作系统中包含的各项技术的综合信息。此技术参考文档集旨在通过提供有关操作系统技术组件的基础信息,为 IT 计划者和管理员提供帮助。

    该技术参考是一个动态文档集。技术参考文档将不断扩充,以涵盖其他技术和工具。

    命令参考

    命令参考包含可通过命令提示符使用的工具的语法和用法信息。

    Windows Server 2008  命令参考 (http://technet2.microsoft.com/WindowsServer2008/en/library/f7cedeb1-4996-4d29-8fcb-b44d9de7cd581033.mspx)(可能为英文网页)。

    Windows Vista  命令参考
    请参阅 Windows Server 2008 技术库中的命令参考

    Windows Server 2003  命令参考 (http://technet2.microsoft.com/WindowsServer/zh-CHS/Library/552ed70a-208d-48c4-8da8-2e27b530eac72052.mspx)

    Windows Defender的命令行参数

    进入Defender目录 "X:\Program Files\Windows Defender\"

    您可以在 MSASCui.exe 命令中使用以下参数

            参数                  结果

      -Hide       隐藏主窗口模式
      -UpdateAndQuickScan    实际上工作,执行一个升级但是快速扫描并不开始
      -CheckForUpdates     检查升级
      -FullScan     完整扫描
      -QuickScan     快速扫描
      -ScanResults     打开扫描结果窗口
      -Settings     打开选项设置面板
      -ShowSWE     软件资源管理器
      -ShowSWE:Startup     软件资源管理器@开始程序
      -ShowSWE:Running     软件资源管理器@当前运行的程序
      -ShowSWE:Network     软件资源管理器@连接上网络的程序

    Internet Explorer7快捷键

    以下这些快捷键同样适用于其他浏览器.

    nternet Explorer 7之常规
    ALT+ENTER:在新的选项卡中打开你的搜索查询  
    ALT+H:打开工具栏上的“帮助”菜单    
    ALT+HOME:浏览主页    
    ALT+J:打开RSS菜单    
    ALT+L:打开“帮助”菜单    
    ALT+左方向键:返回上一页    
    ALT+M:打开工具栏上的“Home”菜单
    ALT+N:将焦点移到信息栏    
    ALT+O:打开工具栏上的“工具”菜单    
    ALT+P:打开“页面”菜单    
    ALT+R:打开“打印”菜单    
    ALT+右方向键:进入下一页    
    ALT+T:打开“工具”菜单     退格键:返回上一页    
    CTRL+0:缩放到100%    
    CTRL+A:选中当前页面上的所有项目    
    CTRL+C:将选中项目复制到剪贴板    
    CTRL+E:搜索框    
    CTRL+F:在当前页面进行查找    
    CTRL+F5:强制刷新当前页面    
    CTRL+H:打开“历史记录”
    CTRL+I:打开“收藏夹”    
    CTRL+减号:以10%缩小页面    
    CTRL+N:打开一个新窗口    
    CTRL+O:打开一个新的网站或页面    
    CTRL+P:打印当前页或活动框架    
    CTRL+加号:以10%扩大页面    
    CTRL+S:保存当前页面    
    CTRL+SHIFT+TAB:在框架间返回(仅在选项卡浏览禁用时可用)    
    CTRL+TAB:在框架和浏览元素返回(仅在选项卡浏览禁用时可用)    
    CTRL+V:在选中区域插入剪贴板中的内容    
    CTRL+W:关闭当前窗口    
    CTRL+X:剪切选中项目     下方向键:向下滚动    
    END:移动到文档末端    
    ENTER:点击选中链接    
    ESC:停止下载一个网页    
    F1:显示“帮助”    
    F11:在浏览器窗口的全屏和标准视图间切换    
    F5:刷新当前页面    
    F6:在框架和浏览元素向前(仅在选项卡浏览禁用时可用)    
    HOME:移动到文档顶部    
    PAGE DOWN:向下滚动网页    
    PAGE UP:向上滚动网页    
    SHIFT+F10:显示一个链接的快捷菜单    
    SHIFT+TAB:向后选中网页上的项目    
    TAB:向前选中网页上的项目     上方向键:向上滚动页面

    Internet Explorer 7之选项卡
    ALT+ENTER:在新选项卡中打开当前输入网址    
    CTRL+9:切换到最后一个选项卡    
    CTRL+ALT+F4:关闭其它选项卡    
    CTRL+点击:在新的选项卡打开链接(后台)    
    CTRL+Q:打开或关闭标签页的缩略图    
    CTRL+SHIFT+点击:在新的选项卡打开链接(前台)
    CTRL+SHIFT+TAB:在选项卡间进行切换(向前)    
    CTRL+T:在前台打开新的选项卡    
    CTRL+TAB:选项卡间进行切换(向后)    
    CTRL+W:关闭当前选项卡    
    CTRL+[n]:切换到指定序号的选项卡,[n]则代表选项卡序号
    Internet Explorer 7之打印预览
    ALT+A:输入想要显示的页码    
    ALT+C:关闭打印预览    
    ALT+END:显示要打印的最后一页    
    ALT+F:指定你想要打印框架的方式    
    ALT+HOME:显示想要打印的第一页    
    ALT+左方向键:显示想要打印的上一页    
    ALT+P:设置打印选项并打印页面    
    ALT+右方向键:显示想要打印的下一页    
    ALT+U:为当前页面更改页眉页脚、打印方向、边缘等

    Internet Explorer 7之地址栏     以下快捷键在IE 7中对地址栏可用
    ALT+D:选中地址栏中的文字    
    CTRL+ENTER:为地址栏中输入的词完整为“www.XXX.com.cn”式的地址    
    CTRL+左方向键:当你处在地址栏的时候,将光标向左依次移动到地址中的每个点或斜杆旁    
    CTRL+右方向键:当你处在地址栏的时候,将光标向右依次移动到地址中的每个点或斜杆旁     下方向键:在自动完成匹配列表中向后移动    
    F4:显示你输入过的地址栏列表     上方向键:在自动完成匹配列表中向前移动

    Internet Explorer 7之RSS源/历史记录/收藏夹
    ALT+A:在菜单栏中打开“收藏夹”菜单    
    ALT+C:打开收藏中心并显示收藏夹    
    ALT+下方向键:在管理收藏夹对话框中向下移动收藏夹列表中的选定项目    
    ALT+上方向键:在管理收藏夹对话框中向上移动收藏夹列表中的选定项目    
    ALT+I:在源视图中时,显示所有RSS源    
    ALT+M:在源视图中时,标记一个RSS源为已读    
    ALT+S:在RSS源视图中时,将光标移动到搜索框    
    ALT+Z:打开“添加到收藏夹”菜单    
    CTRL+B:打开“管理收藏夹”对话框    
    CTRL+D:将当前页添加到收藏夹    
    CTRL+H:打开“收藏中心”并显示你的历史记录    
    CTRL+J:打开“收藏中心”并显示源    
    CTRL+SHIFT+J:打开、固定“收藏中心”并显示源

    Vista系统实用命令行

    使用命令行来执行各种任务是最有快捷的操作方法.

    这面是Vista系统命令行列表.

    下面排列按A-Z顺序排列

    一.win+(X)其中win不会不知道吧,X为代码!

    (1)Win+L 锁定当前用户.

    (2)Win+E 资源管理器.

    (3)Win+R 运行.

    (4)Win+G (Gadgets)顺序切换边栏小工具.

    (5)Win+U 轻松访问中心.

    (6)Win+X Windows移动中心.

    (7)Win+Tab 启用 3D窗口切换.

    (8)Ctrl+Win+Tab 用键盘控制 Flip 3D窗口切换其中有个停顿效果.可以有足够的时间进行选择!

    (9)Win+break 开启系统属性窗口.

    二.Shell:command (外壳命令行)

    以“Shell+冒号+命令”的格式,打开各种外壳文件夹:

    (1)shell:AddNewProgramsFolder

    (2)shell:Administrative Tools

    (3)shell:AppData

    (4)shell:AppUpdatesFolder

    (5)shell:Cache

    (6)shell:CD Burning

    (7)shell:ChangeRemoveProgramsFolder

    (8)shell:Common Administrative Tools

    (9)shell:Common AppData

    (10)shell:Common Desktop

    (11)shell:Common Documents

    (12)shell:Common Programs

    (13)shell:Common Start Menu

    (14)shell:Common Startup

    (15)shell:Common Templates

    (16)shell:CommonDownloads

    (17)shell:CommonMusic

    (18)shell:CommonPictures

    (19)shell:CommonVideo

    (20)shell:ConflictFolder

    (21)shell:ConnectionsFolder

    (22)shell:Contacts

    (23)shell:ControlPanelFolder

    (24)shell:Cookies

    (25)shell:CredentialManager

    (26)shell:CryptoKeys

    (26)shell:CSCFolder

    (27)shell:Default Gadgets

    (28)shell:Desktop

    (29)shell:Downloads

    (30)shell:DpapiKeys

    (31)shell:Favorites

    (32)shell:Fonts

    (33)shell:Gadgets

    (34)shell:Games

    (35)shell:GameTasks

    (36)shell:History

    (37)shell:InternetFolder

    (38)shell:Links

    (39)shell:Local AppData

    (40)shell:LocalAppDataLow

    (41)shell:LocalizedResourcesDir

    (42)shell:MAPIFolder

    (43)shell:My Music

    (44)shell:My Pictures

    (45)shell:My Video

    (46)shell:MyComputerFolder

    (47)shell:NetHood

    (48)shell:NetworkPlacesFolder

    (49)shell:OEM Links

    (50)shell:Original Images

    (51)shell:Personal

    (52)shell:PhotoAlbums

    (53)shell:Playlists

    (54)shell:PrintersFolder

    (55)shell:PrintHood

    (56)shell:Profile

    (57)shell:ProgramFiles

    (58)shell:ProgramFilesCommon

    (59)shell:ProgramFilesCommonX86

    (60)shell:ProgramFilesX86

    (61)shell:Programs

    (62)shell:Public

    (63)shell:PublicGameTasks

    (64)shell:Quick Launch

    (65)shell:Recent

    (66)shell:RecycleBinFolder

    (67)shell:ResourceDir

    (68)shell:SampleMusic

    (69)shell:SamplePictures

    (70)shell:SamplePlaylists

    (71)shell:SampleVideos

    (72)shell:SavedGames

    (73)shell:Searches

    (74)shell:SendTo

    (75)shell:Start Menu

    (76)shell:Startup

    (77)shell:SyncCenterFolder

    (78)shell:SyncResultsFolder

    (79)shell:SyncSetupFolder

    (80)shell:System

    (81)shell:SystemCertificates

    (82)shell:SystemX86

    (83)shell:Templates

    (84)shell:TreePropertiesFolder

    (85)shell:UserProfiles

    (86)shell:UsersFilesFolder

    (87)shell:Windows

    三、快速开启功能篇:

    (1)appwiz.cpl 开启添加删除程序

    (2)Control Pannel(控制面板)

    (3)collab.cpl 网络邻居登陆设置

    (4)desk.cpl 显示设置

    (5)firewall.cpl 防火墙设置

    (6)hdwwiz.cpl 硬件添加向导

    (7)inetcpl.cpl Internet属性设置

    (8)intl.cpl 区域和语言选项设置

    (9)main.cpl 鼠标属性设置

    (10)mmsys.cpl 声音设置

    (11)ncpa.cpl 网络连接

    (12)Ncpa.cpl 开启网络连接

    (13)powercfg.cpl 电源选项

    (14)sysdm.cpl 系统属性

    (15)wscui.cpl 安全中心

    四、用户功能篇:

    (1)control.exe /name Microsoft.WindowsUpdate 启用windows update

    (2)control.exe /name Microsoft.PerformanceInformationAndTools 启用vista体验索引窗口

    (3)control.exe /name Microsoft.Personalization /page pageWallpaper 启用壁纸设置窗口

    (4)control.exe /name Microsoft.FolderOptions 启用文件夹选项设置对话框

    (5)netplwiz 打开用户管理器

    五.MMC(管理控制台)功能的快速开启:

    (1)compmgmt.msc 计算机管理控制台

    (2)devmgmt.msc 设备管理器控制台

    (3)diskmgmt.msc 磁盘管理器控制台

    (4)eventvwr.msc 日志管理器控制台

    (5)fsmgmt.msc 共享文件夹控制台

    (6)gpedit.msc 组策略管理控制台

    (7)iis6.msc iis管理控制台

    (8)lusrmgr.msc 本地账户管理控制台

    (9)napclcfg.msc NAP管理控制台

    (10)printmanagement.msc 打印管理控制台

    (11)rsop.msc 组策略结果集控制台

    (12)services.msc 服务管理控制台

    (13)wf.msc 防火墙管理控制台

    六.系统工具的快速启用

    (1)osk.exe 启用屏幕键盘

    (2)msconfig.exe 系统启动设置工具,其中包含启用,关闭UAC功能

    (3)notepad.exe 打开记事本

    (4)mspaint.exe 打开画笔

    (5)explorer.exe 启用资源管理器

    (6)cmd.exe 启用命令行窗口

    (7)SystemPropertiesAdvanced.exe“系统属性”->“高级”

    (8)SystemPropertiesComputerName.exe“系统属性”->“计算机名”

    (9)SystemPropertiesDataExecutionPrevention.exe“系统属性”->“数据执行保护”

    (10)SystemPropertiesHardware.exe“系统属性”->“硬件”

    (11)SystemPropertiesPerformance.exe“系统属性”->“性能选项”

    (12)SystemPropertiesProtection.exe “系统属性”->“系统保护”

    (13)SystemPropertiesRemote.exe “系统属性”->“远程”

    Windows Vista中mDNSResponder.exe的卸载

    mDNSResponder.exe
    进程文件:mDNSResponder 或者 mDNSResponder.exe
    进程名称: Bonjour for Windows Component
    描述:
    mDNSResponder.exe是一款名为Bonjour的音乐分享软件相关程序。
    出品者: Apple
    属于: Bonjour for Windows

    删除方法:
    1、打开命令提示符,进入文件所在目录,“C:\Program Files\Bonjour” ,执行
    mDNSResponder.exe -remove
    2、打开文件所在目录,“C:\Program Files\Bonjour”,将mdnsNSP.dll文件名为mdnsNSP.old
    3、重启电脑,删除文件所在目录“C:\Program Files\Bonjour”

    查看官方文档:http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400982&sliceId=1

    Windows Vista中Adobe CS3的安装及激活

    准备安装

    "安装错误:安装遇到错误无法继续。请联系ADOBE客户支持部门获取协助。INTERNAL ERROR 2739" 的解决方法:

    1,在开始,找到“命令提示符”
    2,右键单击“命令提示符”
    3,选择“以管理员身份运行”
    4,输入:
    如系统是32bit输入:
    regsvr32 %windir%\system32\vbscript.dll
    regsvr32 %windir%\system32\jscript.dll
    如系统是64bit输入:
    regsvr32 %windir%\syswow64\vbscript.dll
    regsvr32 %windir%\systwow64\jscript.dll
    按照自己系统选择输入!

    安装:

    用以下面这两组CD-KEY进行安装
    1325-1241-2418-5943-6555-6281
    1325-1603-8739-4724-6436-1050


    破解

    如果你已经下了完整的adobe cs3 master collection4张DVD,推荐使用下面方法一

    方法一:
    把光盘目录下\MAGNiTUDE\asneu.dll 文件复制到

    1,c:\program files\common files\Adobe\installers\最长的那个文件夹下。 (这步似乎不需要)  

    2,第一张光盘里\MAGNiTUDE\下为破解文件,安装后覆盖(相应组件覆盖到相应的安装目录下。)

    方法二:
    1,用此文件(AdobeLM_libFNP.dll)替换任意一个组件目录下的同名文件。替换之前先备份原版的AdobeLM_libFNP.dll,
    注:AdobeLM_libFNP.dll是InstallShield  FLEXnet 的软件激活管理模块libFNP.dll。
    2,替换后就运行该组件,
    注意:替换的是哪个组件下的文件就运行哪个组件,然后要求你激活,选择电话激活。
    3,输入下面这组SN激活:   5341-6403-5874-5062-5062-5727激活成功后,应该需要等大概好几分钟的样子,会弹出一个注册的窗口,关闭。再运行Adobe Master Collection CS3的任意组件,发现都是已经激活状态。
    4,将原来备份的原版AdobeLM_libFNP.dll替换回原来的位置。