We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1d056 commit 8d36333Copy full SHA for 8d36333
fans/README.md
@@ -12,6 +12,8 @@ Python技术 公众号文章代码库
12
13
[高效办公,pandas美化表格实例演示](https://github.com/JustDoPython/python-examples/tree/master/fans/beautyPandas):高效办公,pandas美化表格实例演示
14
15
+[echarts的可视化](https://github.com/JustDoPython/python-examples/tree/master/fans/shift):echarts的可视化
16
+
17
18
19
fans/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
+pip install -r requirements.txt
+python manage.py runserver localhost:8887
0 commit comments