jdk1.8 源码阅读
☆57May 8, 2021Updated 4 years ago
Alternatives and similar repositories for jdk1.8-source-code-read
Users that are interested in jdk1.8-source-code-read are comparing it to the libraries listed below
Sorting:
- InnoDB注释☆12Sep 1, 2016Updated 9 years ago
- netty源码翻译,源码版本4.1.34.Final。目前common模块(主要是并发包)已完成注释,Codec包中也注释了部分,主要还是分享下Nettty的并发模块设计。☆16Oct 4, 2022Updated 3 years ago
- 2017华为软件精英挑战赛初赛、复赛、决赛代码。(最终排名总决赛第14名)☆17Jan 28, 2018Updated 8 years ago
- 幂等的,防止重复的提交,使用spring HandlerInterceptor 拦截+redission 提供的分布式锁来进行控制☆29Apr 14, 2021Updated 4 years ago
- 记录一些常用的代码片段、配置、架构、算法练习等。☆13Dec 16, 2022Updated 3 years ago
- 使用java开源框架netty搭建的文件服 务器,不限文件大小,底层采用分布式存储☆23Aug 24, 2017Updated 8 years ago
- 视频、音频、图片内容识别、语音转写、语音合成 / easy convert video audio image to text, and revert text to audio(base64)☆24Dec 3, 2025Updated 2 months ago
- ☆25Jun 10, 2022Updated 3 years ago
- Cassandra java-driver源代码学习研究(包括 代码注释、文档、用于代码分析的测试用例)☆29Sep 20, 2015Updated 10 years ago
- GPS Tracker ,基于GPS、北斗的定位器,用于车辆、宠物、老人等需要定位追踪的场景☆24May 23, 2025Updated 9 months ago
- 针对医疗资源分配不均、基础疾病咨询占用专业医生时间等问题,结合国家"互联网+医疗健康"政策导向,开发基于Spring AI框架的智能医疗咨询平台。项目采用RAG检索增强生成技术构建专业医疗知识库,通过MCP协议集成多种外部工具服务,实现具备自主规划能力的AI Agent智能…☆17Jun 20, 2025Updated 8 months ago
- 经典java学习场景☆23Oct 1, 2024Updated last year
- 厮大牛逼☆63Nov 14, 2025Updated 3 months ago
- 代码与文章从Spring、Spring MVC和MyBatis的源码组件开始讲解,再到SSM的基础应用,逐步深入到SSM的核心特性以及最后的项目实战。通过对专栏的学习,读者更加容易理解SSM框架的设计与思想,从而可以更好地运用到工作实战中去,更加容易的解决一些基于Sprin…☆30Mar 10, 2023Updated 2 years ago
- JDK1.8源码分析☆66Aug 18, 2020Updated 5 years ago
- OSI4IOT Platform☆13Feb 19, 2026Updated last week
- a tutorial for vert.x☆17Oct 9, 2018Updated 7 years ago
- WebUI 自动化测试练习 项目☆12Jan 22, 2022Updated 4 years ago
- 基于spring boot的日志系统组件,提供操作日志输出及记录功能☆10Mar 19, 2019Updated 6 years ago
- 模仿百度搜索栏制作一个简易的search demo☆11Apr 13, 2017Updated 8 years ago
- 基于uni-app和uview封装的crud组件,包括列表uvue-list、 表单uvue-form和表单项uvue-form-item组件☆11Aug 6, 2024Updated last year
- 爬取商品评论并对商品评论进行情感分类☆10Aug 14, 2017Updated 8 years ago
- A lightweight server framework in java,一个用java编写的多核服务端开发框架☆35Jul 4, 2018Updated 7 years ago
- 简单的前端开发脚手架☆10Dec 8, 2022Updated 3 years ago
- Monorepo for @microfront - a solution for a microfrontend architecture☆11Jan 3, 2023Updated 3 years ago
- 一个基于ElasticSearch的业务日志记录工具☆10Nov 5, 2018Updated 7 years ago
- 基于Jsoup实现的淘宝爬虫项目☆11Jun 7, 2021Updated 4 years ago
- wwj718.github.io☆11Jan 26, 2026Updated last month
- 基于SpringCloud-Gateway的动态网关,可视化的路由配置,请多多 star☆13Dec 10, 2022Updated 3 years ago
- 文字自动生成视频 - 文字生成视频的AI工具软件汇总☆12Apr 17, 2025Updated 10 months ago
- 基于Spring Boot+WebSocket(STOMP) web聊天系统。支持点对点和广播发送消息,Spring Security 单点登录验证☆13Feb 25, 2019Updated 7 years ago
- 这是居于 derby 源代码,通过删减的方式,从里面抽取出sql解析功能。并在此基础上开发出跨库连接查询器。通过该工具可以将连接查询分割成多个单表查询,再将单表结果集进行连接,即将数据库的连接功能上移到工具执行。详情可以查看wiki:readme☆10Feb 14, 2017Updated 9 years ago
- 云边物联网平台 ,go语言开发,可部署到边缘设备也可扩展成物联网平台☆10Nov 10, 2025Updated 3 months ago
- 「共享农机」商城+公告栏,前后端分离应用,Java+JS,提供用户、商家、配送员、管理员,4种用户功能。基于 SpringBoot + React,实现了订单系统,公告栏,金额管理,配送通知,全局数据可视化。☆10Jan 8, 2022Updated 4 years ago
- mybatis-generator插件,生成基础dao和常见crud方法,支持mysql和oracle分页,实体类带注释☆10Aug 30, 2016Updated 9 years ago
- UI Repository for Magistrala IoT☆11Aug 5, 2024Updated last year
- A minimalistic yet powerful Javascript library for building web user interfaces☆10Apr 5, 2017Updated 8 years ago
- mykit-chat是基于Netty实现的实时聊天系统服务器端:1. 支持昵称登录; 2. 支持多人同时在线; 3. 同步显示在线人数; 4. 支持文字和表情的内容; 5. 浏览器与服务器保持长连接,定时心跳检测;☆37Jun 17, 2022Updated 3 years ago
- 智能客服 基于springboot+swaggger+elasticsearch+mysql☆11Aug 22, 2018Updated 7 years ago