摘要:
docker ps 查看当前正在运行的容器 docker ps -a 查看所有容器的状态 docker start/stop id/name 启动/停止某个容器 docker attach id 进入某个容器(使用exit退出后容器也跟着停止运行) docker exec -ti id 启动一个伪终 阅读全文
摘要:
使用python通过selenium模拟打开chrome窗口报错 出现 "您使用的是不受支持的命令行标记:--ignore-certificate-errors 阅读全文
摘要:
1.xl info [root@vt-snb7 ~]# xl info host : vt-snb7 #Dom0的主机名 release : 3.1.0-rc7+ #Dom0的内核版本 version : #1 SMP Mon Mar 26 09:34:05 CST 2012 #Dom0内核编译的时 阅读全文
摘要:
常用的编码方式 form的enctype属性为编码方式,常用有两种:application/x-www-form-urlencoded和multipart/form-data,默认为application/x-www-form-urlencoded。 2.multipart/form-data 当a 阅读全文
摘要:
1.ActionChains基本用法 首先需要了解ActionChains的执行原理,当你调用ActionChains的方法时,不会立即执行,而是会将所有的操作按顺序存放在一个队列里,当你调用perform()方法时,队列中的时间会依次执行。 这种情况下我们可以有两种调用方法: 链式写法 menu 阅读全文
摘要:
#coding=utf-8 from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as 阅读全文
摘要:
pycharm选择python3 安装 pip3 python3 -m pip install -U pip 安装seleium pip install selenium pip install --upgrade seleium (看版本 import seleium 、help(seleium) 阅读全文
摘要:
报错信息: 解除输入的安全模式,Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable saf 阅读全文
摘要:
#!/bin/shtm=`date "+%Y%m%d-%H:%M"`home_path=/home/tool_fileweb_source=/opt/server/tomcat/webappshis_version_path=/data/client/his_version/$tmif [ -f " 阅读全文
摘要:
matlab 非线性拟合 阅读全文