Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 14 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /