37
37
38
38
即可进入命令行, 命令行是windows中运行程序/配置服务中必备的工具
39
39
40
- ![ ] ( http://pic.yutiansut .com/powershell.png )
40
+ ![ ] ( http://picx.gulizhu .com/powershell.png )
41
41
42
42
## 安装python
43
43
@@ -52,7 +52,7 @@ anaconda安装的时候 注意:
52
52
53
53
敲黑板! 一定都要选上, 不然需要自己手动配置path, 如果不是很了解path的童靴一定要都选上
54
54
55
- ![ ] ( http://pic.yutiansut .com/anaconda_install_win.png )
55
+ ![ ] ( http://picx.gulizhu .com/anaconda_install_win.png )
56
56
57
57
在安装ANACONDA的过程中,注意勾选``` add to path ``` 选项,将python的执行路径加入系统路径中
58
58
@@ -80,11 +80,11 @@ pip install quantaxis -i https://pypi.doubanio.com/simple
80
80
81
81
在页面上按住 ``` ctrl+f ``` 键, 调出搜索框 ,搜索你需要的包 :
82
82
83
- ![ ] ( http://pic.yutiansut .com/QQ%E6%88%AA%E5%9B%BE20180708143617.png )
83
+ ![ ] ( http://picx.gulizhu .com/QQ%E6%88%AA%E5%9B%BE20180708143617.png )
84
84
85
85
然后点击进入
86
86
87
- ![ ] ( http://pic.yutiansut .com/winwheel.png )
87
+ ![ ] ( http://picx.gulizhu .com/winwheel.png )
88
88
89
89
下载whl文件到本地, 使用命令行进入本地目录:
90
90
@@ -94,7 +94,7 @@ pip install quantaxis -i https://pypi.doubanio.com/simple
94
94
pip install 你下载的文件.whl
95
95
```
96
96
97
- ![ ] ( http://pic.yutiansut .com/pipwhl.png )
97
+ ![ ] ( http://picx.gulizhu .com/pipwhl.png )
98
98
99
99
100
100
然后再继续
@@ -149,18 +149,18 @@ net start MongoDB
149
149
## 使用jupyter调试你的代码
150
150
151
151
1 . 在命令行启动jupyter
152
- ![ ] ( http://pic.yutiansut .com/QQ%E6%88%AA%E5%9B%BE20180626231059.png )
152
+ ![ ] ( http://picx.gulizhu .com/QQ%E6%88%AA%E5%9B%BE20180626231059.png )
153
153
154
154
155
155
2 . 在产生的网页上新建一个notebook
156
- ![ ] ( http://pic.yutiansut .com/QQ%E5%9B%BE%E7%89%8720180626231143.png )
156
+ ![ ] ( http://picx.gulizhu .com/QQ%E5%9B%BE%E7%89%8720180626231143.png )
157
157
158
158
3 . 在notebook中运行代码
159
- ![ ] ( http://pic.yutiansut .com/QQ%E5%9B%BE%E7%89%8720180626231307.png )
159
+ ![ ] ( http://picx.gulizhu .com/QQ%E5%9B%BE%E7%89%8720180626231307.png )
160
160
161
161
162
162
4 . 保存notebook为可运行的python文件
163
- ![ ] ( http://pic.yutiansut .com/QQ%E5%9B%BE%E7%89%8720180626231353.png )
163
+ ![ ] ( http://picx.gulizhu .com/QQ%E5%9B%BE%E7%89%8720180626231353.png )
164
164
165
165
166
166
## 自动更新数据
@@ -170,22 +170,22 @@ net start MongoDB
170
170
171
171
172
172
1 . 打开控制面板-系统和安全-管理工具
173
- ![ ] ( http://pic.yutiansut .com/management.png )
173
+ ![ ] ( http://picx.gulizhu .com/management.png )
174
174
175
175
2 . 打开计划任务程序
176
- ![ ] ( http://pic.yutiansut .com/management2.png )
176
+ ![ ] ( http://picx.gulizhu .com/management2.png )
177
177
178
178
3 . 在计划任务程序中,新建任务
179
- ![ ] ( http://pic.yutiansut .com/task1.png )
179
+ ![ ] ( http://picx.gulizhu .com/task1.png )
180
180
181
181
4 . 创建QUANTAXIS_Update任务
182
- ![ ] ( http://pic.yutiansut .com/task2.png )
182
+ ![ ] ( http://picx.gulizhu .com/task2.png )
183
183
184
184
5 . 选择运行时间/频率
185
- ![ ] ( http://pic.yutiansut .com/task3.png )
185
+ ![ ] ( http://picx.gulizhu .com/task3.png )
186
186
187
187
6 . 选择执行的命令
188
- ![ ] ( http://pic.yutiansut .com/task4.png )
188
+ ![ ] ( http://picx.gulizhu .com/task4.png )
189
189
190
190
7 . 配置完毕
191
- ![ ] ( http://pic.yutiansut .com/task5.png )
191
+ ![ ] ( http://picx.gulizhu .com/task5.png )
0 commit comments