当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: Public Class JSDecoder =========
 

 

 ·xml schema学习(二)     »显示摘要«
    摘要:三、xml schema数据类型 xml schema提供了一组丰富的内置数据类型,用于定义元素中允许的类型。下面将介绍一些完全符合c#标准的通用类型。 1、基本数据类型 基本数据类型是在xml schema中使用的每种数据类型的最基本构成块。可以根据这些类型构造自定义的类型。这些类型包括: boolean 可以是1(true)或者0(false)。datetime 表示时间的部分可选,格式:cc......
 ·关于创建快捷方式的小结     »显示摘要«
    摘要:因为要用到这方面的东东,所以小结了一下,如下:/// <summary> /// 创建文件的快捷方式(虚拟路径) /// </summary> /// <param name="path">目标位置</param> /// <param name="targetpath">目标</param&......


(原创)解密JScript.Encode加密过的脚本

public class jsdecoder    =============js脚本的解密类===========    说明: 此类用来解密jscript.encode加密过的脚本代码!    作者: 哇哇鱼    版本: vb.net版    日期: 2005年3月21日 注释: 此类是参考"李辉煌"的javascript(asp)解密脚本代码而编写.    ======================================    private const state_copy_input = 100    private const state_readlen = 101    private const state_decode = 102    private const state_unescape = 103

    public sub new()        initarraydata()    end sub 【程序编程相关:实现ListView控件的行间隔颜色的优

    private pick_encoding, rawdata as integer()    private transformed(2, 287), digits(122) as integer 【推荐阅读:C#中比较两个值型一维数组变量是否值相等

    private sub initarraydata()        dim i, j as integer        pick_encoding = new integer() { _        1, 2, 0, 1, 2, 0, 2, 0, 0, 2, 0, 2, 1, 0, 2, 0, _        1, 0, 2, 0, 1, 1, 2, 0, 0, 2, 1, 0, 2, 0, 0, 2, _        1, 1, 0, 2, 0, 2, 0, 1, 0, 1, 1, 2, 0, 1, 0, 2, _        1, 0, 2, 0, 1, 1, 2, 0, 0, 1, 1, 2, 0, 1, 0, 2 _        }


...   下一页
    摘要:手工发送http请求主要是调用system.net的httpwebresponse方法手工发送http的get请求: string strurl = "http://localhost/play/ch1/service1.asmx/dosearch?keyword="; strurl +=this.textbox1.text; system.net.httpwebrequest......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE