# theByteBook **Repository Path**: sharpnote/theByteBook ## Basic Information - **Project Name**: theByteBook - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-02 - **Last Updated**: 2025-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 深入架构原理与实践 ## 这是什么? 这是一本关于架构设计的开源书籍,目前内容还存在逻辑不清晰、内容组织结构不完整的地方,我将在近几个月内逐渐完成修正。如果阅读文章发现问题,欢迎在 github 给我提交 PR 或者 issue。 以下为我的公众号,欢迎与我讨论技术。
https://github.com/isno/theByteBook
::: ## 如何阅读 - **在线阅读**:本文档在线阅读地址为:[https://www.thebyte.com.cn](https://www.thebyte.com.cn) 【为防止缓存,阅读前请先强制刷新】 - **离线阅读**: - 部署离线站点:文档基于 [VuePress 2](https://v2.vuepress.vuejs.org/zh/) 构建,如你希望在本地搭建文档站点,请使用如下命令: ```bash # 克隆获取源码 $ git clone https://github.com/isno/theByteBook.git && cd theByteBook # 安装工程依赖 $ npm install # 运行网站,地址默认为 http://localhost:8080 $ npm run dev ``` ## ©️ 转载