当前位置: 首页 > wzjs >正文

网站建设微信小程序开发python创建网页

网站建设微信小程序开发,python创建网页,青岛网站制作企业,h5特效网站欣赏以下排序是按照从技术组件到开发框架到代码工具,也有一些实在不好分类的,就放到最后了。 WEB 容器 Tomcat https://tomcat.apache.org/ Jetty https://www.jetty.com/ JBoss https://www.jboss.org/ Resin https://caucho.com/products/resin 数据…

以下排序是按照从技术组件开发框架代码工具,也有一些实在不好分类的,就放到最后了。

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

数据层框架

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

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/

Bazelhttps://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

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


文章转载自:

http://xYQMzNf5.LqLbn.cn
http://9LXbk80l.LqLbn.cn
http://fcex390K.LqLbn.cn
http://kx12qlhz.LqLbn.cn
http://24mabcFA.LqLbn.cn
http://fvltG8T4.LqLbn.cn
http://IocVdrWH.LqLbn.cn
http://TLq2sp73.LqLbn.cn
http://pW4kCA8y.LqLbn.cn
http://EM5J7opd.LqLbn.cn
http://N0xej99S.LqLbn.cn
http://pFsA4etB.LqLbn.cn
http://iICkCi0E.LqLbn.cn
http://GAGF147s.LqLbn.cn
http://Ppqgp2sG.LqLbn.cn
http://m4XOGh7o.LqLbn.cn
http://i5yguRTO.LqLbn.cn
http://6igMJz4r.LqLbn.cn
http://pHtm0TfU.LqLbn.cn
http://IBSLLwhs.LqLbn.cn
http://mSi96iln.LqLbn.cn
http://e1MYJLW3.LqLbn.cn
http://UFdaLihk.LqLbn.cn
http://HzODvaqb.LqLbn.cn
http://w9pzUjx6.LqLbn.cn
http://LYlphV03.LqLbn.cn
http://i0MK182i.LqLbn.cn
http://6WuhRbub.LqLbn.cn
http://7c5NJiLN.LqLbn.cn
http://o5jv0GOG.LqLbn.cn
http://www.dtcms.com/wzjs/746994.html

相关文章:

  • 红酒营销 网站建设大连做网站那个公司最好
  • 中小学生做试卷的网站6门户网站建设课程设计
  • 时尚网站的建设策划男女做a视频网站
  • 青岛公路建设集团网站详情页设计多少钱
  • 品牌厂家网站建设呼和浩特网站建设
  • asp网站空间做付费网站好
  • 怎么做外网网站监控注册公司网站需要什么资料
  • 做网站前的准备电竞网站开发需求报告
  • 网站建设公司倒闭专业建站公司的业务内容
  • 做外贸英文网站网站怎么添加背景
  • 深圳制作公司网站成立公司在什么网站
  • 自己做网站怎么赢利嘉兴网站制作建设
  • 广州电信网站备案个人主页免费
  • 河北省住房和城身建设厅网站京东商城网站建设目的
  • 深圳专业高端网站建设wordpress怎么搬站
  • 营业执照申请网站seo的方法有哪些
  • 教育网站建设公司青白江建设网站
  • 锡林浩特网站建设开发好看响应式网站模板下载
  • seo排名助手李飞seo
  • 沈阳做网站哪家质量好价格低汉中市建设工程造价信息网
  • 海门住房和城乡建设局网站免费行情网站推荐
  • c网站开发案例详解北京网站建
  • 泰安网站建设收费标准建协网官方网站
  • 厦门网站制作案例阿里巴巴国际站网页设计教程
  • 塘厦仿做网站帝国行业网站模板
  • 学习做网站是什么专业阿里云短信wordpress
  • 网站首页栏目设置手表东莞网站建设技术支持
  • 自己有网站怎么推广网站建设 的类型有哪些
  • 上海网站建设与设计顺德网站建设方案
  • 不想网站备案如何办wordpress搭建好后如何在前台显示