搜索资源列表
URLEncode.zip
- URL编码解码
C语言实用源码模块
- URL编码转换器,捕捉鼠标位置,获取本机IP地址代码,控制显示器代码,搜索指定文件,锁定鼠标,添加任务计划代码-URL encoding converter, capturing the mouse position, the access code for IP address, control display code, search the specified file, locking the mouse, add the mission planning code, etc.
URLEncoding
- URL编码 如“exit”编码为“%65%78%69%74”
urlcode
- HTTP:URL编码解码-A codec for URL encoding and decoding.
JS代码_JS实现URL编码转换中文
- JS代码_JS实现URL编码转换中文
urlencode
- 因为在编写一个应用程序中需要访问网页,URL中带中文,发现在后台保存到数据库中的数据是乱码。原来是API函数 InternetCanonicalizeUrl()并不支持中文的编码,花了大量时间亦找不到合用的API函数,回头一想,自己写个函数比上网找更快,就动手写了这个类CUrlEncodeUnicode。此源程序经精心设计,运行速度非常高,可胜任于高性能应用场合。 --pclion-Since in the preparation of applications required a
URLEncode
- URL编码解码-URL codec
完成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
EST-Evilhsu
- 系统锁定功能为单独软件被认为是病毒(应该是对软件加壳进行报警),部分杀毒软件会认为blackskylock.bin是病毒。 软件功能: 1.系统信息获取 2.文件信息获取 3.系统进程管理 4.系统服务管理 5.系统驱动管理 6.硬盘信息获取 7.注册表启动项管理 8.终端服务(3389)端口修改 9.MD5算法加密模块 10.BASE64算法加密解密模块 11.URL编码功能和十六进制转换功能 12.文件压缩模块(Dwing的算法)
URL
- URL编码解码器,简单的将加密的URL解密-URL codec, simple to decrypt encrypted URL
CodeChange
- 编码转换,u编码,html编码,utf8-GB,URL编码-code translation
utf8
- VB6中实现UTF-8编码解码的源代码程序。最常见的UTF-8应用,在搜索引擎搜索连接URL编码。-UTF-8 encoding and decoding of the source code program.
URLDecEnc
- URL 加解码工具 例如:http://www.pudn.com/a.b_jsp?id=2324 URL编码后为 http 3A//www.pudn.com/a.b_jsp 3Fid 3D2324 -URL Encoder/Decoder Example: http://www.pudn.com/ is Encoded as http 3A//www.pudn.com/a.b_jsp 3Fid 3D2324
urlencode
- 自己编写的URL编码,能将汉字转换成url编码。浏览带有汉字的网页。-URL编码
URL
- URL编码解码 可以解码url编码,或进行url文本的编码-URL encoding and decoding
fghjyy
- URL编码解码模块,很不错的易语言模块,易爱好者可以下载使用-URL encoding and decoding modules, very good and easy language modules, fans can download the easy to use
TestUrlCode
- 对字符串进行 URL编码解码,有些程序比如关于internet 客户端程序或者是 跟WEB页面交互的程序需要将字符串进行URL编码然后才能发送等,可以用此程序里的相关函数进行封装。-In a URL coding and decoding, some programs such as Internet client program or with WEB page is interactive program need to will character string coding and th
15
- 拿下google--URL编码,很不错的易语言源码,适合易语言爱好者学习。-Won google- URL encoding, very good and easy language source code for easy language enthusiasts to learn.
Avkan-source
- 服务器环境要求: win2003 + .net Framework 3.5 + sql server 2005 1.使用Url重写实现伪静态功能。 2.支持批量导入,自动生成缩略图,大图和原始图。 3.批量导入请将图片上传到Images/Pending目录下。 4.需要在IIS设置将page后缀映射到asp.net处理程序。 5.图片浏览支持放大镜功能。 6.支持自助添加友情链接功能。 7.支持首页自定义推荐功能。 8.首页标签云随机调用。 9.相册
URL编码转换
- 自动转换URL编码,可用于网页自动浏览机器人,静默浏览执行。