CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - base64

搜索资源列表

  1. java base64的加密算法

    0下载:
  2. java base64的加密算法
  3. 所属分类:JSP源码/Java

    • 发布日期:2011-11-24
    • 文件大小:4797
    • 提供者:99674169@qq.com
  1. 如何用asp进行base64加密

    0下载:
  2. 如何用asp进行base64加密
  3. 所属分类:ASP源码

    • 发布日期:2011-11-24
    • 文件大小:4312
    • 提供者:99674169@qq.com
  1. javabase64-1.3.1

    0下载:
  2. Java Base64编码库使您的Java应用程序进行编码和解码的Base64字符串和流。-The Java Base64 library enables your Java application to encode and decode base64 strings and streams.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:65636
    • 提供者:menghongbing
  1. mail

    0下载:
  2. 一个学习程序,利用javamail 发送邮件。接受邮件。base64编码。-A learning process, using JavaMail to send mail. Accept e-mail. base64 encoding.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:65847
    • 提供者:吴利斌
  1. Base64Util

    0下载:
  2. base64 encoding util
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-12
    • 文件大小:1738
    • 提供者:watermelon
  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 - ASCII -> char() 14 - AS
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:4533
    • 提供者:Ihar
  1. base64

    0下载:
  2. base64加密,解密以及所有讲解-base64
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3735
    • 提供者:何伟民
  1. Base64-v2.3.7

    0下载:
  2. This is a Public Domain Java class providing very fast Base64 encoding and decoding in the form of convenience methods and input/output streams. HTML documentation included.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:50473
    • 提供者:lsnyder
  1. Base64

    0下载:
  2. Java实现的base64编码,Eclipse开发-Java implementation of the base64 encoding, Eclipse Development
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4028
    • 提供者:王懿
  1. Base64

    0下载:
  2. Java Base64 代码,完整的base64的各种处理功能。-Java Base64 code, complete the various processing base64.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:9349
    • 提供者:marshu
  1. base64

    0下载:
  2. javascr ipt base64转图片-javascr ipt base64 transfer pictures
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:6048
    • 提供者:liyuhui
  1. Base64

    0下载:
  2. Base64 encoding scr ipt (ASP, .Net)
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-07
    • 文件大小:874
    • 提供者:Santana
  1. Base64

    0下载:
  2. java实现Base64的解码与编码,提供了两个函数,含有注释-java implementation Base64 decoding and encoding, provides two functions, with comments
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:863
    • 提供者:Troy
  1. Base64

    0下载:
  2. AS3 base64,用于将ByteArray转换字符串-AS3 base64
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-13
    • 文件大小:1960
    • 提供者:欧阳
  1. Base64

    0下载:
  2. Base64解码过程,用到了GUI界面,同时解码适合于把已经编码过的文件解码成图片-Base64 decoding process, use the GUI interface simultaneously decode decode the encoded file into a picture suitable for
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:18628
    • 提供者:HJ
  1. Base64

    0下载:
  2. Base64编码转换类,提供双向转换方法。-Base64 convert code
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:4446
    • 提供者:baoshengyin
  1. Base64

    0下载:
  2. 经过测试的,J2ME用的base64编码工具类。-The Base64 class for j2ME
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-03-07
    • 文件大小:1174
    • 提供者:Johnny
  1. Base64

    0下载:
  2. Base64是一种基于64个可打印字符来表示二进制数据的表示方法-failed to translate
  3. 所属分类:JavaScript

    • 发布日期:2017-12-01
    • 文件大小:3774
    • 提供者:andre guo
  1. Base64

    0下载:
  2. Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。再次运用java语言实现加密/解密、base64与图片互相转化。(Base64 is one of the most common coding methods used to transmit 8Bit byte code on the network. We can check RFC2045 ~
  3. 所属分类:Java编程

    • 发布日期:2017-12-11
    • 文件大小:2461
    • 提供者:武林至尊
  1. base64

    0下载:
  2. javascr ipt 的base64 编码方案(javascr ipt base64 encode for web development)
  3. 所属分类:WEB开发

    • 发布日期:2017-12-13
    • 文件大小:37084
    • 提供者:wangz
« 12 3 4 5 »
搜珍网 www.dssz.com