搜索资源列表
URLEncode.zip
- URL编码解码
JSUrlcode
- 用Javascr ipt实现UrlEncode和UrlDecode功能
urlEncode
- 用C语言与网页通迅的时候,难免会有进行编码的,此函数可以对GB2312转换成Unicode,然后再进行UTF8的页面编码,生成网页的%EB等格式
URLEncode
- URLEncode编码和解码的源代码.非常简单.拿去就可以用了.
UCenterApi
- 开发环境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_user_login) and password modifica
URL_encode
- 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.
urlencode
- 因为在编写一个应用程序中需要访问网页,URL中带中文,发现在后台保存到数据库中的数据是乱码。原来是API函数 InternetCanonicalizeUrl()并不支持中文的编码,花了大量时间亦找不到合用的API函数,回头一想,自己写个函数比上网找更快,就动手写了这个类CUrlEncodeUnicode。此源程序经精心设计,运行速度非常高,可胜任于高性能应用场合。 --pclion-Since in the preparation of applications required a
URLEncode
- URL编码解码-URL codec
urlencode
- 因为在编写一个应用程序中需要访问网页,URL中带中文,发现在后台保存到数据库中的数据是乱码。原来是API函数 InternetCanonicalizeUrl[]并不支持中文的编码,花了大量时间亦找不到合用的API函数,回头一想,自己写个函数比上网找更快,就动手写了这个类CUrlEncodeUnicode。此源程序经精心设计,运行速度非常高,可胜任于高性能应用场合。-Since in the preparation of an application need to access the page
完成URL编码的C++类
- 本文的目的是设计一个完成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 have a project, I need VC++ 6.0 a
tools
- 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 - ASCII -> char() 14 - AS
urlencode
- 用asp对url进行编码,解码,功能很强大啊!-Asp on the url used to encode and decode functions are powerful ah!
urlencode
- 自己编写的URL编码,能将汉字转换成url编码。浏览带有汉字的网页。-URL编码
UrlEncode
- Url Encode sample of commonly used in http request
testurldecode
- urlEncode的代码实现,非常有用哦-urlEncode s code,it s very nice
UrlEncode
- 自己编写的一个小程序,可以解析IE地址栏信息,非常实用-I have written a small program that can parse the IE address bar, very practical
CPP_lib_SRC
- 些舍不得格式化的代码,分享给大家. 一、C++、C内存池、内存泄漏调试的实现 二、Windows、Linux双平台线程池的实现. 三、一些标准编码的封装类实现. _base64Encode.h _urlEncode.h _utf8Encode.h base32Encode.cpp base32Encode.h base64Encode.cpp base64Encode.h crc32Encode.cpp crc32Encode.h url
urlendecode
- url编码解码,用c语言实现了PHP语言中的两个函数urlencode和urldecode-encode and decode of URL
urlencode
- http协议的GET请求对于url中不可见字符的编码,遵循rfc1738-GET http protocol requests for url encoded characters are not visible, follow rfc1738
URLEncode
- url字符串编码格式转换,输入cstring 字符串,转换为url格式cstring输出,用于HTTP通信-URL string encoding format, CString input string, converted to URL format CString output for HTTP communication