• 知名咨询公司全套内部培训教程

    知名咨询公司全套内部培训教程,介绍了内部的统一培训流程,全面

    0
    78
    2.7MB
    2008-11-10
    15
  • 演示ppt的图,种类繁多

    专业的图都可以在这里找到,用于做PPT用

    0
    34
    1.31MB
    2008-11-04
    9
  • 制作SRT的软件,生成电影字幕

    可以自动生成 srt文件,制作电影字幕,软件功能简介 “srt字幕助手”可以用于编辑、制作、调整、拆分、合并、预览srt字幕。 使用说明 打开电影后,待放映至要添加字幕的位置时,点击开始计时(F5),点击停止计时(F5)后,自动选择文本框,此时可以输入字幕,点击添加/修改(F5),完成制作一条字幕 单击某条字幕,播放窗口自动切换至字幕起始点,双击某字幕,进入修改模式。 工具菜单中有多个srt字幕工具,用于合并字幕、切割字幕、调整字幕延时、内码转换等。 点击打开字幕,可以打开先前创建的字幕继续编辑,第一次点击保存会提示输入保存路径,如需更改以后的保存路径,可以单击另存为。 高级功能里可以设定你的反应速度、自动保存时间、窗口布局模式、字幕预览刷新时间,完成这些设置后无需重新启动软件。

    4
    1677
    141KB
    2008-11-03
    50
  • logo大全,logo设计

    自己收藏的,很好的logo图片,各种标志非常全面

    0
    98
    207KB
    2008-10-17
    13
  • 自动跳转页代码实现在规定时间跳转

    <form action="javascript:history.go(-1)" method="post" name="form1" id="form1"> <input type="text" name="text1"> <INPUT id="agreeb" type="button" value="8 秒后将返回">   </form> <SCRIPT language=javascript> var secs = 8; for(i=1;i<=secs;i++) { window.setTimeout("update(" + i + ")", i * 1000); } function update(num) { if(num == secs) { document.all.form1.submit(); } else { printnr = secs+num; document.all.agreeb.value = printnr +" 秒后将返回"; } } </SCRIPT>

    0
    187
    774B
    2008-10-17
    10
  • 实现半透明效果,用层来实现

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>标准之路www.aa25.cn——divfilter: alpha(opacity=70); opacity: 0.7; 把这两句代码加入到要实现半透明层的CSS样式表里即可,简单吧!! 注:70和0.7的值可改为你需要的</title> <style> body { background:url(/upfile/images/bg.jpg)} #layout { position:absolute; top:50px; left:50px; width:500px; height:500px; border:1px solid #006699; background:#fff; filter: alpha(opacity=70); opacity: 0.7;} </style> </head> <body> <div id="layout"></div> </body> </html>

    0
    80
    724B
    2008-10-17
    9
  • 无图片实现圆角框,不需要加入背景图片

    可以实现圆角框背景 <html> <head> <title>css圆角效果</title> <meta http-equiv="content-type" content="text/html; charset=gb2312"> <style type="text/css"> div.RoundedCorner{background: #9BD1FA} b.rtop, b.rbottom{display:block;background: #FFF} b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #9BD1FA} b.r1{margin: 0 5px} b.r2{margin: 0 3px} b.r3{margin: 0 2px} b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px} </style> </head> <body> <div class="RoundedCorner"> <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b> <br>无图片实现圆角框<br><br> <b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b> </div> </body> </html>

    0
    85
    742B
    2008-10-17
    14
上传资源赚积分or赚钱