03 2021 档案
摘要:工具:memtester 官方:http://pyropus.ca/software/memtester/ 安装: wget http://pyropus.ca/software/memtester/old-versions/memtester-4.3.0.tar.gz tar -xzvf memt
阅读全文
摘要:# coding=utf-8 from selenium import webdriver import os, sys from selenium.common.exceptions import WebDriverException driver_base = os.path.abspath(o
阅读全文
摘要:# coding=utf-8 import os from selenium.common.exceptions import ElementNotInteractableException, ElementClickInterceptedException from selenium.webdri
阅读全文
摘要:# coding=utf-8 from config.setting_base import SettingBase from util.read_ini import ReadIni from selenium.webdriver.common.by import By from selenium
阅读全文
摘要:# coding=utf-8 import configparser # 创建读取ini文件工具类 class ReadIni(object): def __init__(self, file_name=None, node=None): # 初始化登录参数 if file_name is None
阅读全文
摘要:# -*- coding: utf-8 -*- import os, sys import MySQLdb from sshtunnel import SSHTunnelForwarder from util.read_ini import ReadIni db_name = os.path.abs
阅读全文
摘要:# coding=utf-8 import sys, logging from paramiko.client import SSHClient, AutoAddPolicy from paramiko import AuthenticationException from paramiko.ssh
阅读全文