We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f90b0d commit c72960fCopy full SHA for c72960f
fans/README.md
@@ -18,7 +18,7 @@ Python技术 公众号文章代码库
18
19
[为了买车,我爬了懂车帝!](https://github.com/JustDoPython/python-examples/tree/master/fans/scrapydcd):为了买车,我爬了懂车帝!
20
21
-
+[用Python写个工具,同时应付10个客服MM!](https://github.com/JustDoPython/python-examples/tree/master/fans/sqlquery):用Python写个工具,同时应付10个客服MM!
22
23
24
fans/sqlquery/代码获取.txt
@@ -0,0 +1,14 @@
1
+vue
2
+```sh
3
+git clone https://gitee.com/sswfit/vue-morning-shift.git
4
+cd vue-morning-shift
5
+npm install --registry=https://registry.npm.taobao.org
6
+npm run serve
7
+```
8
+
9
+django
10
11
+git clone https://gitee.com/sswfit/morning_shift.git
12
+cd morning_shift
13
+pip install -r requirements.txt
14
+python manage.py runserver localhost:8887
0 commit comments