Skip to content

Commit d6633d8

Browse files
committed
[docs update]虚拟线程文章推荐
1 parent f26c239 commit d6633d8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/books/distributed-system.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ icon: "distributed-network"
2626

2727
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/books/ddia.png)
2828

29-
强推一波**[《Designing Data-Intensive Application》](https://book.douban.com/subject/30329536/)** (DDIA,数据密集型应用系统设计),值得读很多遍!豆瓣有接近 90% 的人看了这本书之后给了五星好评。
29+
强推一波 **[《Designing Data-Intensive Application》](https://book.douban.com/subject/30329536/)** (DDIA,数据密集型应用系统设计),值得读很多遍!豆瓣有接近 90% 的人看了这本书之后给了五星好评。
3030

3131
这本书主要讲了分布式数据库、数据分区、事务、分布式系统等内容。
3232

docs/java/new-features/java19.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ assert Arrays.equals(javaStrings, new String[] {"car", "cat", "dog", "mouse"});
8080

8181
知乎有一个关于 Java 19 虚拟线程的讨论,感兴趣的可以去看看:https://www.zhihu.com/question/536743167
8282

83-
Java 虚拟线程的详细解读可以看这篇文章:[Java19 正式 GA!看虚拟线程如何大幅提高系统吞吐量](https://mp.weixin.qq.com/s/yyApBXxpXxVwttr01Hld6Q)
83+
Java 虚拟线程的详细解读和原理可以看下面这两篇文章:
84+
85+
- [Java19 正式 GA!看虚拟线程如何大幅提高系统吞吐量](https://mp.weixin.qq.com/s/yyApBXxpXxVwttr01Hld6Q)
86+
- [虚拟线程 - VirtualThread源码透视](https://www.cnblogs.com/throwable/p/16758997.html)
8487

8588
## JEP 426: 向量 API(第四次孵化)
8689

docs/open-source-project/practical-project.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ icon: project
4747
## 快速开发脚手架
4848

4949
- **[RuoYi](https://gitee.com/y_project/RuoYi)** :RuoYi 一款基于基于 SpringBoot 的权限管理系统 易读易懂、界面简洁美观,直接运行即可用 。
50-
- **[ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro)** : 基于 SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统。
50+
- **[AgileBoot-Back-End](https://github.com/valarchie/AgileBoot-Back-End)** :基于Ruoyi做了大量重构优化的基础快速开发框架。采用Springboot + Vue 3 + Mybatis Plus + 更面向对象的业务建模 + 面向生产的项目。(非玩具项目)
51+
- **[RuoYi-Vue-Pro](https://github.com/YunaiV/ruoyi-vue-pro)** : 基于 SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统。
5152
- **[Guns](https://gitee.com/stylefeng/guns)** : 我在上大学的时候就了解和接触过了这个项目,当时我还是一个 Spring 入门不太久的小菜鸟。一晃,不经意间已经过去快 3 年了。Guns 功能齐全 ,采用主流框架 Spring Boot2.0+开发,并且支持 Spring Cloud Alibaba 微服务)。 适合企业后台管理网站的快速开发场景,不论是对于单体和微服务都有支持。
5253
- **[JHipster](https://github.com/jhipster/generator-jhipster)** :开源应用程序平台,可在几秒钟内创建 Spring Boot + Angular / React 项目!
5354
- **[JeecgBoot](https://github.com/zhangdaiscott/jeecg-boot)**:一款基于代码生成器的 J2EE 低代码快速开发平台,支持生成前后端分离架构的项目。

0 commit comments

Comments
 (0)