Skip to content

Commit cd1d056

Browse files
committed
更新
1 parent db0bfcc commit cd1d056

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

qingxiangke/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ Python技术 公众号文章代码库
1818
[pandas的两表连接](https://github.com/JustDoPython/python-examples/tree/master/qingxiangke/pandasMerge) : pandas的两表连接
1919

2020
[pandas的多表拼接](https://github.com/JustDoPython/python-examples/tree/master/qingxiangke/joint) : pandas的多表拼接
21+
22+
[echarts的可视化](https://github.com/JustDoPython/python-examples/tree/master/qingxiangke/shift) : echarts的可视化

qingxiangke/shift/ssw.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
源码下载和安装
2+
3+
前端
4+
git clone https://gitee.com/sswfit/vue-morning-shift.git
5+
cd vue-morning-shift
6+
npm install --registry=https://registry.npm.taobao.org
7+
npm run serve
8+
9+
后端
10+
git clone https://gitee.com/sswfit/morning_shift.git
11+
cd morning_shift
12+
pip install -r requirements.txt
13+
python manage.py runserver localhost:8887

0 commit comments

Comments
 (0)