摘要:
@echo off title 静态IP设置 set netName=本地连接 set address=192.168.1.202 netsh interface ipv4 set address name="%netName%" source=static address=%address% mask=255.255.255.0 gateway=192.168.1.1 gwmetric=0... 阅读全文
摘要:
# -*- coding: UTF-8 -*- ''' Created on 2016年5月13日 @author: csxie ''' import datetime from Base import BasePage import ExcelOperation as excel from selenium.webdriver.support.ui import WebDriverWait ... 阅读全文