搜索资源列表

  1. URLEncode.zip

    1下载:
  2. URL编码解码
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-27
    • 文件大小:42279
    • 提供者:
  1. JSUrlcode

    0下载:
  2. 用Javascr ipt实现UrlEncode和UrlDecode功能
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1352
    • 提供者:vcqq
  1. urlEncode

    1下载:
  2. 用C语言与网页通迅的时候,难免会有进行编码的,此函数可以对GB2312转换成Unicode,然后再进行UTF8的页面编码,生成网页的%EB等格式
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1431
    • 提供者:huangyifang
  1. URLEncode

    1下载:
  2. URLEncode编码和解码的源代码.非常简单.拿去就可以用了.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2222
    • 提供者:阿票
  1. URLEncode

    0下载:
  2. URL编码解码-URL codec
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-27
    • 文件大小:41984
    • 提供者:站长
  1. myURLEncode

    0下载:
  2. 对输入的url地址进行编码的一个实例。主要是熟悉如何对url进行处理。-of input url address of a code examples. How is familiar with the url address.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:34816
    • 提供者:dulcet
  1. URLEncoder

    0下载:
  2. 加密URL 对URL进行编码 就像baidu google一样-URL encryption coding on a URL like engines like Google
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:lehorla
  1. JSUrlcode

    0下载:
  2. 用Javascr ipt实现UrlEncode和UrlDecode功能-Used Javascr ipt realize urlencode and urldecode functions
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:vcqq
  1. urlEncode

    0下载:
  2. 用C语言与网页通迅的时候,难免会有进行编码的,此函数可以对GB2312转换成Unicode,然后再进行UTF8的页面编码,生成网页的%EB等格式
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:huangyifang
  1. URLEncode

    0下载:
  2. URLEncode编码和解码的源代码.非常简单.拿去就可以用了.-Urlencode encoding and decoding of the source code. Is very simple. Can be used instead.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-27
    • 文件大小:2048
    • 提供者:阿票
  1. UCenterApi

    0下载:
  2. 开发环境vs2005,仅实现了用户注册(uc_user_register)、登录(uc_user_login)和密码修改(uc_user_edit) ,权当抛砖引玉之用 修正了urlencode导致中文用户名乱码问题-Development environment vs2005, only the realization of the user registration (uc_user_register), log (uc_use
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-27
    • 文件大小:25600
    • 提供者:yueyee
  1. urlencode

    0下载:
  2. 因为在编写一个应用程序中需要访问网页,URL中带中文,发现在后台保存到数据库中的数据是乱码。原来是API函数 InternetCanonicalizeUrl[]并不支持中文的编码,花了大量时间亦找不到合用的API函数,回头一想,自己写个函数比上网找更快,就动手写了这个类CUrlEncodeUnicode。此源程序经精心设计,运行速度非常高,可胜任于高性能应用场合。-Since in the preparation of an appli
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-27
    • 文件大小:9216
    • 提供者:林枫
  1. urlencode

    0下载:
  2. 因为在编写一个应用程序中需要访问网页,URL中带中文,发现在后台保存到数据库中的数据是乱码。原来是API函数 InternetCanonicalizeUrl()并不支持中文的编码,花了大量时间亦找不到合用的API函数,回头一想,自己写个函数比上网找更快,就动手写了这个类CUrlEncodeUnicode。此源程序经精心设计,运行速度非常高,可胜任于高性能应用场合。 --pclion-Since in the preparati
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-27
    • 文件大小:7168
    • 提供者:pclion
  1. tools

    0下载:
  2. 1 - base64 decode 2 - url encode 3 - url decode 4 - md5 hash 5 - random str 6 - sha1 hash 7 - DES hash 8 - CRC32 9 - rot13 encode 10 - ASCII -> bin 11 - ASCII -> dec 12 - ASCII -> hex 13
  3. 所属分类:WEB源码

    • 发布日期:2024-05-27
    • 文件大小:4096
    • 提供者:Ihar
  1. 2

    0下载:
  2. 本文的目的是设计一个完成URL编码的C++类。在我曾经的项目中,我需要从VC++ 6.0应用程序中POST数据,而这些数据需要进行URL编码。我在MSDN中查找能根据提供的字符串生成URL编码的相关类或API,但我没有找到,因此我必须设计一个自己的URLEncode C++类。-The purpose of this paper is to design a complete URL-encoded C++ classes. I hav
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:31744
    • 提供者:mxb
  1. urlencode

    0下载:
  2. 用asp对url进行编码,解码,功能很强大啊!-Asp on the url used to encode and decode functions are powerful ah!
  3. 所属分类:Web服务器

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:李源
  1. urlencode

    0下载:
  2. 自己编写的URL编码,能将汉字转换成url编码。浏览带有汉字的网页。-URL编码
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-27
    • 文件大小:31744
    • 提供者:云开
  1. URL_encode

    0下载:
  2. vc++中urlencode与urldecode的实现,在vc++中如果使用GET,非ascii字符必须通过这个以避免丢失。-urlencode and urldecode implementation, in vc++ If you use the GET, non-ascii characters must pass this in order to avoid loss.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-27
    • 文件大小:29696
    • 提供者:
  1. UrlEncode

    0下载:
  2. Url Encode sample of commonly used in http request
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-27
    • 文件大小:34816
    • 提供者:沈哲福
  1. testurldecode

    0下载:
  2. urlEncode的代码实现,非常有用哦-urlEncode s code,it s very nice
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:2427904
    • 提供者:陈伟山
« 12 »

源码中国 www.ymcn.org