240 发简信
IP属地:海南
  • 删除centos中的docker

    停止docker服务: sudo systemctl stop docker 卸载Docker软件包 sudo yum remove docke...

  • centos7安装docker

    前提:首次安装 1、yum包更新到最新 yum update 2、安装需要的软件包 yum install -y yum-utils devic...

  • robot framework+工具ride实现接口自动化安装篇

    官网:https://robotframework.org/robotframework/latest/RobotFrameworkUserGu...

  • Resize,w 360,h 240
    FTP连接文件目录乱码

    FTP客户端连接服务端 服务端的含中文的文件夹乱码:

  • mysql 查询某字段的字符长度

    select CHAR_LENGTH(column_name) from table_name;

  • Resize,w 360,h 240
    junit5并发配置及操作

    一、在test resource文件夹下创建一个名为junit-platform.properties的文件 The JUnit Platfor...

  • Resize,w 360,h 240
    接口自动化json文件数据驱动利器-junit-json-params

    AJunit 5[http://junit.org/junit5/]library to provide annotations that lo...

  • Resize,w 360,h 240
    selenium入门-Installing Selenium

    以下适用于java语言 确保本机已经有jdk运行环境 开发者工具为:IntelliJ IDEA 一、驱动下载 地址1:https://npm.t...

  • Resize,w 360,h 240
    selenium介绍及原理

    一、简介 Selenium is an umbrella project for a range of tools and libraries ...