您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. is脚本安装程序代码

  2. is安装程序完全代码is安装程序完全代码is安装程序完全代码is安装程序完全代码
  3. 所属分类:其它

    • 发布日期:2009-05-14
    • 文件大小:50kb
    • 提供者:h364673880
  1. windows 脚本精通

  2. windows scr ipting is exciting,taday,it is one of the most unknow and undocumented techniques too,so you must read windows scr ipting secrets
  3. 所属分类:其它

    • 发布日期:2009-05-30
    • 文件大小:8mb
    • 提供者:jackoyang1238
  1. HFSS新旧版本模型转换,优参和脚本语言

  2. Before you can do anything with the Automation object (.exe files, .com files and .dll files), a reference to that object must be defined to represent that object in scr ipts. The names in the above hierarchy tree are object references to HFSS Autom
  3. 所属分类:其它

  1. expect脚本学习教程与范例

  2. xpect是一个免费的编程工具语言,用来实现自动和交互式任务进行通信,而无需人的干预。Expect的作者Don Libes在1990年开始编写Expect时对Expect做有如下定义:Expect是一个用来实现自动交互功能的软件套件(Expect [is a] software suite for automating interactive tools)。使用它系统管理员的可以创建脚本用来实现对命令或程序提供输入,而这些命令和程序是期望从终端(terminal)得到输入,一般来说这些输入都需
  3. 所属分类:网络基础

    • 发布日期:2010-01-06
    • 文件大小:128kb
    • 提供者:kingofnet
  1. oracle数据库监控脚本

  2. oracle数据库监控脚本 select Username, OSUSER,Consistent_Gets,Block_Gets,Physical_Reads, 100*( Consistent_Gets + Block_Gets - Physical_Reads)/ ( Consistent_Gets + Block_Gets ) "Hit Ratio %" from V$SESSION,V$SESS_IO where V$SESSION.SID = V$SESS_IO.SID and (
  3. 所属分类:Oracle

    • 发布日期:2010-04-14
    • 文件大小:82kb
    • 提供者:bluesea236
  1. jScripts智能手机批处理/脚本解释软件源码

  2. function can be called as msgbox(abc(a,b),"OK") 1+2+3*5 msgbox($_) //display 18 if (a==b) 2 else 3 //work fine def fact(n) if (n==1) 1 else n*fact(n-1) end msgbox(fact(5)) //work fine display 120 ExprParser move to Interpreter. Single line if statem
  3. 所属分类:C

    • 发布日期:2010-04-22
    • 文件大小:461kb
    • 提供者:jeewood
  1. Installshield 脚本代码:卸载时杀掉进程

  2. Installshield 脚本代码:卸载时杀掉进程
  3. 所属分类:网络攻防

    • 发布日期:2010-06-30
    • 文件大小:1kb
    • 提供者:lxh592780465
  1. Installshield 脚本:检查安装环境

  2. Installshield 脚本:检查安装环境,若电脑上没安装.net则安装
  3. 所属分类:C#

    • 发布日期:2010-06-30
    • 文件大小:2kb
    • 提供者:lxh592780465
  1. 绝对能看的格式-Flash动作脚本字典概述

  2. ++(递增) 可用性 Flash Player 4。 用法 ++expression expression++ 参数 无。 返回 一个数字。 说明 运算符(算术);将 expression 加 1 的预先递增和滞后递增一元运算符。expression 可以是变量、数组中的元素或对象属性。此运算符的预先递增格式 (++expression) 将 expression 加 1,然后返回结果。此运算符的滞后递增格式 (expression++) 将 expression 加 1 并返回 expres
  3. 所属分类:Flash

    • 发布日期:2010-07-09
    • 文件大小:1mb
    • 提供者:E_may
  1. 串行口RS232终端及监视软件. 支持脚本编程.Docklight Scripting V1.9.21

  2. Docklight scr ipting is an extended edition of Docklight RS232 Terminal / RS232 Monitor. It features an easy-to-use scr ipting language, plus a built-in editor to create and run automated test jobs. A Docklight scr ipt allows you to execute all basi
  3. 所属分类:VB

    • 发布日期:2010-08-30
    • 文件大小:4mb
    • 提供者:ruimz
  1. Flash脚本代码大全

  2. Flash脚本代码大全 - Go to 跳转到指定的帧 - Play 播放 - Stop 停止 - Toggle High Quality 在高画质和低画质间切换 - Stop All Sounds 停止所有声音的播放 - Get URL 跳转至某个超联结 - FSCommand 发送FSCommand命令 - Load Movie 装载影片 - Unload Movie 卸载影片 - Tell Target 告知目标 - If Frame Is Loaded ..判断帧是否被完全载入 - O
  3. 所属分类:Flash

    • 发布日期:2010-12-02
    • 文件大小:13kb
    • 提供者:jianxiaoxiang
  1. Shell脚本例子集合

  2. 1.写一个脚本,执行后,打印一行提示"Please input a number:",要求用户输入数值,然后打印出该数值,然后再次要求用户输入数值.直到用户输入"end"停止. # vi show_var.sh 脚本内容: #!/bin/sh unset var while [ "$var" != "end" ] do echo -n "please input a number: " read var if [ "$var" = "end" ] then break fi echo "var
  3. 所属分类:其它

    • 发布日期:2011-04-03
    • 文件大小:155kb
    • 提供者:chongchong001
  1. Unity3D 画面扭曲切换效果脚本

  2. Unity3D 画面扭曲切换效果脚本 DreamWipe.js 1. var camera1 : Camera; 2.var camera2 : Camera; 3.var fadeTime = 4.0; 4.var waveScale = .07; // Higher numbers make the effect more exaggerated. Can be negative, .5/-.5 is the max 5.var waveFrequency = 25.0; // Highe
  3. 所属分类:Java

    • 发布日期:2012-02-27
    • 文件大小:15kb
    • 提供者:sntlks
  1. Nginx 控制 启动 脚本

  2. #!/bin/sh # # nginx Startup scr ipt for nginx # # chkconfig: - 85 15 # processname: nginx # config: /etc/nginx/nginx.conf # config: /etc/sysconfig/nginx # pidfile: /var/run/nginx.pid # descr iption: nginx is a HTTP and reverse proxy server # ### BEG
  3. 所属分类:Web服务器

    • 发布日期:2012-06-11
    • 文件大小:3kb
    • 提供者:sqy6
  1. mysql安装脚本

  2. mysql一键自动安装脚本 #Mysql install directory and configuration files. MYSQL_INSTALL_DIR="/usr/local/src" DATA_DIR="/data/mysql/3306/data" MYSQLBASE_DIR="/usr/local/mysql" echo "please input mysql version:" read VERSION echo "YOUR mysql version is mysql-$V
  3. 所属分类:Linux

    • 发布日期:2012-12-07
    • 文件大小:2kb
    • 提供者:ocrazybanana
  1. SuperMap兴趣点标注脚本

  2. 基于SuperMap IS.NET 5.3.0 Ajaxscr ipt开发的自主标注兴趣点Action,可以标注文本、点、线、面。
  3. 所属分类:C#

    • 发布日期:2008-08-27
    • 文件大小:6kb
    • 提供者:wildboy2001
  1. java脚本工具beanshell

  2. 好用的java脚本解释利器。而且不*于开发和调试。值得试试。 BeanShell is a small, free, embeddable Java source interpreter with object scr ipting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scr ipting conve
  3. 所属分类:Java

    • 发布日期:2013-04-09
    • 文件大小:275kb
    • 提供者:luxingru_123
  1. ora分析脚本

  2. Usage: ora [-u user] [-i instance#] [] General -u user/pass use USER/PASS to log in -i instance# append # to ORACLE_SID -sid set ORACLE_SID to sid -top # limit some large queries to on # rows - repeat Repeat an coomand time. Sleep between two
  3. 所属分类:Oracle

    • 发布日期:2014-01-06
    • 文件大小:280kb
    • 提供者:f251208
  1. delphi中的脚本控件paxscript3.0

  2. TPaxscr ipter for Delphi 5, 6, 7, 2005, BCB 5, BCB 6, Kylix 3. ------------------------------------------------------------------------------ Version: 3.0. Build: 29 May, 2006. Copyright (c) 2003-2006 Alexander Baranovsky Author: Alexander Baranovsk
  3. 所属分类:Delphi

    • 发布日期:2008-11-01
    • 文件大小:3mb
    • 提供者:heavensharp
  1. dhtmlx ui控件脚本

  2. dhtmlx ui控件脚本 dhtmlxLayout is a Javascr ipt DHTML component that provides powerful and efficient solution for building Ajax-enabled web interfaces with ease. This component allows you to programmatically define interface structure, including layout
  3. 所属分类:Web开发

    • 发布日期:2009-01-15
    • 文件大小:77kb
    • 提供者:samn0605
« 12 3 4 5 6 7 8 9 10 ... 36 »