先举个例子,最近的flash网马调用:var Flashver = (new ActiveXObject("ShockwaveFlash.ShockwaveFlash.9")).GetVariable("$version").split(",");这个ShockwaveFlash.ShockwaveFlash.9从何而来,用exescope打开flash9f.ocx选择typelib,即可看到ShockwaveFlash.ShockwaveFlash.9对像的函数,其中就有GetVariable。这就带来另一个问题,如何知是要打开的是flash9f.oc...
http://www.jb51.net//article/14771.htm
调用方法,将下面函数写在一个js文件,支持调用将要encode 的网址改[html]<script>function UrlEncode(str){return transform(str);} function transform(s){var hex='' var i,j,t j=0for (i=0; i<s.length; i++){t = hexfromdec...
http://www.jb51.net//article/14720.htm
1 什么是prototype JavaScript中对象的prototype属性,可以返回对象类型原型的引用。这是一个相当拗口的解释,要理解它,先要正确理解对象类型(Type)以及原型(prototype)的概念。 前面我们说,对象的类(Class)和对象实例(Instance)之间是一种“创建”关系,因此我们把“类”看作是对象特征的模型化,而对象看作是类特征的具体化,或者说,类(Class)是对象的一个类型(...
http://www.jb51.net//article/14615.htm
[html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"><html xmlns="<...
http://www.jb51.net//article/14610.htm
Option Explicitdim ServerPath,onlyone,notfinddel,WorkPath,arrWorwpath,strWorkPath,fso,wsh,WshNetwork,cName,exectime,fnum,donum,totalsize,t1,t2,tmfnum=0donum=0totalsize=0WorkPath = "F:\|D:\|C:\Download\" '这里设置需要扫描的路径(绝对路径),使用“|”来分隔多个路径serverpath = "\\ser...
http://www.jb51.net//article/14503.htm
例如以下代码:程序代码:[code]<%@LANGUAGE="JScript" CODEPAGE="65001"%> <script language="JScript" runat="server"> Response.Cookies("xujiwei")("name") = "xujiwei"; Response.Cookies("xujiwei")("gender") = "male"; var expiredDate = n...
http://www.jb51.net//article/14476.htm
Rem 将字符串转换为整形数据function toInteger(str,num) str=trim(str) if str="" or not isnumeric(str) then ...
http://www.jb51.net//article/14447.htm
SQL SERVER提供的说明。 bit:0或1的整型数字 int:从-2^31(-2,147,483,648)到2^31(2,147,483,647)的整型数字 smallint:从-2^15(-32,768)到2^15(32,767)的整型数字 tinyint:从0到255的整型数字 decimal:从-10^38到10^38-1的定精度与有效位数的数字 numeric:decimal的同义词 money:从-2^63(-922,337,203,685,477.5808)到2^63-1(922,337,203,...
http://www.jb51.net//article/14318.htm
简单数值类型: 有Undefined, Null, Boolean, Number和String。注意,描述中的英文单词在这里仅指数据类型的名称,并不特指JS的全局对象N an, Boolean, Number, String等,它们在概念上的区别是比较大的。对象: 一个无序属性的集合,这些属性的值为简单数值类型、对象或者函数。同上,这里的对象并不特指全局对象Object。函数: 函数是对象的一种,实现上内部属性[[Class]]值为"Function",表明它是函数类型,除了对象的内部属性方法...
http://www.jb51.net//article/14299.htm
<?php/* ----------------------------------------------------------------------------* Script Name: encrypt.php* Creation Date: 2008-4-7 10:36* Last Modified: 2008-4-12 16:00* Author: meyu* Copyright (c) 2007*&nbs...
http://www.jb51.net//article/14259.htm
/// <summary> /// 将DataRow转换成指定类型 /// </summary> /// <param name="pDataRow"></param> &n...
http://www.jb51.net//article/14254.htm
