cluvfy(Cluster Verify),简称CVU,是随Oracle集群管理软件一起发布的检查工具。 1、不带fixup 2、带fixup Fix: OS Kernel Parameter: shmmax Node Name Status WWJD db2 successful WWJD db ...
分类:
其他好文 时间:
2019-01-26 22:42:48
阅读次数:
316
Uninstall old versions SET UP THE REPOSITORY Optional INSTALL DOCKER CE 1、common install 2、to install specific version 3、start and verify Install usin ...
分类:
其他好文 时间:
2019-01-25 17:37:20
阅读次数:
207
前提:注册一个github账号,安装git工具 一、打开github,点击右上角“+”中的“New repository” 二、填写仓库信息,填写完成后点击“Create repository” 三、点击“Clone or download”,复制仓库地址 四、进入要上传代码的文件夹下,右键选择“G ...
分类:
Web程序 时间:
2019-01-25 16:04:47
阅读次数:
190
r2 = s.post(url2, data=body, verify=False)# 获取当前url地址print r2.url# 第三步:正则提取需要的参数值import repostid = re.findall(r"postid=(.+?)&", r2.url)print postid # ...
分类:
其他好文 时间:
2019-01-22 16:26:22
阅读次数:
231
Formality形式验证主要验证综合后,生成的网表文件功能和之前的verilog文件功能是否一致, 需要两个文件,一个verilog文件,一个是网表文件 1.新建一个文件夹,把verilog文件和网表文件放入文件夹下,在此路径,打开linux下输入命令窗口,输入fm,则打开Formality软件 ...
分类:
其他好文 时间:
2019-01-22 00:31:24
阅读次数:
1809
效果: 验证码还是没有布局好.背景比较怀古. 1.写前端html login.jsp 登录界面样式 2.写控制器 其中就是login方法与ulogin方法 controller包下IndexController类 3.写登录验证器 validator包下的UserLoginValidator继承JF ...
分类:
Web程序 时间:
2019-01-20 14:01:29
阅读次数:
205
1. Kill Command – Kill the process by specifying its PID All the below kill conventions will send the TERM signal to the specified process. For the si ...
分类:
其他好文 时间:
2019-01-18 21:26:34
阅读次数:
148
本文由云+社区发表 作者:腾讯工蜂用户:王二卫 从不一样的视角了解git,以便更好的使用git 一、git & git 版本库认识 git 是一个内容寻址的文件系统,其核心部分是一个简单的键值对数据库(key value data store),可以向该数据库插入任意类型的内容,它会返回一个40位长 ...
分类:
其他好文 时间:
2019-01-18 19:49:48
阅读次数:
228
author:headsen chen date: 2019-01-18 10:22:20 notice:created by headsen chen himself and not allowed to copy, or you will count law question! 版本环境:cen ...
分类:
其他好文 时间:
2019-01-18 12:15:21
阅读次数:
275
1.设置等待时间Thread.sleep(2000); (1000代表1s)2.断言assertion:验证应用程序的状态是否同所期望的一致。常见的断言包括:验证页面内容,如标题是否为X或当前位置是否正确,或是验证该复选框是否被勾选。断言被用于三种模式: assert 、verify、waitfor ...
分类:
编程语言 时间:
2019-01-12 12:06:35
阅读次数:
178