Skip to content

Commit c72960f

Browse files
committed
提交代码
1 parent 1f90b0d commit c72960f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

fans/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Python技术 公众号文章代码库
1818

1919
[为了买车,我爬了懂车帝!](https://github.com/JustDoPython/python-examples/tree/master/fans/scrapydcd):为了买车,我爬了懂车帝!
2020

21-
21+
[用Python写个工具,同时应付10个客服MM!](https://github.com/JustDoPython/python-examples/tree/master/fans/sqlquery):用Python写个工具,同时应付10个客服MM!
2222

2323

2424

fans/sqlquery/代码获取.txt

+14
Original file line numberDiff line numberDiff line change
@@ -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+
```sh
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

Comments
 (0)