1:Test Environment 2:Modifying the NIC configuration file 3: Modifying the GRUB configuration file 4: reboot ...
分类:
其他好文 时间:
2018-06-12 21:01:59
阅读次数:
226
由于给别的项目组帮忙,为了开发方便想搞个本地数据库,发现同事给的sql脚本执行不了。根据报错信息查了下发现是版本问题。我本机装的是mysql5.5,同事用的库是5.7。 因此,还是重装个5.7吧。。 卸载 在控制面板-》卸载或更改程序 里卸载mysql后,再手动将mysql的安装目录删除。 然后cm ...
分类:
数据库 时间:
2018-06-12 20:54:02
阅读次数:
272
#include #include #include #include #include using namespace std; class node{ public: string id; int p, m, f, g; bool flag; node(){p=m=f=g=-1; flag=fa... ...
分类:
其他好文 时间:
2018-06-11 20:27:27
阅读次数:
152
平台环境:Centos 7.0 一、架构模式 二、核心服务 Master 1)etcd服务 etcd是一个高可用的键值存储系统,Kubernetes使用它来存储各个资源的状态,从而实现了Restful的API。etcd服务作为kubernetes集群的主数据库,在安装Kubernetes各服务之前需 ...
分类:
Web程序 时间:
2018-06-11 18:57:24
阅读次数:
833
属性列表 1、OptionsSelection: EnableAppearanceForcusedCell:选中的Cell的Appearance设置是否可用。默认为True; EnableAppearanceForcusedRow:选中的Node的Appearance设置是否可用。默认为True I ...
分类:
其他好文 时间:
2018-06-11 15:53:14
阅读次数:
594
/* begin禁用微信分享功能 */ function onBridgeReady() { WeixinJSBridge.call('hideOptionMenu'); } if (typeof WeixinJSBridge == "undefined") { if (documen... ...
分类:
微信 时间:
2018-06-11 13:45:11
阅读次数:
308
之前用的node版本太低,不兼容webpack4.x,需要升级,网上搜索了许多方法,发现在windows下行不通 找到的教程都说全局安装node下的一个名为n的模块,这个模块是node专门用于版本管理的,但遗憾的是windows下安装不了 注:n模块还不支持win系统,在linux、mac电脑可以安 ...
问题描述: Sort a linked list using insertion sort. A graphical example of insertion sort. The partial sorted list (black) initially contains only the firs ...
分类:
其他好文 时间:
2018-06-11 11:04:18
阅读次数:
165
1、解压软件包 [root@linux-node1 ~]# cd /usr/local/src/ [root@linux-node1 src]# ls k8s-v1.10.1-manual.zip [root@linux-node1 src]# unzip k8s-v1.10.1-manual.zi ...
分类:
Web程序 时间:
2018-06-11 10:52:33
阅读次数:
215
前言 部分真机可能会出现每次运行代码,启动app之前都会重复安装Unlock和Appium Setting这两个小工具,有的手机会自动安装,这个还好。有的手机每次都会弹出一个安装确认框(如部分小米和vivo出现),这样就比较麻烦了,不手动去点,就无法继续执行代码了。 注意:appium之前老的版本1 ...
分类:
移动开发 时间:
2018-06-11 02:08:01
阅读次数:
238