E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
MTime
Python3-paramiko-SFTP上传文件夹到多台远程服务器
#coding:utf-8importparamikoimportreimportosfro
mtime
importsleep#定义一个类,表示一台远端linux主机#参考https://www.cnblogs.com
dianqijue4079
·
2020-08-26 06:47
使用Appium自动化测试app(五)------实战篇3(线程)
importosimportunittestimportthreadingimportrefro
mtime
importsleepfromappiumimportwebdriverfromselenium.webdriver.common.byimportByfromselenium.webdriver.support.uiimportWebDriverW
窒息的鱼
·
2020-08-25 17:17
Appium
Selenium3自动化测试——22.使用DDT运行同一测试用例
1)安装pipinstallddt2)以百度搜索为例,确定DDT的用法importunittestfro
mtime
importsleepfromseleniumimportwebdriverfromddtimportddt
雪爱上夏天
·
2020-08-25 17:11
Selenium自动化测试
Python自动化测试系列[v1.0.0][数据驱动DDTJSON]
||北京","上海||上海","广州||广州","深圳||深圳","香港||香港"]测试代码#encoding=utf-8"""__title__=''__author__='davieyang'__
mtime
Davieyang.D.Y
·
2020-08-25 17:42
python3 串口
py串口程序#coding=utf-8#串口测试程序importserialfro
mtime
importsleepserialport=serial.Serial("/dev/ttyUSB0",115200
my393661
·
2020-08-25 17:33
python
自动化用例执行和测试报告展示
fromtkinterimport*fromseleniumimportwebdriverimporttkinterastkfromtkinterimportscrolledtext,messageboxfro
mtime
importsleepfromtkinterimportttkimportxlrdimportrequestsimportjsonimportqrcodeimportunittes
caiyong_
·
2020-08-25 17:31
python-tkinter
unittest中更高效的执行测试用例一个类只需要打开一次浏览器
示例代码baidu.py#_*_coding:utf-8_*_importcsv,unittest#导入csv模块fro
mtime
importsleepfromseleniumimportwebdriverfrommoduleimportbaidumoduleclassbaidu
weixin_30437337
·
2020-08-25 17:14
Python (Page Object实例)
案例:登录帝国网站(http://localhost)首先定义一个基础类,用于页面对象的继承BasePage.pyfro
mtime
importsleepclassP
bangqiang9716
·
2020-08-25 17:51
Python+selenium(操作隐藏元素)
按照一般正常的元素定位进行操作,如下:display.pyfromseleniumimportwebdriverfromselenium.webdriver.support.selectimportSelectfro
mtime
importsleepdriver
bangqiang9716
·
2020-08-25 17:51
Appium设置时间等待
1、强制等待——设置固定等待时间(时间单位为秒)fro
mtime
importsleepsleep(num)2、隐式等待——针对全部的元素设置的等待的时间(时间单位为秒)driver.implicitlywait
Nanxi_ss
·
2020-08-25 17:07
那如何进行自动化登录测试呢!本文就基于python+selenium结合unittest单元测试框架来进行一次简单但比较完整的cnblog自动化登录测试,可提供点参考!下面就包括测试代码和每种测试情况
用户名错误、密码正确(5)用户名为空、密码正确(还有用户名和密码均为空时与此情况是一样的,这里就不单独测试了)'''importunittestfromseleniumimportwebdriverfro
mtime
importsleepclassLoginCase
weixin_42647827
·
2020-08-25 16:46
python
Sleep和Wait方法有什么区别和共性
temporarilycease*execution)forthespecifiednumberofmilliseconds,subjectto*theprecisionandaccuracyofsyste
mtime
rsandschedulers.Thethread
LJHSkyWalker
·
2020-08-25 16:04
unittest编写Web测试用例
案例:百度搜索关键词:“unittest”test_baidu.py:fromseleniumimportwebdriverfro
mtime
importsleepimportunittestclassTestBaidu
bangqiang9716
·
2020-08-25 16:47
利用百度AIP打造自己的ocr程序(python+tk+PIL+百度aip)
AIP打造自己的ocr程序(python+tk+PIL+百度aip)程序程序importtkinterfromtkinterimport*importosfromPILimportImageGrabfro
mtime
importsleepfromaipimportAipOcrroot
K-D小昊
·
2020-08-25 15:14
机器学习
tkinter
python
selenium - 截图下载图片
fromseleniumimportwebdriverfromselenium.webdriverimportChromeOptionsfro
mtime
importsleepfromPILimportImageimportrequestsclassGet_ahth
anzhehan1535
·
2020-08-25 09:29
python
php
【SQL】查询一段时期内的交易流水记录
本月记录查询首先我们需要限定月份和当前月份相等,如下所示:SELECT*FRO
Mtime
testWHEREmonth(time)=(month(NOW()));则会连同其它年份相同月份的记录一起查询。
云涛连雾
·
2020-08-25 07:24
SQL
HDU--杭电--1016--Prime Ring Problem--深度优先搜索--此类中的水题
PrimeRingProble
mTime
Limit:4000/2000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission
LV耗子
·
2020-08-25 06:28
深搜
Shell编程---自动删除清理过期日志
要求:根据文件最后修改时间删除清理指定目录下面的文件,并在/var/log/deletelog下面生成按月的删除清理日志分析:在查找文件时要想不受文件名限制我们采用文件最后修改时间
mtime
进行查找,而且还适用于删除过期备份
Yuki-He
·
2020-08-25 06:19
shell脚本
工具
python截图工具
一、源码importtkinterimporttkinter.filedialogimportosfromPILimportImageGrabfro
mtime
importsleep#创建tkinter主窗口
蹦跶的小羊羔
·
2020-08-25 06:14
python
lightoj1240:Point Segment Distance (3D)(三分)
1240-PointSegmentDistance(3D)PDF(English)StatisticsForu
mTime
Limit:2second(s)MemoryLimit:32MBGivenasegmentin3Dspace
SimminonGarcia
·
2020-08-25 05:50
C++:枚举
includeusingnamespacestd;intmain(){enumdays{one,two,three}day;day=one;switch(day){caseone:coutusingnamespacestd;enu
mtime
云想衣裳花想容—
·
2020-08-25 04:20
C++
codeforce 455A. Boredom(经典dp水题)
A.Boredo
mtime
limitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputAlexdoesn'tlikeboredom.That'swhywheneverhegetsbored
饮酒在风里
·
2020-08-25 04:08
dp
[Usaco2008 Open] Clear And Present Danger 寻宝之路
Proble
mTime
Limit:1SecMemoryLimit:128MBDescription农夫约翰正驾驶一条小艇在牛勒比海上航行.海上有N(1≤N≤100)个岛屿,用1到N编号.约翰从1号小岛出发
Ability.
·
2020-08-25 04:14
Usaco2008
Open
入门OJ
最短路
图论算法
[Usaco2004 Nov]Til the Cows Come Home 带奶牛回家(Dijkstra的优化)
Proble
mTime
Limit:1SecMe
Ability.
·
2020-08-25 04:14
入门OJ
Usaco2004
Nov
图论算法
最短路
time.g
mtime
()实现时间戳转格式化时间
date_struct=time.g
mtime
(int(each['modifyDate'])/1000+28800)format_date=str(date_struct.tm_year)+u"年"+
小胖确实胖
·
2020-08-25 03:44
定期删除旧的日志文件(日志文件存在指定的目录中)
天之前的日志文件//获取日志文件的最后修改时间//参数:strFilePath[in],sysTime[out]__int64GetFileModifyTime(LPCTSTRstrFilePath){SYSTE
MTIME
sysTime
xingpacer
·
2020-08-25 02:47
资料集
最短路 floyed
今天开始学学最短路现在从最开始的开始学floyed(0(n3))感觉floyed有动态规划的思想通过枚举来把到每个点的最小价格算出来然后保存到数组中上例题hdu1690BusSystemBusSyste
mTime
Limit
帅气的唐大帅
·
2020-08-25 02:57
最短路
【MOOC嵩天Python语言程序设计】3.4模块2:time库的使用
>>>importtime>>>time.time()1593151474.0312757>>>time.ctime()'FriJun2614:04:452020'>>>time.g
mtime
()time.struct_time
你们这样一点都不可耐
·
2020-08-25 01:19
Python
01
-目的豆瓣日记阅读量刷新到一万-环境MAC+PYTHON+SELELNIUM-操作#python10000douban.pyfromseleniumimportwebdriverfro
mtime
importsleepnote
人工智能第三版
·
2020-08-25 00:24
ACM刷题之ZOJ————Knuth-Morris-Pratt Algorithm
Knuth-Morris-PrattAlgorith
mTime
Limit:1SecondMemoryLimit:65536KBIncomputerscience,theKnuth-Morris-Prattstringsearchingalgorithm
小时的枫
·
2020-08-25 00:45
ACM题目
Jquery控制图片宽度及高度 ,做到等比例缩放
$(document).ready(function(){varmaxWidth=780;varmaxHeight=500;varzoo
mTime
s;$("img").each(function(){varcurWidth
wyq645741608
·
2020-08-25 00:39
【BZOJ】4511: [Usaco2016 Jan]Subsequences Summing to Sevens 前缀和(特殊的技巧)
DescriptionFarmerJohn'sNcowsarestandinginarow,astheyhaveatendencytodofro
mtime
totime.EachcowislabeledwithadistinctintegerIDnumbersoFJcantellthemapart.FJwouldliketotakeaphotoofacontiguousgroupofcowsbut
weixin_30901729
·
2020-08-24 23:51
HDU-1016Prime Ring Problem
PrimeRingProble
mTime
Limit:4000/2000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)题目链接http://acm.hdu.edu.cn
weixin_30681615
·
2020-08-24 23:10
【单字符串最小最大表示法】O - String Problem HDU - 3374
StringProble
mTime
Limit:2000/1000MS(Java/Others)MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s
ummmmm
·
2020-08-24 23:02
模板
字符串
KMP
iOS -- 获取音频长度
AVURLAssetURLAssetWithURL:[NSURLfileURLWithPath:[self.dicgetStringValueForKey:@"path"defaultValue:@""]]options:nil];C
MTime
audioDuration
HanZhiZzzzz
·
2020-08-24 23:38
hdu-1016-Prime Ring Problem
PrimeRingProble
mTime
Limit:4000/2000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission
stormsha
·
2020-08-24 23:07
ACM
ACM
hdu5920(字符串模拟)
UglyProble
mTime
Limit:2000/1000MS(Java/Others)MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):
yyPurpose_forever
·
2020-08-24 22:11
模拟
HDU 3374String Problem(最大最小表示法+KMP)
StringProble
mTime
Limit:2000/1000MS(Java/Others)MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s
果7
·
2020-08-24 22:00
KMP
hdu-1016 Prime Ring Problem(素数环) DFS解法
PrimeRingProble
mTime
Limit:4000/2000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission
Morrisss_
·
2020-08-24 22:27
OJ-DFS
HDU 3374 (KMP 最小表示法)
StringProble
mTime
Limit:2000/1000MS(Java/Others)MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s
morejarphone
·
2020-08-24 22:11
KMP
Jquery控制图片宽度及高度 ,做到等比例缩放
1$(document).ready(function(){2varmaxWidth=780;3varmaxHeight=500;4varzoo
mTime
s;5$("img").each(function
weixin_30824277
·
2020-08-24 21:43
HDU 3374 String Problem (字符串最小表示法+KMP)
StringProble
mTime
Limit:2000/1000MS(Java/Others)MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s
LSD20164388
·
2020-08-24 20:29
字符串处理:字符串最小表示法
字符串处理:KMP
COM-IE-(2)
#-*-coding:UTF-8-*-importsysfro
mtime
importsleepimportwin32com.clientfromwin32com.clientimportDispatchExstdin
Gloveing
·
2020-08-24 19:17
Python
COM-IE-(1)
#-*-coding:UTF-8-*-fro
mtime
importsleepimportwin32com.clientfromwin32com.clientimportDispatchExclassCOM_IE
Gloveing
·
2020-08-24 19:46
Python
PHP 文件与目录操作
检查文件或目录是否存在filesize():取得普通文件的大小is_readable():判断给定文件名是否可读is_writable():判断给定文件名是否可写filectime():获取文件的创建时间file
mtime
苦涩2020
·
2020-08-24 18:24
PHP
后端
php
后端
The Great Team(好题)
TheGreatTea
mTime
Limit:500MSMemoryLimit:65536KB64bitIOFormat:%I64d&%I64uSubmitStatusPracticeURAL1779DescriptionWhenafewstudentsoftheUralStateUniversityfinishedtheirsportcareer
weixin_33695082
·
2020-08-24 17:09
IOS开发 时间转换
constchar*argv[]){//c语言中NSDate*data1=[NSDatedate];NSLog(@"%@",data1);//时间传唤NSTimeZone*zone=[NSTimeZonesyste
mTime
Zone
汤姆杰瑞
·
2020-08-24 16:11
POJ1681 Painter‘s Problem【暴力】
Painter’sProble
mTime
Limit:1000MSMemoryLimit:10000KTotalSubmissions:8282Accepted:3874DescriptionThereisasquarewallwhichismadeofn
海岛Blog
·
2020-08-24 16:40
SVM人脸识别技术 自己学着郭亮老师写的 感觉挺不错的
#--coding:utf-8--fromfutureimportprint_function#解决python2中的print问题fro
mtime
importtime#记录每段处理花费的时间importlogging
҉懿҉曼҉
·
2020-08-24 15:59
SVC
SVC
HDU 1536 - S-Nim(SG)
S-Ni
mTime
Limit:5000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):4585AcceptedSubmission
coco430
·
2020-08-24 13:21
HDU
博弈
上一页
31
32
33
34
35
36
37
38
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他