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

搜索资源列表

  1. ReflectUtil

    0下载:
  2. 反射工具类,提供close,run等方法,可以在释放一些资源时不抛出异常!-Reflective tools
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:911
    • 提供者:黄仕强
  1. SecurityUtil

    0下载:
  2. java加密算法工具类,集成了常用加密算法,包括MD5、SHA、DES、HMAC、Base64等-the java encryption algorithm tools, integration of commonly used encryption algorithms, including MD5, SHA, DES, HMAC, Base64
  3. 所属分类:Java Develop

    • 发布日期:2017-11-07
    • 文件大小:3473
    • 提供者:黄仕强
  1. ValidateUtil

    0下载:
  2. 验证工具类,集成常用的验证方法,包括邮件、电话、IP、日期等合法性验证!-Verification tool class, integrated commonly used authentication methods, including the verification of the legality of the mail, telephone, IP, date!
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:3576
    • 提供者:黄仕强
  1. Test

    0下载:
  2. 使用开源工具类库com.google.zxing,实现二维码的编解码-Use of open-source tool library com.google.zxing, two-dimensional code codec
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:770431
    • 提供者:sunyan
  1. TEAEncrypt

    0下载:
  2. TEA加密解密工具类,用于TCP、UDP传输时的TEA加密算法-The TEA encryption algorithms TEA encryption and decryption tools for TCP, UDP transmission
  3. 所属分类:Java Develop

    • 发布日期:2017-11-17
    • 文件大小:1850
    • 提供者:chenzheng
  1. com.aicomsoft.common.utils

    0下载:
  2. 个人这些年总结,实现的各种常用的java工具类,包括异常自定义,日志,文件操作,网络,加密,正则表达式,字符处理,时间处理,IO操作,JDBC,ZIP解压缩-Summarize in these years of the personal, to achieve a variety of commonly used java tools, including abnormal custom, log, file operations, network, encryption, regular e
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:36790272
    • 提供者:samir tan
  1. util

    0下载:
  2. Flazr是RTMP协议的一个Java实现,这个项目提供了一个流媒体服务器和相关的工具类. flazr源码 -flazr source
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:5404
    • 提供者:hiroshima
  1. TipsTJFX

    0下载:
  2. android 平台下封装好的柱状图和折线图 工具类 可直接传数据源使用-good package under the android platform tools bar charts and line charts can directly pass the data source
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:447077
    • 提供者:贾朝阳
  1. DateUtil

    0下载:
  2. 日期工具类,提供日期到字符串,字符串到日期的格式化转换-Date tools, provide the date to a string, the string-to-date formatting conversion
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-27
    • 文件大小:9560
    • 提供者:dengliliang
  1. DesTool

    0下载:
  2. java加解密工具类,直接解压后放入所需项目-java encryption and decryption tools
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-21
    • 文件大小:1515679
    • 提供者:张三
  1. sqlHelper

    0下载:
  2. 这个是用java写的 数据库操作的工具类 -This is written in java database operations tools
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:2143
    • 提供者:蔡先杰
  1. src

    0下载:
  2. src算法工具类,用来进行SRC算法的加密和解密。-SRC algorithm tool class, and used for the encryption and decryption of the SRC algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:1404060
    • 提供者:秦忠义
  1. PageModel

    0下载:
  2. 分页工具类,封装了结果集(使用泛型),查询记录数,第几页,每页多少条记录,总页数,上下首末页属性和方法。-Pagination tools, encapsulates the result set (using Generics) to query the number of records, the first few pages, the number of records per page, total pages, up and down the end of the first pag
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-04
    • 文件大小:613
    • 提供者:vassili
  1. java34899335

    0下载:
  2. 获取网站监控信息工具类 监控网站性能故障信息 -http/https ping cpu ROM UsePercent DNS Tomcat MySQL
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:1170560
    • 提供者:taoyq
  1. HttpUtil

    0下载:
  2. 这是一个Android想网页提交数据的工具类,把向网页提交的数据封装,方便大家学习-This is an Android pages submit data tools, data package submitted to the Web to facilitate learning
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:1175
    • 提供者:孤影
  1. java-Generic-tools

    0下载:
  2. 包含获得各种集合对象的常用方法的泛型工具类。如果要获得一个 {@code Map<String, String>} 的对象,可以通过下面的方式实现: * {@literal Map<String, String> map = GenericUtils.getMap() }。但是不能直接作为参数使用,例如有这样一个方法: * {@literal setInfo(Map<String, String>)},不能直接这样调用:<s> * &l
  3. 所属分类:Java Develop

    • 发布日期:2017-11-06
    • 文件大小:1816
    • 提供者:final
  1. MakeHtml

    0下载:
  2. 代码生成静态页面工具类、超稳定。 生成静态第三级页面,第三级页面包含标题、内容、发布人-The code to generate static pages tools, ultra-stable
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:1523062
    • 提供者:神鬼传奇
  1. JavaDemo

    0下载:
  2. Java后台备份mysql数据库工具类,用于B/S项目的mysql数据库备份功能。-Java background backup mysql database tools, mysql database backup feature for the B/S project.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-17
    • 文件大小:3992
    • 提供者:黄金野牛
  1. MulThreadDownload

    0下载:
  2. android使用的多线程下载工具类,里面可以替换链接,来进行测试。-mul thread download.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:2013
    • 提供者:江涛
  1. high-scale-lib-v1.1.2

    0下载:
  2. 该项目包含一组并发和高可伸缩性的工具类,可用于直接替换 java.util.* 或者是 java.util.concurrent.* 集合包,在多 CPU 环境下提供更好的性能。-The project includes a set of concurrency and high scalability tools can be used to directly replace java.util.* Or the java.util.concurrent.* Collection packag
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:1657336
    • 提供者:gpudn31
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »
搜珍网 www.dssz.com