
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
from smtplib import SMTPimport smtplibfrom email.header import Headersmtpserver='smtp.sina.com'password='123456'user='username@sina.com'sender='username@sina.com'receiver='receive@sina.com'su...
package LiKou;import java.util.Scanner;public class FeiBoNaQie {//输出斐波那契数public static void main(String[] args) {Scanner input = new Scanner(System.in);System.out.println("你想输出几个斐波那契数?");int n=input.n
import codecsimport subprocessimportosimporttimeimport unittestfrom pytestreport import TestRunnerimportuiautomator2 as u2import emailimport osimport smtplibimport randomimport uiautomator2 as u2impor
个人分类: java下载虚拟机,下载乌班图镜像文件,创建新的虚拟机,输入账户密码打开,注意安装目录最好不要使用中文,用光盘和ios两种方式驱动...
1.The type org.openqa.selenium.remote.http.HttpClient$Factory cannot be resolv 的解决方法就是更换2.53.0的selenium的jar包2.在dos中输入android avd就能启动android虚拟机3.启动android虚拟机遇到的问题Please ensure the file “kernel-qemu” ..
#!/usr/bin/python-- coding: UTF-8 --import Tkinterimport os,sys;import time;import tkinter.messageboxreload(sys)sys.setdefaultencoding(‘utf-8’)top = Tkinter.Tk()top.geometry(‘580x500’)top.resizable(10
#!/usr/bin/env python-- coding: utf-8 --import matplotlib.pyplot as pltimport numpy as npimport sysimport datetime修改文件路径filePath = “/home/st/Desktop/draw-performance-pgen5/”file_tag = “Perform...
#导入我们需要用到的包和类并且起别名import sysfrom com.android.monkeyrunner import MonkeyRunner as mrfrom com.android.monkeyrunner import MonkeyDevice as mdfrom com.android.monkeyrunner im
自动化测试需要获得当前的activity,来判断处于的页面是否正确;hierarchy view经常连不上真机,无法获得activity,所以直接用 adb命令来查看当前运行的 activity就可以;方法一:1、cmd命令中输入:adb shell 进入shell命令模式2、shell中输入:logcat | grep ActivityManager 真机运行应用,可以实时...
def settingtime():while True:starttime = time.strftime("%H:%M:%S");recordcmd=“adb shell screenrecord/sdcard/demo.mp4”pullfile=“adb pull /sdcard/demo.mp4 /Users/shixinfa/Desktop/0402”AVATAR_STRANGER_PA







