110 个 Java 主流组件和框架整理,常用的应有尽有,建议收藏!!

以下排序是按照从技术组件开发框架代码工具

WEB 容器

Tomcat

        https://tomcat.apache.org/

Jetty

        https://www.jetty.com/

JBoss

        https://www.jboss.org/

Resin

        https://caucho.com/products/resin

数据库

H2

        https://h2database.com/

SQLite

        https://www.sqlite.org/

MySQL

        https://www.mysql.com/

Oracle

        https://www.oracle.com/index.html

SQL Server

        https://www.microsoft.com/en-us/sql-server/sql-server-downloads

PostgreSQL

        https://www.postgresql.org/

MariaDB

        https://mariadb.org/

缓存

Redis

        https://redis.io/

Memcached

        https://memcached.org/

消息队列

Kafka

        https://kafka.apache.org/

RocketMQ

        https://rocketmq.apache.org/

Pulsar

        https://pulsar.apache.org/

RabbitMQ

        https://www.rabbitmq.com/

负载均衡

LVS

        http://www.linuxvirtualserver.org/

NGINX

        https://www.nginx.com/

分布式存储

Ceph

        https://docs.ceph.com/

HDFS

        https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html

数据库集群

MHA

        https://github.com/yoshinorim/mha4mysql-manager

分布式协调

ZooKeeper

        https://zookeeper.apache.org/

大数据相关

Storm

        https://storm.apache.org/

Flink

        https://flink.apache.org/

Spark

        https://spark.apache.org/

HBase

        https://hbase.apache.org/

Flink

        https://flink.apache.org/

ClickHouse

        https://clickhouse.com/

Doris

        https://doris.apache.org/

日志收集与分析

Filebeat

        https://www.elastic.co/beats/filebeat

Logstash

        https://www.elastic.co/logstash/

Kibana

        https://www.elastic.co/kibana

搜索

Elasticsearch

        https://www.elastic.co/

系统监控

SkyWalking

        https://skywalking.apache.org/

zipkin

        https://zipkin.io/

分库分表

ShardingSphere

        https://shardingsphere.apache.org/

Mycat2

        http://mycatone.top/

微服务

Spring Cloud

        https://spring.io/projects/spring-cloud

RPC 框架

Dubbo

        https://github.com/apache/dubbo

gRPC

        https://github.com/grpc/grpc-java

网络框架

Netty

        https://netty.io/

MVC 框架

Spring Framework

        https://spring.io/projects/spring-framework

Spring Boot

        https://spring.io/projects/spring-boot

Spring Boot 基础就不介绍了,推荐看这个免费教程:

https://github.com/javastacks/spring-boot-best-practice

数据层框架

MyBatis

        https://github.com/mybatis/mybatis-3

MyBatis-Plus

        https://github.com/baomidou/mybatis-plus

Hibernate

        http://hibernate.org/orm/

数据库连接池

HikariCP

        https://github.com/brettwooldridge/HikariCP

Druid

        https://github.com/alibaba/druid

Redis 客户端

Jedis

        https://github.com/xetorthio/jedis

Redisson

        https://github.com/redisson/redisson

Redis 系列教程:https://www.javastack.cn/database/redis/

Rest 接口设计与开发

Swagger

        https://swagger.io/

数据参数校验

Hibernate Validator

        https://hibernate.org/validator/

安全相关

Shiro

        https://shiro.apache.org/

Bouncy Castle

        https://www.bouncycastle.org/java.html

jjwt

        https://github.com/jwtk/jjwt

Reactive 编程

Akka

        https://akka.io/

RxJava

        https://github.com/ReactiveX/RxJava

vert.x

        https://vertx.io/

单元测试

JUnit

        https://junit.org/junit5/

测试辅助

JMockit

        http://jmockit.github.io/

Mockito

        https://github.com/mockito/mockito

JMeter

        http://jmeter.apache.org/

Selenium

        https://www.selenium.dev/

日志记录

Log4j2

        https://logging.apache.org/log4j/

Logback

        http://logback.qos.ch/

SLF4J

        http://www.slf4j.org/

代码质量检查

Checkstyle

        https://github.com/checkstyle/checkstyle

Spotbugs

        https://github.com/spotbugs/spotbugs

代码生成

Lombok

        https://projectlombok.org/

领域语言定制

ANTLR

        https://www.antlr.org/

配置文件解析

config

        https://github.com/lightbend/config

序列化格式

Avro

        https://avro.apache.org/

Thrift

        https://thrift.apache.org/

Protobuf

        https://github.com/protocolbuffers/protobuf

模板引擎

Freemarker

        https://freemarker.apache.org/

Thymeleaf

        https://www.thymeleaf.org/

Office 文档处理

POI

        https://poi.apache.org/

PDF 处理

iText

        https://itextpdf.com/en

Apache PDFBox

        https://pdfbox.apache.org/

高性能队列

Disruptor

        https://lmax-exchange.github.io/disruptor/

HTTP 客户端

Async Http Client

        https://github.com/AsyncHttpClient/async-http-client

Feign

        https://github.com/OpenFeign/feign

Retrofit

        https://square.github.io/retrofit/

二维码解析

ZXing

        https://github.com/zxing/zxing

定时任务调度

Quartz

        https://github.com/quartz-scheduler/quartz

JSON 解析

Gson

        https://github.com/google/gson

Jackson

        https://github.com/FasterXML/jackson

fastjson

        https://github.com/alibaba/fastjson

分布式事务

Seata

        https://github.com/seata/seata

属性映射

MapStruct

        https://github.com/mapstruct/mapstruct

本地缓存

Ehcache

        http://www.ehcache.org/

Caffeine

        https://github.com/ben-manes/caffeine

系统排错与调优

JMH

        http://openjdk.java.net/projects/code-tools/jmh/

Arthas

        https://github.com/alibaba/arthas

命令行参数解析

JCommander

        http://jcommander.org/

计算机视觉

JavaCV

        https://github.com/bytedeco/javacv

工具集合

Guava

        https://github.com/google/guava

Hutool

        https://hutool.cn/

构建工具

Maven

        https://maven.apache.org/

Gradle

        https://gradle.org/

Bazel

        https://bazel.build/

本地系统开发

JNA

        https://github.com/java-native-access/jna

JVM

Adopt Open JDK

        https://adoptopenjdk.net/

Graal

        https://github.com/oracle/graal

Open JDK

        https://openjdk.java.net/

多版本 Java 支持

jenv

        https://github.com/jenv/jenv

爬虫相关

Nutch

        https://nutch.apache.org/

Crawler4j

        https://github.com/yasserg/crawler4j

jsoup

        https://jsoup.org/

webmagic

        https://github.com/code4craft/webmagic

整理不易,别忘了收藏,更别忘了点赞,谢谢! 

  • 25
    点赞
  • 27
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论
MFC(Microsoft Foundation Class)是一种基于Windows操作系统的软件开发框架,用于开发图形用户界面(GUI)应用程序。MFC包含了丰富的自绘Tab控件样式,可供开发人员选择和应用。 首先,MFC提供了丰富的颜色和字体样式选项。开发人员可以根据应用程序的需求自定义Tab控件的背景颜色、边框颜色、选中和未选中状态的文本颜色等。同时,也可以设置不同的字体样式,如字体、大小、加粗、倾斜等,以满足用户界面设计的需求。 其次,MFC还支持不同的Tab控件形状。除了常见的矩形形状外,还可以使用椭圆形状、圆角矩形形状等来美化Tab控件的外观。这些不同形状的Tab控件可以使应用程序的界面更加独特、吸引人。 此外,MFC还提供了不同的Tab控件标签布局选项。开发人员可以根据界面设计的需要选择标签的位置,如顶部、底部、左侧、右侧等。这可以使用户能够自由选择最适合其操作习惯的Tab控件风格。 最后,MFC还支持自定义Tab控件的图标。开发人员可以添加自定义的图标或者使用系统提供的图标作为Tab控件的标识。这可以帮助用户更直观地理解和导航应用程序的功能。 总之,MFC提供了丰富多样的自绘Tab控件样式,开发人员可以根据应用程序的需要选择和应用不同的样式。这些样式包括颜色和字体样式的调整、不同形状的Tab控件、不同的标签布局选项以及自定义的图标等。这些样式使得应用程序能够提供更好的用户界面体验,增强了应用程序的吸引力和易用性。
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

ThirtyAndTechy

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值