# 根据缺口的模式选股买股票''' 1、总体回测前要做的事情 initialize(context) 1.1、设置策略参数 > 全局常量 1.2、设置中间变量 > 全局变量 1.3、设置回测条件 > JoinQuant额外需要的2、每天开盘前选股策略 (下面策略,发现这种股,不容错过) 2.1、设置 ...
分类:
编程语言 时间:
2019-06-30 10:03:27
阅读次数:
104
server.address 指定server绑定的地址 server.compression.enabled 是否开启压缩,默认为false server.compression.excluded-user-agents 指定不压缩的user-agent 多个以逗号分隔,默认值为text/html ...
分类:
编程语言 时间:
2019-06-29 23:44:58
阅读次数:
196
Pavel is developing another game. To do that, he again needs functions available in a third-party library too famous to be called. There are mm functi ...
分类:
其他好文 时间:
2019-06-29 22:14:50
阅读次数:
106
环境:CentOS release 6.8 (Final) # 直接编译python3.7在使用pip3安装依赖的时候报错: Can't connect to HTTPS URL because the SSL module is not available. 解决方法: 1.编译安装OpenSSL... ...
分类:
编程语言 时间:
2019-06-28 16:38:52
阅读次数:
2090
上一节讨论了 Health Check 在 Scale Up 中的应用,Health Check 另一个重要的应用场景是 Rolling Update。试想一下下面的情况: 现有一个正常运行的多副本应用,接下来对应用进行更新(比如使用更高版本的 image),Kubernetes 会启动新副本,然后 ...
分类:
其他好文 时间:
2019-06-28 14:34:57
阅读次数:
90
import configparser # 生成一个配置文件 config = configparser.ConfigParser() config["DEFAULT"] = {'ServerAliveInterval': '45', 'Compression': 'yes', 'Compressi... ...
分类:
其他好文 时间:
2019-06-26 20:42:43
阅读次数:
131
1.安装Nginxapt-getinstall-ynginx安装完成之后即可通过访问ubuntu的ip地址浏览nginx的预设页面2.安装php7.0及其常用模块apt-getinstall-yphp7.0php7.0-mysqlphp7.0-gdphp7.0-xmlphp7.0-curlphp7.0-zip3.配置Nginxcd/etc/nginx/cpsites-available/defau
分类:
Web程序 时间:
2019-06-25 14:56:35
阅读次数:
113
Delete Volume 操作 状态为 Available 的 volume 才能够被 delete。 如果 volume 当前已经 attach 到 instance,需要先 detach 后才能 delete。 Delete操作实现比较简单,流程图如下: 1、向 cinder-api 发送 d ...
分类:
其他好文 时间:
2019-06-24 12:23:12
阅读次数:
110
Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. It has a simple ...
分类:
Web程序 时间:
2019-06-23 17:21:02
阅读次数:
191
1026 Table Tennis (30 分) 1026 Table Tennis (30 分) 1026 Table Tennis (30 分) A table tennis club has N tables available to the public. The tables are nu ...
分类:
其他好文 时间:
2019-06-23 15:57:42
阅读次数:
108