html5中文学习网

您的位置: 首页 > 网站及特效实例 > javascript特效
  • 2014-05-10 18:07:07 List the UTC Time on a Computer_javascript技巧_
  • Description Reports the Universal Time Coordinate (UTC) time on a computer.

    Script Code 复制代码 代码如下:var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOnly = 0x20;

    var objWMIServ
  • 2014-05-10 18:07:07 List the Codec Files on a Computer_javascript技巧_
  • Description

    Uses WMI to return information about all the audio and video codec files installed on a computer. Script Code 复制代码 代码如下:var wbemFlagReturnImmediately = 0x10; var wbemFlagForwar
  • 2014-05-10 18:07:04 List Installed Hot Fixes_javascript技巧_
  • Returns a list of all the hot fixes installed on a computer. Script Code

    复制代码 代码如下:var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOnly = 0x20;

    var objWMIService = GetObject
  • 2014-05-10 18:07:03 Add Formatted Data to a Spreadsheet_javascript技巧_
  • Script Code

    复制代码 代码如下:Set objExcel = CreateObject("Excel.Application")

    objExcel.Visible = True objExcel.Workbooks.Add objExcel.Cells(1, 1).Value = "Test value" objExcel.Cells(1, 1).Fon
  • 2014-05-10 18:06:59 类之Prototype.js学习_prototype_
  • Prototype.js作为javascript的成功的开源框架,封装了很多好用的功能,虽然官方没提供什么文档,不过在google上一搜,好多相关的文档,不过在学习使用的过程中还是碰到了一些问题,希望熟悉的朋友能多加指点,对于prototype.js学习
  • 2014-05-10 18:06:59 JavaScript语法着色引擎(demo及打包文件下载)_prototype_
  • 应 得意小蛇 的建议,我整理了一下去年写的JavaScript语法着色引擎,并提供下载,喜欢的尽管拿去,嘿嘿 总的来说是很简单的东西,只是提供了关键字的着色以及一些基本的语法(例如注释,字符串,正则等等),从demo中应该很容易看到其用
  • 2014-05-10 18:06:58 一款JavaScript压缩工具:X2JSCompactor_javascript技巧_
  • 去年写的一个JavaScript压缩工具,用于x2blog.cn的js压缩。不过一直没有对外发布,现在拿来充个文章数吧,老不更新Blog可不好,呵呵

    概述: X2JavascriptCompactor可以将多个Javascript脚本文件打包成一个文件,并删除原始文件
  • 2014-05-10 18:06:56 jscript之Read an Excel Spreadsheet_javascript技巧_
  • Description

    Demonstration script that reads the values stored in a spreadsheet named C:/Scripts/New_users.xls. Script Code复制代码 代码如下:Set objExcel = CreateObject("Excel.Application") Set objW
  • 2014-05-10 18:06:56 jscript之Open an Excel Spreadsheet_javascript技巧_
  • Description

    Demonstration script that opens an existing Excel spreadsheet named C:/Scripts/New_users.xls. 复制代码 代码如下:Set objExcel = CreateObject("Excel.Application") Set objWorkbook = objExc
  • 2014-05-10 18:06:55 jscript之List Excel Color Values_javascript技巧_
  • Description

    Demonstration script that displays the various colors -- and their related color index -- available when programmatically controlling Microsoft Excel. Script Code 复制代码 代码如下:set
  • 2014-05-10 18:06:52 Add a Table to a Word Document_javascript技巧_
  • Demonstration script that retrieves service information from a computer and then displays that information in tabular format in Microsoft Word.复制代码 代码如下:Set objWord = CreateObject("Word.Applic
关于HTML5先行者 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 人才招聘 - 帮助