All Projects → SeanDragon → Protools

SeanDragon / Protools

Licence: apache-2.0
历经开发周期两年,并且应用过千万级别项目的工具箱

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Protools

Xxl Tool
a series of tools that make Java development more efficient.(Java工具类库XXL-TOOL)
Stars: ✭ 311 (-53.09%)
Mutual labels:  util, tool
Androidtools
Android开发工具类库.Toolkit of Android development, make your app developing easier!
Stars: ✭ 67 (-89.89%)
Mutual labels:  util, tool
Utils Everywhere
整理并收集各种常用的覆盖面广的工具类
Stars: ✭ 329 (-50.38%)
Mutual labels:  util, tool
gateway
API proxy gateway base on netty and okHttp.
Stars: ✭ 21 (-96.83%)
Mutual labels:  netty, okhttp
Hutool
🍬A set of tools that keep Java sweet.
Stars: ✭ 21,386 (+3125.64%)
Mutual labels:  util, tool
Seqkit
A cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang
Stars: ✭ 607 (-8.45%)
Mutual labels:  tool
Brpc Java
Java implementation for Baidu RPC, multi-protocol & high performance RPC.
Stars: ✭ 647 (-2.41%)
Mutual labels:  netty
Tools
Tools Online
Stars: ✭ 601 (-9.35%)
Mutual labels:  tool
Netty Socketio
Socket.IO server implemented on Java. Realtime java framework
Stars: ✭ 5,565 (+739.37%)
Mutual labels:  netty
Kin
Simple PBXProj Verifier
Stars: ✭ 660 (-0.45%)
Mutual labels:  tool
Lambdacd
a library to define a continuous delivery pipeline in code
Stars: ✭ 655 (-1.21%)
Mutual labels:  tool
Pasteex
📋 Paste As File 把剪贴板的内容直接粘贴为文件
Stars: ✭ 634 (-4.37%)
Mutual labels:  tool
Quick Media
media(audio/image/qrcode/markdown/html/svg) support web service (多媒体编辑服务, 酷炫二维码, 音频, 图片, svg, markdown, html渲染服务支持)
Stars: ✭ 612 (-7.69%)
Mutual labels:  date
Retrofitcache
RetrofitCache让retrofit2+okhttp3+rxjava配置缓存如此简单。通过注解配置,可以针对每一个接口灵活配置缓存策略;同时让每一个接口方便支持数据模拟,可以代码减小侵入性,模拟数据可以从内存,Assets,url轻松获取。
Stars: ✭ 647 (-2.41%)
Mutual labels:  okhttp
Jforgame
jforgame是一个一站式游戏服务器开发框架。包含游戏服,跨服,匹配服,后台管理系统等模块。同时提供大量业务案例以供学习。
Stars: ✭ 601 (-9.35%)
Mutual labels:  netty
Servicetalk
A networking framework that evolves with your application
Stars: ✭ 656 (-1.06%)
Mutual labels:  netty
Aosf
AOSF:全称为Android Open Source Framework,即Android优秀开源框架汇总。包含:网络请求okhttp,图片下载glide,数据库greenDAO,链式框架RxJava,组件路由ARouter,消息传递通信EventBus,热更新Tinker,插件化框架Replugin,文件下载FileDownloaer,图片选择PhotoPicker,图片滤镜/毛玻璃等特效处理,GIF图片展示控件,图片九宫格控件NineGridView,对话框Dialog,导航指示器ViewpagerIndicator,进度条ProgressWheel,下拉刷新SmartRefreshLayout,key-value高效数据存储MMKV等,应有尽有。
Stars: ✭ 601 (-9.35%)
Mutual labels:  okhttp
Pdfgenerator
A simple generator of PDF written in Swift.
Stars: ✭ 629 (-5.13%)
Mutual labels:  tool
Capslock Plus
An efficiency tool that provides various functions by enhancing the Caps Lock key into a modifier key.
Stars: ✭ 650 (-1.96%)
Mutual labels:  tool
Search Deflector
A small program that forwards searches from Cortana to your preferred browser and search engine.
Stars: ✭ 620 (-6.49%)
Mutual labels:  tool

protools

Build Status License JDK 1.8

GitHub Forks GitHub Watchers

Stargazers Over Time

历经开发周期两年,并且应用过千万级别项目的工具箱

大家如果想使用可以先执行 mvn clean install 即可在本地的其他 maven 项目中使用

开发计划

  • 使用阿里的规范手册整理规范所有代码
  • 将当时临时添加或欠缺考虑的命名或方法进行优化
  • 将maven私人仓库转移到中心仓库
  • 即将进行大升级,Gradle + java module

目录

common

  • 数据的处理
  • 文件的处理
  • script 引擎的封装
  • 系统方面查询的封装
  • 日期对象的封装DatePlus
  • 数值对象的封装Decimal

http

  • 统一发送对象为HttpSend
  • 统一接收对象为HttpReceive
  • 三个版本的 http 客户端(Jdk、Netty 和 OkHttp)

mail

  • 封装 JavaMail,并采用了队列等方法提高性能,并简化了发送过程

security

  • 封装了 jdk 和 bouncycastle 中几十种常见加密方式

all

  • 如果需要使用上述多个模块,可以导入all模块以使用所有模块
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].