自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

银月清风的专栏

软件开发者

  • 博客(28)
  • 收藏
  • 关注

转载 ASP错误代码总结

Microsoft VBScript语法错误(0x800A03E9)-->内存不足Microsoft VBScript语法错误(0x800A03EA)-->语法错误Microsoft VBScript语法错误(0x800A03EB)-->缺少 :Microsoft VBScript语法错误(0x800A03ED)-->缺少 (Microsoft VBScript语法错误(0x800A03E

2007-10-11 09:38:00 747

转载 ASP错误代码说明

错误代码 错误消息 说明 ASP0100 Out of memory 内存不足(不能分配要求的内存 ASP0101 Unexpected error 意外错误 ASP0102 Expecting string input 缺少字符串输入 ASP0103 Expecting numeric input 缺少数字输入 ASP0104 Opration not allowed 操作不允许 ASP0105

2007-10-11 09:33:00 1395

转载 40种网页常用小技巧(javascript)

1. oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键no 可用于Table2. 取消选取、防止复制3. onpaste="return false" 不准粘贴4. oncopy="return false;" oncut="return false;" 防止复制5. IE地址栏前换成自己的图标6. 可以在收藏夹中显示出你的图标

2007-10-11 09:32:00 401

转载 C#程序调用外部程序

    *  编程语言:Visual  Studio  .NET  C#  (Beta  2)*  作        者:迪泊威*  功      

2007-10-11 09:30:00 582

转载 MD5加密解密

using System;using System.Text;using System.IO;using System.Security.Cryptography;class Class1{ static void Main() {  Console.WriteLine("Encrypt String...");  txtKey = "tkGGRmBErvc=";//设置加密Key  btnK

2007-10-11 09:28:00 504

转载 C#实现的18位身份证格式验证算法

18位身份证标准在国家质量技术监督局于1999年7月1日实施的GB11643-1999《公民身份号码》中做了明确的规定。 GB11643-1999《公民身份号码》为GB11643-1989《社会保障号码》的修订版,其中指出将原标准名称"社会保障号码"更名为"公民身份号码",另外GB11643-1999《公民身份号码》从实施之日起代替GB11643-1989。GB11643-1999《公民身份号码》

2007-10-11 09:26:00 451

转载 C#读硬盘序列号的原代码

public class IDE { [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Ansi)] internal struct IDSECTOR { public ushort wGenConfig; public ushort wNumCyls; public ushort wReserved; public ushort wNumH

2007-10-11 09:25:00 692

原创 js 单击与双击事件

function c(obj,type){ obj.clicktype = type; if(window.timer){  window.clearTimeout(timer); } timer = window.setTimeout(doit,400);}function doit(){ alert(document.getElementById("test").clicktype);}

2006-12-22 11:23:00 2642 2

转载 媲美Flash的JS导航菜单

网页特效代码|JcwCn.Com|---媲美Flash的JS导航菜单.w1 { width: 538px;}.w2 { width: 100px;}.ztd { color: #202020;}.bg22 { color: #858585; height: 29px; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}.bg

2006-12-13 12:53:00 1064

转载 [效果]JS折叠菜单-prototype.lite.js

/*  Prototype JavaScript framework *  (c) 2005 Sam Stephenson [email protected]> *  Prototype is freely distributable under the terms of an MIT-style license. *  For details, see the Prototype web site: h

2006-12-13 12:46:00 3769

转载 [效果]JS折叠菜单-moo.fx.pack.js

/*moo.fx pack, effects extensions for moo.fx.by Valerio Proietti (http://mad4milk.net) MIT-style LICENSEfor more info visit (http://moofx.mad4milk.net).Friday, April 14, 2006v 1.2.4*///smooth scroll

2006-12-13 12:45:00 3475

转载 [效果]JS折叠菜单-moo.fx.js

/*moo.fx, simple effects library built with prototype.js (http://prototype.conio.net).by Valerio Proietti (http://mad4milk.net) MIT-style LICENSE.for more info (http://moofx.mad4milk.net).Sunday, Marc

2006-12-13 12:44:00 3805

转载 [效果]JS折叠菜单-使用方法

用法:1.添加JS库CODE:2.建立xhtml结构:CODE:    (1)这里放标题            (1)这里放内容        (2)这里放标题            (2)这里放内容    (3)这里放标题            (3)这里放内容    3.调用JS:CODE:    //定义contents 组数为所有将要显示的内容    var c

2006-12-13 12:42:00 4094 1

原创 js二级联动菜单

var Class = { Create:function(){  return function(){   this.initialize.apply(this,arguments);   }  } }function $(objId){ return document.getElementById(objId); } var Selector = Class.Create();Select

2006-12-11 11:47:00 1415

转载 .net 二级联动菜单

 实现两个dropdownlist的无刷新联动(分三步) 1. 做一个页面,里面有两个dropdownlist,并分别设置其id,其后加入下列脚本: function load(state)  {  var drp2 = document.getElementById("ddl2");  //for(i = drp2.options.length; i>= 0 ;i--)  //{  //drp

2006-12-11 09:34:00 1384

转载 Window.Open详解

 一、window.open()支持环境:JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters) 其中:pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号分隔) 三、示例: window.open (page.html

2006-12-04 11:36:00 753

原创 xml 动态添加删除表格

   var row;   var cell;   var img;   var tbody = filelist.childNodes[0];   var lengths,x,i=1;   var filename,fileid;   lengths=msg.length;   x=msg.substr(msg.lastIndexOf("|")+1,lengths-msg.lastIndexOf

2006-11-28 12:19:00 875

原创 几种调用WebService的方法

. 在JavaScript中调用WebService function PostRequestData(URL,data){ var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); xmlhttp.Open("POST",URL, false); xmlhttp.SetRequestHeader ("Content-Type","text/xm

2006-11-23 16:13:00 1176

原创 ASP调用.net webservice

url = ".asmx" 方法地址SoapRequest=""& _"http://www.w3.org/2001/XMLSchema-instance"&CHR(34)&" "& _"xmlns:xsd="&CHR(34)&"http://www.w3.org/2001/XMLSchema"&CHR(34)&" "& _"xmlns:soap="&CHR(34)&"http://sche

2006-11-20 10:29:00 853

原创 ASP部份常用函数

显示时间: DATA()系统日期 TIME()系统时间 NOW()当前系统精确时间 显示星期:WeekDay(Date) 返回 0 -- 6, 0 表示星期天, 6表示星期六 返回中文的话,用 WeekdayName(Weekday(Date))取得TD中的值TD内容document.getElementById("td1").innerText

2006-11-20 10:23:00 745

转载 无组件ASP文件上传源代码

转载自:[url]http://publishblog.blogchina.com/blog/tb.b?diaryID=4519492[/url]saveannounce_upload.asp 上传页 ------------------------------------ body {font-size:9pt;} input {font-size:9pt;} 文件上传 文件

2006-11-15 11:43:00 1816 2

转载 CSS属性列表

属性名称字体属性(Font)font-familyfont-stylefont-variantfont-weightfont-size颜色和背景属性ColorBackground-colorBackground-imageBackground-repeatBackground-attachmentBackground-position文本

2006-11-14 14:16:00 498

转载 [VBS]转换二进制数据为字符串常用办法

 至少有三种以上办法,可以把二进制数据(比如您从ASP的Request.BinaryRead方法得到的数据)转换为字符串。第一种:使用VBS的MultiByte 方法实例:Function SimpleBinaryToString(Binary) SimpleBinaryToString converts binary data (VT_UI1 | VT_ARRAY Or

2006-11-14 09:13:00 868

转载 ASP特殊字符过滤

Function ChkInvaildWord(Words)Const InvaildWords="select|update|delete|insert|@|--|," //需要过滤得字符以“|”隔开,最后结束的字符必须是|ChkInvaildWord=TrueInvaildWord=Split(InvaildWords,"|")inWords=LCase(Trim(Words))For i

2006-11-14 09:11:00 1263

转载 ASP字符串函数大全

Asc Asc函数提取字符串第一个字母的ANSI字符码。用法为:result = Asc(string)其中result是字符码,string是任意有效的字符串表达式。如果string为Empty,则产生一个实时错误。AscB AscB函数提取字符串的第一个字节。用法为:result = AscB(string)其中result是Byte字类,string是任意有效的字符串表达式。如果string

2006-11-14 09:10:00 1964

转载 JavaScript常用的正则表达式应用(ip,email,data,time)

script language="javascript">    var patterns = new Object();    //匹配ip地址    patterns.ip = /^(/d{1,2}|1/d/d|2[0-4]/d|25[0-5])(/.(/d{1,2}|1/d/d|2[0-4]/d|25[0-5])){3}$/;    //匹配邮件地址    patterns.email = 

2006-11-14 09:09:00 729

转载 asp/js函数收藏/代码/JScript[40条]/JS宝典

*******************************************************************检测是否是手机浏览*******************************************************************if instr(request.ServerVariables("HTTP_USER_AGENT"),"Mo

2006-11-14 09:07:00 759

原创 window.open的例子和使用方法以及参数说明

一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters) 其中:pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号分隔) 三、示例: window.open (page.html,ne

2006-11-14 09:05:00 659

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除