# concurrent **Repository Path**: laokai/concurrent ## Basic Information - **Project Name**: concurrent - **Description**: 这是RedSpider社区成员原创与维护的Java多线程系列文章。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/RedSpider1/concurrent - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-06-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 这是RedSpider社区成员原创与维护的Java多线程系列文章。 # 本地环境 本地需要先安装`npm`,然后使用`npm`安装`gitbook-cli`。 ```bash npm install gitbook-cli -g ``` # 启动方式 ## 1. 克隆到本地 ```bash git clone https://github.com/RedSpider1/gitbook.git ``` ## 2. 本地启动服务 ```bash gitbook serve ``` ## 3. 访问 http://localhost:4000