12 2023 档案
摘要:1.拉取镜像 docker pull nginx 2.查看镜像 docker images [root@VM-8-2-centos ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE nginx latest 605c77e624dd 24
阅读全文
摘要:1.在Linux中,可以通过以下命令查看系统版本: cat /etc/os-release 2.在Linux中,可以通过以下命令查看版本(CentOS 要求内核版本不低于 3.10): uname -aLinux VM-8-2-centos 3.10.0-1160.99.1.el7.x86_64 3
阅读全文
摘要:from appium import webdriver import time # python+appium 打开模拟器中的设置 desired_caps = { 'platformName': 'Android', 'deviceName': '127.0.0.1:62001', 'appPa
阅读全文