- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/xuan698400/xutils
- 软件文档: https://github.com/xuan698400/xutils
- 官方下载: https://github.com/xuan698400/xutils
软件介绍
背景
作为一个Java开发者,在开发的过程中,总有一些代码是经常要用到的。有些可能是一些第三方JAR,但是总有一部分是我们自己造的轮子,而且自己造的用起来也比较顺畅,这个工具类就是这么而来的,也算是自己的一个积累,开源出来,有码同享嘛。
原则
不依赖任何第三方JAR。就是这么任性,不想受到别人的牵制。
功能说明
Cache模块
实现了一套本地缓存。
concurrent模块
对JDK自带的任务调度API进行了简单的封装。
jdbc模块
主要是对SQL语法串的拼接操作等封装。
utils模块
这部分最有用个人觉得,里面是一些常用的工具类,每个工具类差不多都很独立,可以单独copy出来使用。
Introduction to the Design and Analysis of Algorithms
Anany Levitin / Addison Wesley / 2011-10-10 / USD 117.00
Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, Introduction to the Design and Analysis of Algorithms presents the subject in a coherent a......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!
