# myWebLibrary **Repository Path**: guo-yuyuan/myWebLibrary ## Basic Information - **Project Name**: myWebLibrary - **Description**: 个人存储的网站 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-05 - **Last Updated**: 2022-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: Django, 未做完, Python ## README # My Web Library #### 介绍 这里可以存储个人的文件,在自己的主电脑上传,随时随地可以下载到新的设备中,而且可以免费使用,不用再花钱存储自己的文件了。 #### 软件架构 python + django + html5 + css3 +js #### 安装教程 1. 网站网站是 2. 用的服务器是 3. 采用mysql数据库进行存储 #### 使用说明 1. 主文件是html中index.html文件 2. 一切都是从index.html文件开始 3. index.html文件是首页,也是网站的主页 #### 文件说明 1. static 文件存放的是文件素材 2. html css js 分别存放对应的文件 3. # 我的编辑工具:https://download.csdn.net/download/weixin_49898946/86319673 4. 编辑工具里有python解释器+pycharm编辑器…… **### **GIT上传:** ** - git init - git remote add origin git@gitee.com:guo-yuyuan/my-web-library.git - git add . - git commit -m "随便来个注释" - git pull --rebase origin master - git push -u origin master ### GIT下载: - git clone git@gitee.com:guo-yuyuan/my-web-library.git ### GIT复制:Ctrl + Insert GIT粘贴:Shift + Insert