正则时光 - 生活原本沉闷,但跑起来就有风!
正则时光 - 生活原本沉闷,但跑起来就有风!
最新发布吾生也有涯,而知也无涯!第67页
数据类型:数字、运算符、数据类型转换 - 正则时光

数据类型:数字、运算符、数据类型转换

一、数字分类 整数(Integer)浮点数(Float)复数(Complex)布尔(Boolean)a=1b=1.1c=1+2jd=0 c.real # 检测复数实部 c.imqg # 检测复数虚部 二、运算符 1.算术运算符 2.逻辑运算符 变量a=10,b=20...
接⼝对象封装的思想及实现 - 正则时光

接⼝对象封装的思想及实现

解决的问题 代码冗余度⾼(有⼤量重复代码) 代码耦合度⾼ 代码维护成本⾼ 核⼼思想:代码分层 分层思想: 将 普通⽅法实现的 ,分为 接⼝对象层 和 测试脚本层。 接⼝对象层: 对 接⼝ 进⾏封...
vsftp启动时报错:500 OOPS: can only support ipv4 and ipv6 currently - 正则时光

vsftp启动时报错:500 OOPS: can only support ipv4 and ipv6 currently

问题现象 安装好vsftpd后,重新启动报错:Job for vsftpd.service failed because the control process exited with error code. See 'systemctl status vsftpd.service' and 'journalctl -xe' ...
软件测试主流技能和测试常用分类 - 正则时光

软件测试主流技能和测试常用分类

一、测试主流技能 功能测试 测试主要验证程序的功能是否满足需求 验证用户登录测试用例表 自动化测试 使用代码或工具代替手工,对项目进行测试 接口测试 使用代码或工具验证程序中的接口是否访...
centos解压zip文件报错:End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive.... - 正则时光

centos解压zip文件报错:End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive….

问题现象 从虚拟机中拖放传输的zip文件,在解压时报错:End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part arch...
替换Jenkins插件地址为国内镜像源 - 正则时光

替换Jenkins插件地址为国内镜像源

问题:Jenkins安装插件报错,该Jenkins实例似乎已离线。 问题:Jenkins插件下载失败或下载慢或报错There were errors checking the update sites: SSLHandshakeException: sun.secu 这些问题都...
mysql在Linux上的安装教程,超详细! - 正则时光

mysql在Linux上的安装教程,超详细!

方式一、无密码登录 rpm -qa | grep mysql 如果你系统有安装,那可以选择进行卸载: rpm -e mysql // 普通删除模式 rpm -e --nodeps mysql // 强力删除模式,如果使用上面命令删除时,提示有依赖...
子比主题外链修改 go 外链跳转页面 - 正则时光

子比主题外链修改 go 外链跳转页面

在主题目录下go.php文件里面的全部代码清空,然后把下面的代码复制进去即可。替换原来的即可。 更新主题和修改前记得备份go.php。 注意:修改代码内的第 108 行的 logo 地址,本教程适用于子比...