Kubernetes官网提供的安装指引使用的google的yum源,正常情况下无法使用,这里使用阿里的yum源来安装。 参考这2篇博客 https://blog.myzony.com/centos-7-4-an-zhuang-k8s-v1-11-0-ji-qun-suo-yu-dao-de-wen- ...
分类:
Web程序 时间:
2018-09-13 14:11:59
阅读次数:
152
这是个开心的题目,因为既可以自己翻译,代码又好写ヾ(????)?" The i’th Fibonacci number f(i) is recursively de?ned in the following way: ? f(0) = 0 and f(1) = 1 ? f(i + 2) = f(i ...
分类:
其他好文 时间:
2018-09-12 01:07:37
阅读次数:
153
lxml是Python的一个解析库,支持HTML和XML的解析,支持XPath解析方式,而且解析效率非常高。本节中,我们了解一下lxml的安装方式,这主要从Windows、Linux和Mac三大平台来介绍。 1. 相关链接 官方网站:http://lxml.de GitHub:https://git ...
分类:
编程语言 时间:
2018-09-11 16:13:35
阅读次数:
154
--排序select * from test.core_cl_info where STAND_NAME like '%ACCT_CLOSE_APPR_STATUS%' order by code_de ; --查找 '所有'库中的 字段的中文名包含‘’的字段select tabschema,tab ...
分类:
数据库 时间:
2018-09-11 14:20:14
阅读次数:
250
裸的树链剖分+线段树 但是要注意一个地方……我WA了好几次才发现取完相反数之后max值和min值是要交换的…… cpp include include using namespace std; const int N=200005; int n,m,h[N],cnt,de[N],va[N],fa[N ...
分类:
其他好文 时间:
2018-09-10 22:24:31
阅读次数:
320
title: 【转】常见容错机制 date: 2018 09 09 21:08:45 tags: [转]常见容错机制:failover ,failsafe,failfase ,failback,forking "转自https://blog.csdn.net/hongweigg/article/de ...
分类:
其他好文 时间:
2018-09-09 22:17:46
阅读次数:
176
打开Qt 5.8 for Desktop (MinGW 5.3.0 32 bit)命令行 Setting up environment for Qt usage... D:\Qt\Qt5.8.0\5.8\mingw53_32>e: //QT项目盘符 E:\>cd E:\QT_WORKSPACE\De ...
分类:
编程语言 时间:
2018-09-09 15:25:52
阅读次数:
704
2018CCPC网络赛 J - YJJ's Salesman HDU - 6447 YJJ is a salesman who has traveled through western country. YJJ is always on journey. Either is he at the de ...
分类:
其他好文 时间:
2018-09-09 15:17:30
阅读次数:
138
SQL Server Management Studio 快捷键 Shift+F10, right click F8, 打开左边树状结构图 Ctrl +Alt+T, template browser Ctrl+W, 选择当前单词 SHIFT+ALT+ENTER 编辑器全屏 CTRL+SHIFT+DE ...
分类:
数据库 时间:
2018-09-06 23:00:51
阅读次数:
269
package demo04; /* * 形状 */public abstract class Shape { // 求周长 public abstract double getGrith(); // 求面积 public abstract double getArea();} package de ...
分类:
其他好文 时间:
2018-09-06 02:51:06
阅读次数:
187