# brief_knowing **Repository Path**: brief_know1/brief_knowing ## Basic Information - **Project Name**: brief_knowing - **Description**: 让大家看看世界 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # brief_knowing #### 项目介绍 让大家看看世界 1. 将资源文件里的Nginx.conf和本地Nginx conf下的Nginx.conf替换 2. 将替换完成之后的Nginx下的location如下代码的root 的路径替换为你本机资源文件下page-brief-knowing文件夹的路径 location / { root G:/中级项目/brief-knowing/page-brief-knowing; index test.html test.htm; } 3.从码云上导下来的项目导入到本地sts工作空间为brief-knowing的项目