yum -y install mysql mysql-server mysql-devel mysql-server报错:No package mysql-server available,另外两个没问题 直接从官网安装mysql-server wget http://dev.mysql.com/g ...
分类:
数据库 时间:
2019-06-30 11:16:00
阅读次数:
145
# 根据缺口的模式选股买股票''' 1、总体回测前要做的事情 initialize(context) 1.1、设置策略参数 > 全局常量 1.2、设置中间变量 > 全局变量 1.3、设置回测条件 > JoinQuant额外需要的2、每天开盘前选股策略 (下面策略,发现这种股,不容错过) 2.1、设置 ...
分类:
编程语言 时间:
2019-06-30 10:03:27
阅读次数:
104
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
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
df -h 由 df 命令显示出的各列信息的含义分别是: Filesystem:表示该文件系统位于哪个分区,因此该列显示的是设备名称; 1K-blocks:此列表示文件系统的总大小,默认以 KB 为单位; Used:表示用掉的硬盘空间大小; Available:表示剩余的硬盘空间大小; Use%:硬 ...
分类:
其他好文 时间:
2019-06-20 14:17:18
阅读次数:
136