Skip to content

Commit

Permalink
doc: add architecture dir
Browse files Browse the repository at this point in the history
  • Loading branch information
shihaowang committed Nov 26, 2024
1 parent 0d4bba4 commit aa13743
Show file tree
Hide file tree
Showing 20 changed files with 150 additions and 1 deletion.
5 changes: 5 additions & 0 deletions content/zh/blog/architecture/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Architecture架构设计"
linkTitle: "Architecture架构设计"
weight: 6
---
7 changes: 7 additions & 0 deletions content/zh/blog/architecture/asdm架构/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "asdm架构"
linkTitle: "asdm架构"
weight: 20
---


7 changes: 7 additions & 0 deletions content/zh/blog/architecture/ddd领域设计/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "ddd领域设计"
linkTitle: "ddd领域设计"
weight: 20
---


14 changes: 14 additions & 0 deletions content/zh/blog/architecture/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Architecture架构设计"
linkTitle: "Architecture架构设计"
date: 2024-11-26
description: >
Architecture架构设计.
weight: 1
---

在构建现代互联网系统时,随着业务规模的增加,稳定性要求的增加,对于架构设计的挑战也随之增加。

尤其是涉及到多云多活、跨数据中心流量调度等场景,更会将系统的复杂性进一步提升。

本目录主要为对架构设计的学习和实践。
7 changes: 7 additions & 0 deletions content/zh/blog/architecture/saas多租户/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "saas多租户设计"
linkTitle: "saas多租户设计"
weight: 20
---


7 changes: 7 additions & 0 deletions content/zh/blog/architecture/可观测性/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "可观测性"
linkTitle: "可观测性"
weight: 20
---


7 changes: 7 additions & 0 deletions content/zh/blog/architecture/多云多活/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "多云多活"
linkTitle: "多云多活"
weight: 20
---


7 changes: 7 additions & 0 deletions content/zh/blog/architecture/存储选型/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "存储选型"
linkTitle: "存储选型"
weight: 20
---


7 changes: 7 additions & 0 deletions content/zh/blog/architecture/弹性调度/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "弹性调度"
linkTitle: "弹性调度"
weight: 20
---


7 changes: 7 additions & 0 deletions content/zh/blog/architecture/微服务架构/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "微服务架构"
linkTitle: "微服务架构"
weight: 20
---


7 changes: 7 additions & 0 deletions content/zh/blog/architecture/性能分析/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "性能分析"
linkTitle: "性能分析"
weight: 20
---


15 changes: 15 additions & 0 deletions content/zh/blog/architecture/性能分析/servlet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Java Servlet"
linkTitle: "Java Servlet"
date: 2022-05-30
description: >
Java Servlet的一些实践经验.
---

### A、初始化

> https://www.codetd.com/en/article/13249666#ServletContextListener_27
#### ServletContextListener

ServletContextListener 接口,它能够监听 ServletContext 对象的生命周期,当Servlet 容器启动或终止Web 应用时,会触发ServletContextEvent 事件,该事件由ServletContextListener 来处理。
7 changes: 7 additions & 0 deletions content/zh/blog/code/EffectiveJava/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "EffectiveJava"
linkTitle: "EffectiveJava"
weight: 20
---


7 changes: 7 additions & 0 deletions content/zh/blog/code/Reactive反应式/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Reactive反应式"
linkTitle: "Reactive反应式"
weight: 20
---


5 changes: 5 additions & 0 deletions content/zh/blog/code/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Code代码艺术"
linkTitle: "Code代码艺术"
weight: 7
---
12 changes: 12 additions & 0 deletions content/zh/blog/code/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Code代码艺术"
linkTitle: "Code代码艺术"
date: 2024-11-26
description: >
Code代码艺术.
weight: 1
---

任何大型架构或者框架,都离不开代码细节。

精益求精,本目录主要为对代码细节的学习和实践。
7 changes: 7 additions & 0 deletions content/zh/blog/code/算法/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "算法"
linkTitle: "算法"
weight: 20
---


7 changes: 7 additions & 0 deletions content/zh/blog/code/编码规范/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "编码规范"
linkTitle: "编码规范"
weight: 20
---


7 changes: 7 additions & 0 deletions content/zh/blog/code/计算机原理/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "计算机原理"
linkTitle: "计算机原理"
weight: 20
---


2 changes: 1 addition & 1 deletion themes/docsy
Submodule docsy updated 290 files

0 comments on commit aa13743

Please sign in to comment.