diff --git "a/\347\254\254\344\270\200\345\221\250 \347\254\254\344\270\200\350\212\202 \347\254\224\350\256\260 20201215 LQ.md" "b/\347\254\254\344\270\200\345\221\250 \347\254\254\344\270\200\350\212\202 \347\254\224\350\256\260 20201215 LQ.md" deleted file mode 100644 index e0f741c1bac46bf645b38921b3e51f678712e5b2..0000000000000000000000000000000000000000 --- "a/\347\254\254\344\270\200\345\221\250 \347\254\254\344\270\200\350\212\202 \347\254\224\350\256\260 20201215 LQ.md" +++ /dev/null @@ -1,107 +0,0 @@ -# 第一周 第一节 笔记 20201215 LQ - -## 学习习惯 - -- 做好笔记,文档管理 Typora - -- Typora - -- 创建标题 **Ctrl + 数字** - -- 创建目录列表结构 **- + 空格** - -- 创建代码块 - - ``` - ** Ctrl + Shift + K ** - ``` - -- 科学搜索 - - - -官方文档和***Github*** **Python 3.6.5, Documentation ** - - ``` - https://www.python.org/doc/ - https://circleci.com/integrations/github/?utm_source=gnb&utm_medium=SEM&utm_campaign=SEM-gnb-Github-Eng-ni&utm_content=SEM-gnb-Github-Eng-ni-Github&gclid=Cj0KCQiA2uH-BRCCARIsAEeef3k-8YmMqAsSMCVeW5RktCF8PzTiJcSrXHGxdszHagX_yj3jYaILwpwaAryyEALw_wcB - ``` - - - Stackoverflow (**error描述,排错**) - - ``` - https://stackoverflow.com/ - ``` - - - 简书 知乎 - - - 谷歌 - -- 良好的学习心态 - - - **面向需求** - - 有效率的学习 - - 自己求索+及时询问 - - 社群讨论 - -## 编程语言的基本概述 - -- What's programing language? - - - human & computer -- communication - -- Code **procedure** - - - Code--机器码--Computer--执行 - - 把代码翻译为机器码的翻译就是编译器,在python中也可以叫python解释器 - - 编程语言python是我们与解释器之间的翻译 - - 解释器是python与计算机之间的翻译 - -- 编程语言分类 - - - C - - C ++ - - Java - - Python - - JavaScript - - 编译型语言 解释性语言 和混合型语言 - - 动态语言和静态语言 - - 编译时不知道变量类型的叫做**动态语言**,编译时知道变量类型的叫做**静态语言** - - 动态语言 (Python, Javascript) - - 静态语言 (C, C++, Java) - - 强类型语言和弱类型语言 - - 在使用变量时,不会自动改变变量类型称为强类型;(**Python, Java, C, C++**) - - 在使用变量,会隐式帮你改变变量类型称为弱类型语言。(**Javascript**) - - ## Python环境搭建 - -- Python 下载 ( ver 3.6.5, 不要奇数版本,多测试用) - -- Python 安装 - - - 要牢记安装目录 - - 环境变量 - - 用户变量 - -- IDE 集成开发环境 - - - Pycharm - -- IDE安装 - - ## 运行第一个python程序 - -- pycharm 新建项目 - -- 运行第一个程序 - - - 编辑模式 编码器中写好代码再运行 - - 交互模式 会立刻打印当前对象的值 - -- Errors - - - 无法运行 找不到python **pycharm 和python 匹配** - - 缩进问题 **建议使用Tab缩进** - -## 课后作业 - -- Python环境搭建 -- 练习添加环境变量 \ No newline at end of file diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_Leo_\345\256\227\350\277\234/.keep" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/.keep" similarity index 100% rename from "\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_Leo_\345\256\227\350\277\234/.keep" rename to "\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/.keep" diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\351\227\256 \346\226\260\345\273\272\351\241\271\347\233\256\345\271\266\351\205\215\347\275\256\350\231\232\346\213\237\347\216\257\345\242\2031.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\351\227\256 \346\226\260\345\273\272\351\241\271\347\233\256\345\271\266\351\205\215\347\275\256\350\231\232\346\213\237\347\216\257\345\242\2031.png" new file mode 100644 index 0000000000000000000000000000000000000000..a1a93a471c2b32c7918214ae8658301a10206724 Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\351\227\256 \346\226\260\345\273\272\351\241\271\347\233\256\345\271\266\351\205\215\347\275\256\350\231\232\346\213\237\347\216\257\345\242\2031.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\351\227\256 \346\226\260\345\273\272\351\241\271\347\233\256\345\271\266\351\205\215\347\275\256\350\231\232\346\213\237\347\216\257\345\242\2032.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\351\227\256 \346\226\260\345\273\272\351\241\271\347\233\256\345\271\266\351\205\215\347\275\256\350\231\232\346\213\237\347\216\257\345\242\2032.png" new file mode 100644 index 0000000000000000000000000000000000000000..4e8424f6831e89e23ccba9b35201262730e4fd58 Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\351\227\256 \346\226\260\345\273\272\351\241\271\347\233\256\345\271\266\351\205\215\347\275\256\350\231\232\346\213\237\347\216\257\345\242\2032.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\272\214\351\227\256 \346\226\260\345\273\272GIT\344\273\223\345\272\223\345\271\266\345\220\214\346\255\245 1.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\272\214\351\227\256 \346\226\260\345\273\272GIT\344\273\223\345\272\223\345\271\266\345\220\214\346\255\245 1.png" new file mode 100644 index 0000000000000000000000000000000000000000..5674f765880a5548d4f46ca25c75cbca9b311ffa Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\272\214\351\227\256 \346\226\260\345\273\272GIT\344\273\223\345\272\223\345\271\266\345\220\214\346\255\245 1.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\272\214\351\227\256 \346\226\260\345\273\272GIT\344\273\223\345\272\223\345\271\266\345\220\214\346\255\245 2.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\272\214\351\227\256 \346\226\260\345\273\272GIT\344\273\223\345\272\223\345\271\266\345\220\214\346\255\245 2.png" new file mode 100644 index 0000000000000000000000000000000000000000..93f50cd48513ab57a13404c9ac7f66fac191337d Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\345\230\230\345\230\230/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\272\214\351\227\256 \346\226\260\345\273\272GIT\344\273\223\345\272\223\345\271\266\345\220\214\346\255\245 2.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\346\236\227\346\265\267\346\270\205/image/1\347\217\255_\346\236\227\346\265\267\346\270\205-\347\254\254\344\270\200\345\221\250-\347\254\254\344\270\200\350\212\202\350\257\276\344\275\234\344\270\232.md" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\346\236\227\346\265\267\346\270\205/1\347\217\255_\346\236\227\346\265\267\346\270\205-\347\254\254\344\270\200\345\221\250-\347\254\254\344\270\200\350\212\202\350\257\276\344\275\234\344\270\232.md" similarity index 100% rename from "\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\346\236\227\346\265\267\346\270\205/image/1\347\217\255_\346\236\227\346\265\267\346\270\205-\347\254\254\344\270\200\345\221\250-\347\254\254\344\270\200\350\212\202\350\257\276\344\275\234\344\270\232.md" rename to "\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/1\347\217\255/1\347\217\255_\346\236\227\346\265\267\346\270\205/1\347\217\255_\346\236\227\346\265\267\346\270\205-\347\254\254\344\270\200\345\221\250-\347\254\254\344\270\200\350\212\202\350\257\276\344\275\234\344\270\232.md" diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/Pycharm\351\205\215\347\275\256Git.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/Pycharm\351\205\215\347\275\256Git.png" new file mode 100644 index 0000000000000000000000000000000000000000..d49fc94ebb70416ca25a7a43a4f2cdc8ce5accfb Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/Pycharm\351\205\215\347\275\256Git.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/week1.py" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/week1.py" index 9b3dca6b802d13b2c1166212b9d9094125171df8..85c22ac263895f0477f82bef821c35278c1acbd1 100644 --- "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/week1.py" +++ "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/week1.py" @@ -19,5 +19,9 @@ def foo(): foo() """ # TabError: inconsistent use of tabs and spaces in indentation +<<<<<<< HEAD +# 一般 Tab 进行缩进,不能空格和tab混着用 +======= # 一般 Tab 进行缩进,不能空格和tab混着用 print('第一周') +>>>>>>> f55ba62e6a5cb463dd787581363b8ed1f4e94710 diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/\346\217\220\344\272\244\345\220\214\346\255\245.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/\346\217\220\344\272\244\345\220\214\346\255\245.png" new file mode 100644 index 0000000000000000000000000000000000000000..d66dafd14dae61b716f6b46af5c185ef13a5fa5f Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/\346\217\220\344\272\244\345\220\214\346\255\245.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202.md" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202.md" index 9f6266821360bd5424d03c3e02c70f1dc245f76c..51f24e873139717daaa90edab121fd3c07fc61cb 100644 --- "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202.md" +++ "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202.md" @@ -1,4 +1,7 @@ +<<<<<<< HEAD +======= <<<<<<< master +>>>>>>> f55ba62e6a5cb463dd787581363b8ed1f4e94710 # 第一周 第一节 项目作业 提交 ## 养成良好的学习习惯 ## 多做笔记和文档 diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202.md" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202.md" new file mode 100644 index 0000000000000000000000000000000000000000..3f9b868e428a9f2f9b0ce9e0e10e00aa940e8dde --- /dev/null +++ "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_Super_Coding/week1/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202.md" @@ -0,0 +1,170 @@ +# 第一周-第二节-笔记 +## GIT? +最强大的**分布式** **版本控制**流程 + +- 分布式 + + 分布式的意思就是大家fork之后的库, 就像细胞分裂一样, 彼此之间是平等, 可以互相合并代码. + + 我们`fork`远程库之后, 当前这个库就已经属于我们自己了. + + ``` + * 为了教学方便, 我们人为地设置了码育谷远程库作为我们的主库. + ``` + +- 版本控制 + + 通过分支切换, 来完成对不同版本的代码控制 + +## 日常工作使用GIT? + +- 安装git + + ``` + https://git-scm.com/download + ``` + +- 将git添加到环境变量 + + ``` + xxx\Git\cmd + ``` + +- 如何在`Pycharm`中配置git + + ``` + https://jingyan.baidu.com/article/ff42efa9c7bd12c19e22028a.html + ``` + + - 查看安装的路径 + + ``` + - where git + - which git + ``` + +- 如何使用git + + - 本地上传到远程库 + + - 在代码托管平台新建远程库 + + - 配置用户(一个环境只用配置一次) + + - 初始化一个git仓库(本地代码仓库) + + ``` + git init + ``` + + - 配置远程仓库(远程代码仓库) + + ``` + git remote add origin https://gitee.com/tunangit/git_test.git + ``` + + - 新建`.gitignore`文件 + + 用来屏蔽不需要提交到项目的文件和文件夹 + + - 默认要屏蔽的文件和文件夹 + - `.idea` + - `.git` + - `/venv/` + - `/test` + - `*/__pycache__/` + + - 选择要提交的项目文件 + + - 批量全部添加(不建议) + + ``` + git add ./* + ``` + + - 添加单个文件 + + ``` + git add xx/xx + ``` + + - 通过Pycharm手动添加 + + - 提交项目 + + - commit + + 提交到你的本地库 + + - push + + 提交到远程库 + + - commit and push + + 二合一, 提交到本地库和远程库 + + - 远程库同步到本地库 + + ``` + https://gitee.com/xxx/xxxx.git + ``` + + - 更新代码 + + ``` + git pull + ``` + + - 解决代码冲突 + + 当本地代码更新时发现和远程代码有冲突 + + - 左边是本地当前的代码 + - 右边是远程库的代码 + - 中间是最后选取的结果 + + - 历史回滚 + + - 右键目标文件或者文件夹, 点击history + - 回滚部分代码 -> 在弹出矿口右侧进行修改 + - 整个文件回滚 -> 右键revert + + - **注意事项** + + - 一定要先新建`.gitigonre` + - 不要在服务器/生产环境下直接修改代码 + +## python的虚拟环境 + +``` +*新建一个新项目的时候, 一定要先新建一个虚拟环境 +``` + +一个与系统环境隔离的空间 + +- 虚拟环境的好处 + + - 与系统环境隔离, 不会污染正式环境 + - 更新项目方便简洁 + - 通过`requirements.txt`解决不同平台, 不同环境下的环境同步问题 + +- 新建虚拟环境 + + ``` + python -m venv venv + ``` + +- 激活虚拟环境 + + ``` + # windows + venv\Scripts\Activate.bat + + # unix (mac, ubuntu, centos) + source venv/bin/activate + ``` +- 退出虚拟环境 + ``` + deactivate + ``` diff --git "a/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202.md" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\345\260\217\345\261\213/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202_\344\275\234\344\270\232/.keep" similarity index 100% rename from "\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202.md" rename to "\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\345\260\217\345\261\213/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202_\344\275\234\344\270\232/.keep" diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\345\260\217\345\261\213/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202_\344\275\234\344\270\232/\344\275\234\344\270\2321.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\345\260\217\345\261\213/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202_\344\275\234\344\270\232/\344\275\234\344\270\2321.png" new file mode 100644 index 0000000000000000000000000000000000000000..2be33bd6e0e0f1c4f28d171caf453d1b98b099ab Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\345\260\217\345\261\213/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202_\344\275\234\344\270\232/\344\275\234\344\270\2321.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\345\260\217\345\261\213/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202_\344\275\234\344\270\232/\344\275\234\344\270\2322.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\345\260\217\345\261\213/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202_\344\275\234\344\270\232/\344\275\234\344\270\2322.png" new file mode 100644 index 0000000000000000000000000000000000000000..3898fb72fac7a2a3b98fc4c01daa21aa05e8ef3f Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\345\260\217\345\261\213/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202_\344\275\234\344\270\232/\344\275\234\344\270\2322.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\231\223\345\256\201/\347\254\2541\345\221\250-\347\254\2542\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/.keep" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\231\223\345\256\201/\347\254\2541\345\221\250-\347\254\2542\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/.keep" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\231\223\345\256\201/\347\254\2541\345\221\250-\347\254\2542\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/01-pycharm\350\231\232\346\213\237\347\216\257\345\242\203.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\231\223\345\256\201/\347\254\2541\345\221\250-\347\254\2542\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/01-pycharm\350\231\232\346\213\237\347\216\257\345\242\203.png" new file mode 100644 index 0000000000000000000000000000000000000000..b87adad25d63f4f641687ca7a97556c65a3b645b Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\231\223\345\256\201/\347\254\2541\345\221\250-\347\254\2542\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/01-pycharm\350\231\232\346\213\237\347\216\257\345\242\203.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\231\223\345\256\201/\347\254\2541\345\221\250-\347\254\2542\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/02-git\344\273\223\345\272\223.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\231\223\345\256\201/\347\254\2541\345\221\250-\347\254\2542\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/02-git\344\273\223\345\272\223.png" new file mode 100644 index 0000000000000000000000000000000000000000..840792acae7af64c57f116188da8e29e5b34a62c Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\231\223\345\256\201/\347\254\2541\345\221\250-\347\254\2542\350\212\202-\344\275\234\344\270\232\346\217\220\344\272\244/02-git\344\273\223\345\272\223.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\233\246/\347\254\254\344\270\200\345\221\250/.keep" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\233\246/\347\254\254\344\270\200\345\221\250/.keep" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\233\246/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202\344\275\234\344\270\232.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\233\246/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202\344\275\234\344\270\232.png" new file mode 100644 index 0000000000000000000000000000000000000000..ca5fb8cb3e94545323882b4fee0f143cb1d7900c Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\233\246/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202\344\275\234\344\270\232.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\233\246/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202\344\275\234\344\270\232/.gitignore" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\233\246/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202\344\275\234\344\270\232/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..8b9c4da2e8a25dbad6643b8de6a5d8288dcdcd55 --- /dev/null +++ "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\233\246/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202\344\275\234\344\270\232/.gitignore" @@ -0,0 +1,5 @@ +.idea +.git +/venv/ +/test/ +*/__pycache__/ \ No newline at end of file diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\233\246/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202\344\275\234\344\270\232/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\233\246/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202\344\275\234\344\270\232/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202.png" new file mode 100644 index 0000000000000000000000000000000000000000..d968995616ac929a7c05b1ad83e5b68da25fad51 Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_\346\233\246/\347\254\254\344\270\200\345\221\250/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202\344\275\234\344\270\232/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_Flowey/QQ\346\210\252\345\233\27620201216231826.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_Flowey/QQ\346\210\252\345\233\27620201216231826.png" new file mode 100644 index 0000000000000000000000000000000000000000..4fdda30e57b53c3f4426851f014be3d8d70bef66 Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_Flowey/QQ\346\210\252\345\233\27620201216231826.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\223\262/python\347\216\257\345\242\203\345\217\230\351\207\217.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\223\262/python\347\216\257\345\242\203\345\217\230\351\207\217.png" new file mode 100644 index 0000000000000000000000000000000000000000..1112642e58afbc35aa7b47f18c83c3f7531f3f94 Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\223\262/python\347\216\257\345\242\203\345\217\230\351\207\217.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\223\262/python\347\250\213\345\272\217\350\277\220\350\241\214.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\223\262/python\347\250\213\345\272\217\350\277\220\350\241\214.png" new file mode 100644 index 0000000000000000000000000000000000000000..6c2e8bac041ca84b6fb09a41fed376771c152290 Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\223\262/python\347\250\213\345\272\217\350\277\220\350\241\214.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\237\271\345\230\211/\345\276\256\344\277\241\345\233\276\347\211\207_20201216175101.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\237\271\345\230\211/\345\276\256\344\277\241\345\233\276\347\211\207_20201216175101.png" deleted file mode 100644 index ba185ee9a816a596f13d41dd5e41f1100ad5d18b..0000000000000000000000000000000000000000 Binary files "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\237\271\345\230\211/\345\276\256\344\277\241\345\233\276\347\211\207_20201216175101.png" and /dev/null differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\237\271\345\230\211/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202/.keep" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\237\271\345\230\211/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202/.keep" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\237\271\345\230\211/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202/git\344\273\223\345\272\223\345\271\266\346\217\220\344\272\244\347\240\201\344\272\221.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\237\271\345\230\211/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202/git\344\273\223\345\272\223\345\271\266\346\217\220\344\272\244\347\240\201\344\272\221.png" new file mode 100644 index 0000000000000000000000000000000000000000..704046781cd5d90ff1ee51a1cc98f9445ae72052 Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\237\271\345\230\211/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202/git\344\273\223\345\272\223\345\271\266\346\217\220\344\272\244\347\240\201\344\272\221.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\237\271\345\230\211/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202/\350\231\232\346\213\237\347\216\257\345\242\203+\346\226\260\345\273\272\351\241\271\347\233\256.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\237\271\345\230\211/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202/\350\231\232\346\213\237\347\216\257\345\242\203+\346\226\260\345\273\272\351\241\271\347\233\256.png" new file mode 100644 index 0000000000000000000000000000000000000000..9ff8f82490f2df72535b7b81bbe9dff339cf43f2 Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\345\237\271\345\230\211/\347\254\254\344\270\200\345\221\250-\347\254\254\344\272\214\350\212\202/\350\231\232\346\213\237\347\216\257\345\242\203+\346\226\260\345\273\272\351\241\271\347\233\256.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/4\347\217\255/4\347\217\255_\345\256\211\351\200\270/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/4\347\217\255/4\347\217\255_\345\256\211\351\200\270/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202.png" new file mode 100644 index 0000000000000000000000000000000000000000..d020ca57421483c5cebae42532c71f4b8da58cb4 Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/4\347\217\255/4\347\217\255_\345\256\211\351\200\270/\347\254\254\344\270\200\345\221\250_\347\254\254\344\272\214\350\212\202.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_Leo_\345\256\227\350\277\234/python\344\275\234\344\270\232\346\217\220\344\272\244/.keep" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_Leo_\345\256\227\350\277\234/python\344\275\234\344\270\232\346\217\220\344\272\244/.keep" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_Leo_\345\256\227\350\277\234/python\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202/.keep" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_Leo_\345\256\227\350\277\234/python\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202/.keep" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_Leo_\345\256\227\350\277\234/python\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202/1.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_Leo_\345\256\227\350\277\234/python\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202/1.png" new file mode 100644 index 0000000000000000000000000000000000000000..60f6f2e15c305577efaafdb3bde7b5f375e887dd Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_Leo_\345\256\227\350\277\234/python\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202/1.png" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_Leo_\345\256\227\350\277\234/python\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202/2.jpg" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_Leo_\345\256\227\350\277\234/python\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202/2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..1ea82ddeff5e7f26bf7e1916ae28aa107083aad9 Binary files /dev/null and "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_Leo_\345\256\227\350\277\234/python\344\275\234\344\270\232\346\217\220\344\272\244/\347\254\254\344\270\200\345\221\250_\347\254\254\344\270\200\350\212\202/2.jpg" differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_\345\274\240\345\205\264\351\233\250/\347\254\254\344\270\200\344\270\252\346\234\210" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_\345\274\240\345\205\264\351\233\250/\347\254\254\344\270\200\344\270\252\346\234\210" new file mode 100644 index 0000000000000000000000000000000000000000..a150b219a8c325492f8fbe0181475963d65a2f06 --- /dev/null +++ "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_\345\274\240\345\205\264\351\233\250/\347\254\254\344\270\200\344\270\252\346\234\210" @@ -0,0 +1 @@ +https://gitee.com/jjjzxy/git_test.git \ No newline at end of file diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_\345\274\240\345\205\264\351\233\250/\347\254\254\344\270\200\345\221\250\347\254\254\344\272\214\350\212\202\344\275\234\344\270\232" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_\345\274\240\345\205\264\351\233\250/\347\254\254\344\270\200\345\221\250\347\254\254\344\272\214\350\212\202\344\275\234\344\270\232" new file mode 100644 index 0000000000000000000000000000000000000000..a150b219a8c325492f8fbe0181475963d65a2f06 --- /dev/null +++ "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/5\347\217\255/5\347\217\255_\345\274\240\345\205\264\351\233\250/\347\254\254\344\270\200\345\221\250\347\254\254\344\272\214\350\212\202\344\275\234\344\270\232" @@ -0,0 +1 @@ +https://gitee.com/jjjzxy/git_test.git \ No newline at end of file