File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ Python技术 公众号文章代码库
18
18
[ pandas的两表连接] ( https://github.com/JustDoPython/python-examples/tree/master/qingxiangke/pandasMerge ) : pandas的两表连接
19
19
20
20
[ 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的可视化
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments