We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0bfcc commit cd1d056Copy full SHA for cd1d056
qingxiangke/README.md
@@ -18,3 +18,5 @@ Python技术 公众号文章代码库
18
[pandas的两表连接](https://github.com/JustDoPython/python-examples/tree/master/qingxiangke/pandasMerge) : pandas的两表连接
19
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的可视化
qingxiangke/shift/ssw.txt
@@ -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