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
AUTOIT
c++ primer c++11 IO库 顺序容器 vector 关联容器map 简单的泛型算法 还有lambda的本质 考点在这08-11
对象使用普通引用或者指针IO操作与生俱来的问题是可能引发错误有些错误可修复有些错误不可修复endl换行然后刷新缓冲区ends插入一个空字符然后刷新缓冲器flush刷新缓冲区coutv1={1};vectorv2={2};
autoit
1
summer_R
·
2020-08-20 08:38
#
c++primer
读书笔记
c++
Remove Element - LeetCode
时间复杂度为O(n)classSolution{public:intremoveElement(vector&nums,intval){for(
autoit
=nums.begin();it!
weixin_30383279
·
2020-08-20 04:29
LeetCode Reverse Bits 的C++解决4ms
代码如下:classSolution{public:uint32_treverseBits(uint32_tn){inti=0,index=0;vectorv;//
autoit
=v.begin();unsignedintres
电子科学
·
2020-08-20 03:10
Leetcode练习
C++中的iterator->second
->second意思转自http://lib.csdn.net/article/cplusplus/36005std::map实际储存了一串std::pairstd::mapm=/*fillit*/;
autoit
sigma_Tian
·
2020-08-20 01:12
C++
C++ 遍历json文件
includeusingnamespacestd;voidprint_json(Json::Valuedata){Json::Value::Membersmem=data.getMemberNames();for(
autoit
er
ly0303521
·
2020-08-20 00:49
C++
autoit
注册方法
python使用win32com调用
autoit
时候>>>auto=Dispatch("
AutoIt
X3.Control")Traceback(mostrecentcalllast):File"",line1
tianzhu123
·
2020-08-19 04:03
python
GUI设计与制作入门(一)
原作者:xhyxsl本人学习
AutoIt
还不到一年,可以说是新手,但在学习过程中得到众多
AutoIt
爱好者(konan、del888、COCO等)的大力帮助和有益启发。
weixin_34384681
·
2020-08-18 17:53
打印链表倒数第k个节点
list1.empty())&&(k0)){
autoit
_fast=lis
hgxy123
·
2020-08-18 15:18
算法题
GUI设计与制作入门
GUI设计与制作入门本人学习
AutoIt
还不到一年,可以说是新手,但在学习过程中得到众多
AutoIt
爱好者(konan、del888、COCO等)的大力帮助和有益启发。
CZD538092
·
2020-08-18 13:22
shell
32、c++ 多线程和回调函数绑定
includeusingnamespacestd;voidfun(int&x,int&y){cout::iteratorfirst,vector::iteratorend,int&result){for(
autoit
sxj731533730
·
2020-08-18 02:23
C/C++基础知识
vector容器删除元素erase用法
里面的元素8,代码如下:vectora;cout<<"beforeerase:";for(inti=0;i<10;i++){a.push_back(i);cout<
autoit
hser-chen
·
2020-08-17 16:19
遇到的问题已解决
c++
容器
PyAutoGUI-python版的
autoit
/AHK
简单介绍各个图形界面自动操作的python库,类似按键精灵\
autoit
\ahk(autohotkey)等等这些自动化工具。
weixin_34218890
·
2020-08-17 03:45
检测是否为回文字符串 C++实现
##源代码#include#includeusingnamespacestd;boolTest(conststring&temp_str){
autoit
_b=temp_str.be
_MICHAEL_LIU_
·
2020-08-16 19:28
c++
算法与数据结构
【常数时间】LRU(Least Recently Used)最近最少使用算法设计C++实现
classLRUCache{public:LRUCache(intcapacity){cap=capacity;}intget(intkey){//获得键值对的值,并将其调至链表头,同时更新map中的映射
autoit
广翅鲎
·
2020-08-16 11:18
算法
AUTOIT
IE.au3的介绍以及应用
第一讲,介绍一下基本的东西如何打开一个网页,太简单,加点要求1,打开百度,http://www.baidu.com,在百度搜索里面输入”与
autoit
3亲密接触”,偶的blog;2,窗口我要”800*600
Christ_sam
·
2020-08-16 05:36
自动化测试
1213. 三个有序数组的交集
vectorarraysIntersection(vector&arr1,vector&arr2,vector&arr3){mapm1;unordered_mapm2,m3;for(
autoit
:arr1
xiaozhou163
·
2020-08-16 04:37
std::set自定义排序比较函数
include#includevoidmain(){std::setmySet;//mySet.insert(10);//默认比较函数为lessmySet.insert(20);//从小到大排序for(
autoit
秋云
·
2020-08-15 23:05
STL
[原创]
autoit
sciTE 编译结果提示乱码 编译报错 解决方法
autoit
sciTE编译结果提示乱码编译报错解决方法错误提示:>"d:\
autoit
\
AutoIt
3_3_14_2\SciTE\..
fantaxy025025
·
2020-08-15 13:55
错误提示:Unable to connect to adb.Check if adb is installed correctly
stackoverflow同问题,这个链接help我解决此问题最近刚开始使用
autoIT
,需要通过uiautomatorviewer.bat(Androidsdk中)来找到屏幕上控件的ID或者text,
ibaymin
·
2020-08-15 12:11
android
selenium2 python自动化测试之利用
AutoIt
工具实现本地文件上传
selenium2python自动化测试之利用
AutoIt
工具实现本地文件上传本人在学习基于python语言的selenium2自动测试方法的过程中,发现涉及本地上传文件的测试时,selenium2在定位本地
weixin_34190136
·
2020-08-15 08:08
赛码网练习题
#include#includeusingnamespacestd;intmain(){stringhistory,future;while(cin>>history>>future){
autoit
=history.begin
Michael__Shi
·
2020-08-15 07:41
Learn
C++
数据结构与算法
C++中的auto类型说明符用法
可以让编译器替我们分析表达式所属的类型//auto让编译器通过初始值推算变量的类型,因此auto定义的变量必须有初始值#includeintmain(){intval1=9;doubleval2=4.1;
autoit
em
给雨
·
2020-08-15 05:41
C++
map的坑
intmain(){std::unordered_mapmm;mm[3];mm.insert(pair(1,2));mm.insert(pair(1,5));mm.insert(pair(2,3));for(
autoit
rockets311
·
2020-08-14 23:59
一步一步CPP
C++——字符串、向量和数组
constvectorcv;
autoit
=cv.begin();//it的类型是vector::const_iteratorit->mem()
X-Dele
·
2020-08-14 22:56
C语言
selenium借助
AutoIt
识别上传(下载)详解
AutoIt
目前最新是v3版本,这是一个使用类似BASIC脚本语言的免费软件,它设计用于WindowsGUI(图形用户界面)中进行自动化操作。
weixin_34202952
·
2020-08-14 21:26
selenium 文件上传
一般分两个场景:一种是input标签,这种可以用selenium提供的send_keys()方法轻松解决;另外一种非input标签实现起来比较困难,可以借助
autoit
工具或者SendKeys第三方库。
weixin_30670151
·
2020-08-14 20:08
Selenium自动化测试---文件上传处理
在UI测试时,经常碰到上传文件功能,一般情况下可采用两种方法进行模拟,第一种普通上传,即直接传文件路径;第二种插件上传,采用
AutoIt
方法。
liuyukuan
·
2020-08-14 17:20
AutoHotkey
AHK
浏览器
自动化测试
selenium
selenium上传附件(借助
AutoIt
识别Windows上传窗口)
首先:下载
AutoIt
并安装,下载官方网站:https://www.
autoit
script.com/site/原文:http://www.cnblogs.com/fnng/p/4188162.html
AutoIt
linxi9322
·
2020-08-14 17:43
selenium
Robotframework-ride自动化测试框架搭建与简介(Win7 Win10)
网上有很多种方法,尝试了很多种环境,此方法是python2.7.12+robotframework3.1.2+robotframeworkride1.5.2.1+(Selenium2Library库&
AutoIt
Library
巨蟹上升处女
·
2020-08-14 16:28
软件测试
selenium借助
AutoIt
识别上传文件Java篇
https://www.cnblogs.com/testlc/p/6069460.html官方网站:https://www.
autoit
script.com/site/从网站上下载
AutoIt
并安装,安装完成在菜单中会看到图
chengly0129
·
2020-08-14 15:53
Web自动化测试
robotframework踩坑8--
AutoIt
Library操作
demo3#执行计算器程序#runC:\personal\npp.7.8.9.bin.x64\notepad++.exeruncalc.exe#等待窗口出现winwaitactive|[WindowTitle|WindowText=WindowText|TimeOut=TimeOut]winwaitactive计算器\5#controlclick|[strTitle=strTitle|strTex
子非鱼焉知鱼之乐丶
·
2020-08-14 09:00
力扣217. 存在重复元素;力扣925. 长按键入
classSolution{public:boolcontainsDuplicate(vector&nums){setsset;for(inti=0;i
autoit=
没有撤退可言~
·
2020-08-14 08:41
LeetCode
AutoIt
Library安装和常见问题解决
AutoIt
Library安装步骤:1、安装pythonwin32在下载地址:http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219
bible_reader
·
2020-08-14 06:05
robotframework
判断是不是树
includeusingnamespacestd;mapinDegree;boolisTree(){if(inDegree.empty())returntrue;//空树也算树introotCount=0;for(
autoit
er
刘哥闯天关
·
2020-08-13 22:21
上机
robotframework踩坑7--使用
AutoIt
脚本实现自动上传
bootstrap/3.3.0/css/bootstrap.min.js">2、用浏览器打开后,应该是这样3、打开SciTEScriptEditor脚本编辑器,编写脚本(上篇博客有介绍如何识别windows控件,
AutoIt
子非鱼焉知鱼之乐丶
·
2020-08-13 17:00
743. Network Delay Time [Dijkstra]
100classSolution{public:intnetworkDelayTime(vector>×,intN,intK){vectorvw[N+1];//存入u节点所能到的边及权重for(
autoit
em
Lyrix28
·
2020-08-13 14:33
Leetcode
robotframework踩坑6--
AutoIt
基础操作
AutoIt
下载地址:https://www.
autoit
script.com/site/
autoit
/downloads/SciTEScriptEditor脚本编写工具
AutoIt
中文在线手册:https
子非鱼焉知鱼之乐丶
·
2020-08-12 16:00
Selenium3学习笔记
15264位Eclipseeclipse-jee-oxygen-1a-win32-x86_64(4.7.1a)64位IntelliJIDEAMaven3.5.2Selenium3.8.1JunitTestNG
AutoIt
SikuliFirefox5532
八白龙
·
2020-08-12 11:56
Web测试
工具包
201312-1 出现次数最多的数
includeusingnamespacestd;intmain(){mapm;intn;cin>>n;while(n--){inttmp;cin>>tmp;if(m[tmp]==0)m[tmp]=1;elsem[tmp]++;}
autoit
max
helloworld0529
·
2020-08-11 20:50
CSP
csp
robotframework踩坑5--记录一天经历的两个坑(
AutoIt
Library 安装 )
本来计划是使用robot实现上传,结果开机就入坑。坑1:运行ride报错:timercanonlybestartedfromthemainthread。1)环境:widows_server2019_x64python3.7.8wxpython4.1.0ride1.7.4.22)原因:原因报错已经写的很明白了,timer仅能在主线程上启动,折腾了一上午没解决问题,各种查源码,逛论坛,希望有大神看到能
子非鱼焉知鱼之乐丶
·
2020-08-11 17:00
搜索二维矩阵||
暴力循环2.发现规律0.题目1.暴力循环两层循环找是否存在等于目标值classSolution{public:boolsearchMatrix(vector>&matrix,inttarget){for(
autoit
er_row
氵冫丶
·
2020-08-10 20:07
leetcode
Leetcode 146 LRU 缓存机制 C++
justdoithai/article/details/51583775classLRUCache{public:LRUCache(intcapacity){cap=capacity;}intget(intkey){
autoit
spark-meng
·
2020-08-10 20:34
P3369 【模板】普通平衡树 STL版
(){ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);intT;cin>>T;while(T--){intoper,x;cin>>oper>>x;
autoit
_sophon
·
2020-08-10 20:46
板
leetcode 移除元素
intremoveElement(vector&nums,intval){//先处理退化的情况intN=nums.size();if(nums.size()==0)return0;intcount=0;
autoit
冷小河
·
2020-08-10 17:45
LeetCode
C++
C++ : 出错解释 base operand of '->' has non-pointer type 'std::pair'
hasnon-pointertype‘std::pair’的解释问题描述出错代码(截取部分):list>cachelist;unordered_map>::iterator>map;voidput(intkey,intvalue){
autoit
Eswai
·
2020-08-10 16:46
C++
Linux桌面程序自动化测试
linux不像windows有
autoit
,通过
autoit
获得界面按钮或者元素得坐标点。猜测通过opencv实际上自己可以实现这个功能,不过有个简单得跨平台得python模块pyautogui。
原地大风车
·
2020-08-10 07:40
Python
python+selenium2自动化测试学习笔记-总结篇
对于我们学习自动化测试技术来说,入门应该是可以了,当然了也不是很全面,比如对windows控件操作
autoit
的使用,使用jenkins集成构建项目等,这些内容后续会考虑写在其
依山临水
·
2020-08-10 07:24
python 图片对比 点击PC端任意一点
在开发自动化脚本的时候,很多时候有这种需求,需要点击PC端的软件,来进行测试,比如:打开串口工具、测速软件等等,这个时候就需要你去开发相关的代码了,在我的工作经验中,我一般采取俩种实现方式:1.基于
autoit
噶子
·
2020-08-10 07:22
代码开发
C++ auto和decltype类型说明符
例如,我们不知道或难以确定val1和val2的类型,或者不知道它有没有重新定义加法,使得结果类型改变,我们可以这样:
autoit
em=val1+val2;//item的类型由编译器确定,编译器根据
LiBer_CV
·
2020-08-10 06:09
Cpp
Learning
[AU3]通过edid查看显示器物理大小等信息
查看显示器大小等信息(有些可能不准确)#NoTrayIcon#include$g_szVersion="qq153785587"IfWinExists($g_szVersion)ThenExitEndIf
AutoIt
WinSetTitle
weixin_30497527
·
2020-08-08 23:09
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他