Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.71 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.71 KB

javamod

english

Involves string, time, number, swing, javafx, proxy server, http client, file, compression, encryption and decryption, encoding and decoding, database, xml/json, functional programming, list/map, thread pool/multithreading Utilities library for programming, serialization and deserialization, etc.

The role of each package:

  • code - encoding and decoding
  • crypt - encrypt and decrypt
  • Data list/map and other related java basic data manipulation tool library
  • db - provides an ORM database operation framework based on anima's sql generation
  • function - Functional programming related functions
  • io - Local file read/write/compress/decompress related functions
  • net -http programming and proxyServer
  • reflect - functions related to common reflection operations
  • shell - system utility and translation api
  • swing - swingGui programming related tools
  • thread - thread pool/time pool, multi-thread synchronization related tools

中文

涉及字符串、时间、数字、swing、javafx、代理服务器、http客户端、文件、压缩、加解密、编解码、数据库、xml/json、函数式编程、list/map、线程池/多线程编程 , 序列化和反序列化等的实用工具库. 各个包的作用:

  • code -编码解码
  • crypt -加密解密
  • data list/map等相关的java基本数据操作工具库
  • db - 提供了一个基于anima的sql生成的ORM数据库操作框架
  • function - 函数式编程相关的功能
  • io - 本地文件读写/压缩解压缩相关功能
  • net -http编程以及proxyServer
  • reflect -常用反射操作相关的函数
  • shell -系统实用的工具和翻译api
  • swing - swingGui编程相关工具
  • thread - 线程池/时间池,多线程同步相关的工具