整合springboot,http,ftp,rabbitmq,quartz等常用功能,配合vue搭建前端,用作知识积累。http和ftp均采用连接池的方式,优化文件上传和下载的性能。RabbitMQ实现了各种exchage。结合spring aop,logback特性,实现文件或消息自动失败回传。便于实用选型。
☆23Mar 4, 2023Updated 3 years ago
Alternatives and similar repositories for file-message-server
Users that are interested in file-message-server are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Java8、JUC、函数式编程、lambda、Stream流、常用类、代码示例☆15Jun 21, 2022Updated 4 years ago
- A proxy for the xAI API, specifically handling image generation requests and preserving only the parameters supported in the documentatio…☆11Mar 22, 2025Updated last year
- 实现了国家开放平台全自动化刷课时。☆11Nov 22, 2025Updated 10 months ago
- A Library for registering Spring Cloud application running outside Kubernetes Cluster☆14Mar 24, 2026Updated 5 months ago
- SpringCloud 微服务权限开源系统前端UI项目,前后端分离模式开发,在原有开源项目上改造了基于Ant Design 的UI,界面美观,操作方便。 体验地址:☆20Jul 9, 2018Updated 8 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Multi-branch model for concurrent execution☆18Jun 27, 2023Updated 3 years ago
- 基于spring boot + quartz + redis实现job任务调度,前端使用vue和element-ui实现页面控制台。☆13Jan 30, 2019Updated 7 years ago
- Apache DolphinScheduler's Ambari plugin, deploy DolphinScheduler easier within Apache Ambari☆10Jan 30, 2023Updated 3 years ago
- 基于Java的高性能FTP服务端 | High performance FTP Server Based in Java | 比VSFTPD配置容易百倍的Linux FTP服务端 | 致力于解决FTP服务兼容性 | Committed to solving FTP ser…☆53Nov 19, 2019Updated 6 years ago
- ☆19Feb 28, 2022Updated 4 years ago
- 中文地址解析系统,解析出省市区县名称及ID☆14Oct 5, 2022Updated 3 years ago
- SQL语法词法分析 SQL表级血缘 SQL字段级别血缘 SQL函数血缘 SQL编译器☆16Nov 1, 2022Updated 3 years ago
- The ambari of localized support include chinese .☆17May 23, 2018Updated 8 years ago
- LaLaRAND: Flexible Layer-by-Layer CPU/GPU Scheduling for Real-Time DNN Tasks☆18Mar 25, 2022Updated 4 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- YxVM怎么样?YxVM介绍和测评☆10Feb 7, 2025Updated last year
- Apache Ambari Infra is a sub project of Apache Ambari.☆22May 15, 2026Updated 4 months ago
- java快速上手的网络IO框架,基于netty, google protobuf 数据传输协议,disruptor队列,zookeeper服务注册发现,支持心跳检测,断线 重连,tcp连接池,注解分发消息。用于服务器间长连接通讯,可搭建分布式服务器以及分布式游戏。☆22Oct 4, 2022Updated 3 years ago
- 掌上大交小程序后端 | mobile-dj | 教务微信小程序 | 校园微信小程序 | 大连交通大学☆18Aug 26, 2024Updated 2 years ago
- A simple tutorial for converting CSV to RDF☆11Mar 30, 2016Updated 10 years ago
- Out of the box docker-compose for Apache Ranger☆16Jul 1, 2023Updated 3 years ago
- A threadpool with C++ , support adjust thread priority and different I/O ,CPU priority.☆28Dec 5, 2021Updated 4 years ago
- 广东工业大学课程设计 数据库课程设计 平行志愿录取系统(后端代码,广东工业大学数据库大作业) 基于java、spring、MySQL数据库、vue.js的课程设计☆18Jan 14, 2021Updated 5 years ago
- Enterprise Service Bus - Java☆22Sep 14, 2020Updated 6 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- semi-automatic video annotation tool☆11Dec 8, 2020Updated 5 years ago
- Mysql jdbc驱动源码阅读☆25Apr 15, 2018Updated 8 years ago
- ambari2.7.4,hdp3.1.4集成hue4.6.0,均是最新版☆18Jul 23, 2020Updated 6 years ago
- netty源码中文注释☆18Jun 1, 2023Updated 3 years ago
- initial☆18Apr 16, 2019Updated 7 years ago
- A tool for translating Scala source code into readable and maintainable Java code☆13Jan 3, 2026Updated 8 months ago
- ServiceFramework 示例项目☆10Apr 2, 2016Updated 10 years ago
- 基于springboot2.x的微服务脚手架。☆24Jul 3, 2023Updated 3 years ago
- 这是 Will 保哥在 2013 第 6 届 iT 邦帮忙铁人赛年度大奖的得奖 着作【30 天精通 Git 版本控管】,欢迎大家 fork 我,如果有看见 任何文字勘误,也欢迎利用 pull request 来通知我修正,谢谢!☆12Jul 22, 2019Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Apache Ambari Logsearch is a sub project of Apache Ambari.☆31May 15, 2026Updated 4 months ago
- SpringCloud 微服务权限管理系统 (集成了Eureka注册中心,Zuul网关,Auth授权服务,Admin权限管理系统) 权限设计参考RABC模型,Auth部分采用了SpringSecurity5.0 Spring OAuth2.0 体验地址☆40Jul 12, 2018Updated 8 years ago
- 实现功能:新输入一段文本,与已有数据进行相似度进行比较,返回TOP10的文本。主要实现方法:jieba中文分词、gensim、TF-IDF词汇重要性、cosine余弦相似度。☆11Jul 30, 2020Updated 6 years ago
- Parallel git worktrees for parallel AI agents — plus AI-generated commits.☆28Updated this week
- This is a simple Django project to demonstrate Django CRUD functionality.It contain data as books details is insert,update,delete and vie…☆10Feb 11, 2019Updated 7 years ago
- A demo to show how to convert a TensorFlow model to TensorRT uff or PLAN☆11Jul 22, 2018Updated 8 years ago
- CSDN爬虫+远程服务器MySQL存储+数据可视化☆15Sep 17, 2018Updated 8 years ago