Skip to content

Commit

Permalink
技术文章
Browse files Browse the repository at this point in the history
  • Loading branch information
lan-dian committed Apr 8, 2024
1 parent c4917ab commit 9a5335c
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 36 deletions.
6 changes: 5 additions & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({
{ text: '首页', link: '/' },
{
text: 'Java',
link: '/pages/269116/',
link: '/pages/336431/',
},
{
text: '技术学习',
link: '/web/',
},
{ text: '关于', link: '/about/' },
{
Expand Down
21 changes: 21 additions & 0 deletions docs/00.目录页/00.about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: about
date: 2024-04-08 07:17:59
permalink: /about/
categories:
- 关于
tags:
-
author:
name: lan-dian
link: https://github.com/lan-dian
---
## Hi there 👋
- 🌱 实习&工作经历:Zoom 基础架构 中间件 -> 美团 到家 交易平台 百万QPS -> 阿里巴巴 淘天 基础业务&AI Agent
- ⚡ 我阅读过Spring的MVC,IOC,AOP,Boot源码,以及Dubbo,Mybatis,Netty,Rocket MQ,Kafka,Arthas等等源码,自主分析了PowerJob的全部源码
- 💬 我也有不错的设计和编写代码的能力:
- AOP透明并发友好接口代理,可重入ThreadLocal,高并发查询流量共享
- 编写idea插件,动态热脚本,ast语法树权限校验
- dubbo连接池SPI,高并发指令重拍优化,分支预测性能优化,哨兵算法
- 😄 我目前正在贡献Apache Dubbo,Apache ShenYu,喜欢开源的小伙伴可以一起交流
- 📫 我的求职方向是Java后端开发/基础架构开发,可以加我微信联系 wx: 13034744809 或邮件 [email protected]
18 changes: 0 additions & 18 deletions docs/00.目录页/01.前端.md

This file was deleted.

17 changes: 17 additions & 0 deletions docs/00.目录页/01.技术学习.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
pageComponent:
name: Catalogue
data:
path: 02.技术学习
description: 工作中常用的中间件
title: 技术学习
date: 2024-04-08 15:26:53
permalink: /web/
sidebar: false
article: false
comment: false
editLink: false
author:
name: lan-dian
link: https://github.com/lan-dian
---
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Java集合
date: 2024-04-07 10:37:41
permalink: /pages/489e99/
title: JVM
date: 2024-04-08 07:17:12
permalink: /pages/336431/
categories:
- java
- JVM
tags:
-
author:
name: lan-dian
link: https://github.com/lan-dian
---
Java集合
13 changes: 0 additions & 13 deletions docs/01.java/01.java基础.md

This file was deleted.

14 changes: 14 additions & 0 deletions docs/02.技术学习/00.docker/00.docker基础.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: docker基础
date: 2024-04-08 07:24:40
permalink: /pages/479a6c/
categories:
- 技术学习
- docker
tags:
-
author:
name: lan-dian
link: https://github.com/lan-dian
---

14 changes: 14 additions & 0 deletions docs/02.技术学习/00.docker/01.docker基础 copy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: docker基础
date: 2024-04-08 07:24:40
permalink: /pages/479a6c/
categories:
- 技术学习
- docker
tags:
-
author:
name: lan-dian
link: https://github.com/lan-dian
---

13 changes: 13 additions & 0 deletions docs/02.技术学习/00.index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 介绍
date: 2024-04-08 07:13:39
permalink: /pages/136f72/
categories:
- 技术学习
tags:
-
author:
name: lan-dian
link: https://github.com/lan-dian
---
校招的偏向于基础知识的考察,但是在工作中,会遇到很多不熟悉的中间件,在这里记录一下自己对这些中间件的学习

0 comments on commit 9a5335c

Please sign in to comment.