Base64 encode and decode
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/base64-encode-and-decode
软件介绍
After encode by this script, you can decode it with PHP, and vice versa.
Support Unicode library.
This code was collected from the network, I just rewrite it as the plugin of jQuery, the copyright belongs to original work(s).
Usage
Whether or not to use UNICODE library:$.base64.is_unicode = false/true;
Encode:$.base64.encode('$.base64');
Decode:$.base64.decode('JC5iYXNlNjQ=');
Demo
http://www.hpyer.cn/codes/jquery-plugin-base64-encode-and-decode
Spring in Action
Craig Walls / Manning Publications / 2011-6-29 / USD 49.99
Spring in Action, Third Edition has been completely revised to reflect the latest features, tools, practices Spring offers to java developers. It begins by introducing the core concepts of Spring and......一起来看看 《Spring in Action》 这本书的介绍吧!
