常见问题

此外,两个备份link:1)32位的Openssl https://baas-public.oss-cn-shanghai.aliyuncs.com/Win32OpenSSL-1_0_2o.exe 2)64位的Openssl https://baas-public.oss-cn-shanghai.aliyuncs.com/Win64OpenSSL-1_0_2o.exe Openssl 工具创建私钥和...

Window

activate activate()方法描述 激活窗口 调用样例-rpa.ui.win32.Window.activate-#注意事项:无#代码调用样例如下:wnd=rpa.ui.win32.catch("记事本",mode="substr")wnd.activate()maximize maximize()方法描述 最大化窗口 调用样例-rpa.ui....

查看磁盘序列号

PS C:\Users\Administrator>Get-CimInstance-ClassName Win32_LogicalDiskToPartition|select Antecedent,Dependent|fl Antecedent:Win32_DiskPartition(DeviceID="Disk#0,Partition#0")Dependent:Win32_LogicalDisk(DeviceID="C:")...

Windows Server操作系统磁盘序列号SN获取方法

Get-WmiObject-Class Win32_LogicalDiskToPartition|select Antecedent,Dependent|fl 说明:逻辑卷指的是C盘、D盘、E盘等。使用以下命令获取磁盘SN号。Get-WmiObject-Class Win32_PhysicalMedia|select Tag,Serialnumber Windows Server ...

热键简码清单

key("{ASC 54494}")说明 在RPA可视化模式下,使用“输入热键”组件时,也会用到热键简码,如下图所示:重复按键 若要重复发送某些按键,可参考 {按键简码 次数} 的格式来填写简码,可参考下例:#连续4次按下 DEL 键 rpa.ui.win32.send_key...

如何使用捕获控件-图像识别方式

'我')sleep(1)rpa.ui.win32.send_key('{ENTER}')sleep(1)rpa.ui.image.click('输入发送内容',button='left',index=1,offset_x=0,offset_y=0)rpa.ui.image.input_text('输入发送内容','测试')sleep(1)rpa.ui.win32.send_key('{ENTER}')pass

IIS模式解析

日志格式#Fields:date time s-sitename s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent)sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken 字段前缀说明 前缀 说明 s-服务器操作。...

如何查看ECS实例的系统型号

Get-CimInstance Win32_ComputerSystemProduct|fl IdentifyingNumber 适用于Linux系统 登录Linux实例,关于如何登录Linux实例,请参见 使用管理终端连接Linux实例。执行以下命令,查看系统型号。dmidecode|grep UUID 适用于 云服务ECS 轻量...

收发事务消息

} }#ifdef WIN32 unsigned_stdcall consumeHalfMessageThread(void*arg)#else void*consumeHalfMessageThread(void*arg)#endif { MQTransProducerPtr transProducer=*(MQTransProducerPtr*)(arg);int count=0;do { std:vector<Message>...

安装树莓派系统

使用 Win32DiskImager 工具,将IMG磁盘镜像文件烧写到TF卡。将TF卡插入读卡器连接到PC端。打开Win32磁盘映像工具。导入镜像文件,单击 写入。说明 如果TF卡中已有文件,请在弹出的确认覆盖对话框中,单击 Yes。有关Win32 Disk Imager使用的...

安装

说明 win32位的crcmod同时兼容win32以及win64系统。安装.文件mis并在安装过程中指定crcmod的安装路径到您本地python安装路径下的Lib\site-packages文件夹。例如 D:\python\Lib\site-packages\。安装完成后,再执行验证crcmod的步骤。Linux ...

安装Alibaba Cloud SDK for Python

Python 3.9.6(tags/v3.9.6:db3ff76,Jun 28 2021,15:26:21)[MSC v.1929 64 bit(AMD64)]on win32 Type"help","copyright","credits"or"license"for more information.>>>在 cmd 命令行,执行以下命令,安装Alibaba Cloud SDK for Python核心...

使用限制

各平台SDK的使用限制 平台 使用限制 Windows 系统版本:最低版本windows 7 支持win32,不支持win64 Mac 系统版本:最低版本10.14 支持intel和arm芯片 iOS iPhone:最低版本iOS 12 CPU架构:支持arm64,不支持armv7和模拟器i386、x86架构 ...

编辑器使用说明

IE-Chrome:需要安装插件-Win32-Java:需要安装插件-SAP-图像录制 捕捉控件工具的功能?捕捉控件-展示捕捉控件的信息-修改捕捉控件的信息-验证某系统能否使用RPA操作-验证捕捉控件-查看返回结果 如何使用捕捉控件工具?打开捕捉控件工具-点击...

实现OBS OutPut插件功能

set(obs-artc_HEADERS${CMAKE_CURRENT_SOURCE_DIR}/ali_rts_sdk/include/ali_rts_sdk.h artc-stream.h)set(obs-artc_SOURCES artc-stream.c)if(WIN32)set(obs-artc_LIBS${CMAKE_CURRENT_SOURCE_DIR}/ali_rts_sdk/lib/win64/ali_rts_sdk.lib...

Windows端

PREFIX_DIR=`pwd`/"build-out-windows"CFLAGS="$CFLAGS-DWIN32-D_WIN32-DNDEBUG"./configure \-prefix=$PREFIX_DIR \-extra-cflags="$CFLAGS"\-enable-shared \-disable-static \-enable-gpl \-enable-nonfree \-enable-libfdk-aac \-...

收发普通消息

普通消息是指 云消息队列 RocketMQ 版 中无特性的消息,区别于有...ifdef_WIN32 Sleep(2000);else usleep(2000*1000);endif } catch(MQExceptionBase&mb){ cout();ifdef_WIN32 Sleep(2000);else usleep(2000*1000);endif } } while(true);}

收发定时消息和延时消息

背景信息 延时消息:Producer将消息发送到 云消息队列 RocketMQ 版 服务端,但并不期望立马投递这条消息,而是延迟一定时间后才投递到Consumer进行消费,该消息即...ifdef_WIN32 Sleep(2000);else usleep(2000*1000);endif } } while(true);}

收发顺序消息

顺序消息(FIFO消息)是 云消息队列 RocketMQ 版 提供的一种严格...ifdef_WIN32 Sleep(2000);else usleep(2000*1000);endif } catch(MQExceptionBase&mb){ cout();ifdef_WIN32 Sleep(2000);else usleep(2000*1000);endif } } while(true);}

捕捉控件

2.捕捉控件 RPA编辑器支持您基于匹配(自动匹配/win32-UIA等),或基于图像录制的模式来进行控件的捕捉。考虑到匹配的准确性与效率,我们一般推荐您使用基于自动匹配的模式,若您希望捕捉的控件或其所在的界面无法被该模式识别,您也可以...

产品计费

RPA机器人规格 功能分类 高级版机器人 专业版机器人 标准自动化能力 1 网页自动化 支持 支持 软件窗口自动化 支持 支持 MS Office/WPS 支持 支持 常见ERP(金蝶/用友/SAP/Oracle/.)支持 支持 Win32程序/Java程序 支持 支持 AI 2 支持 支持...

如何卸载云监控插件?

if([System.Environment]:Is64BitOperatingSystem-eq$true){$CMS_ARCH="amd64"$ARGUS_ARCH="win64"}else {$CMS_ARCH="386"$ARGUS_ARCH="win32"}$dest_path_prefix="C:\Program Files\Alibaba"$dest_path="$dest_path_prefix\cloudmonitor...

Java语言迁移

starting Analysis=./lz4-1.3.0/win32/amd64/liblz4-java.so:PE32+executable(DLL)(console)x86-64,for MS Windows./lz4-1.3.0/linux/amd64/liblz4-java.so:ELF 64-bit LSB shared object,x86-64,version 1(SYSV),dynamically linked,...

使用云助手在Windows实例中安装Python

(Get-WmiObject-Query"select AddressWidth from Win32_Processor"))[0].AddressWidth if($Arch-ne"64"){ throw"Only 64-bit system architecture is supported"} function Check-Env(){$curPath=[environment]:GetEnvironmentVariable('...

GROK函数

本文介绍GROK函数的语法规则,包括参数解释、函数示例等。...sc_win32_status}%{NUMBER:sc_bytes}%{NUMBER:cs_bytes}%{NUMBER:time_taken}'))加工结果 content:2018-12-26 00:00:00 W3SVC2 application001 192.168.0.0 HEAD/-8000-10.0.0.0 ...

使用OpenAPI示例

Python 3.9.6(tags/v3.9.6:db3ff76,Jun 28 2021,15:26:21)[MSC v.1929 64 bit(AMD64)]on win32 Type"help","copyright","credits"or"license"for more information.>>>下载并安装Python。Python 3的下载地址,请参见 Python 3。Linux 获取...

使用OpenAPI示例

Python 3.9.6(tags/v3.9.6:db3ff76,Jun 28 2021,15:26:21)[MSC v.1929 64 bit(AMD64)]on win32 Type"help","copyright","credits"or"license"for more information.>>>下载并安装Python。Python 3的下载地址,请参见 Python 3。Linux 获取...

使用OpenAPI示例

Python 3.9.6(tags/v3.9.6:db3ff76,Jun 28 2021,15:26:21)[MSC v.1929 64 bit(AMD64)]on win32 Type"help","copyright","credits"or"license"for more information.>>>下载并安装Python。Python 3的下载地址,请参见 Python 3。Linux 获取...

F(x)

class_name窗口类名 timeout等待窗口超时时间,单位秒 返回值说明 返回窗口对象调用样例-rpa.ui.win32.catch-#注意事项:使用此方法需要确保对应程序窗口已打开#代码调用样例如下:wnd=rpa.ui.win32.catch('钉钉',mode='exact',process_...

如何使用win32模块

win32模块是用来向用户提供一系列操作Windows控件的SDK,让用户通过简单的参数和方法调用来实现一些复杂的操作。要使用win32模块,需要使用 rpa.ui.win32 进行操作。在学习此课程前请点击下方链接,熟悉API文档,SDK的具体功能作用在此不再...

DescribeOnceTask-查询客户端任务列表

[],\"causeCode\":[],\"resCode\":[\"1003\"],\"resMsg\":[\"powershell-executionpolicy bypass-c \\\"(New-Object Net.WebClient).DownloadFile('http://aegis.alicdn.com/download/aegis_client_self_check/win32/aegis_checker.exe',$...

客户端问题排查

以管理员权限在cmd窗口中直接执行如下命令:powershell-executionpolicy bypass-c"(New-Object Net.WebClient).DownloadFile('http://aegis.alicdn.com/download/aegis_client_self_check/win32/aegis_checker.exe',$ExecutionContext....

如何使用input_text和input_hotkeys

win32操作的为win32上录制的控件#打开百度页面 page=rpa.app.chrome.create('www.baidu.com')#使用文本输入"电脑"并清除 page.input_text('百度输入框','电脑')page.clear_input('百度输入框')#使用快捷键输入小写的"a"并清除 page.input_...

搭建前端开发环境

\Program Files(x86)odejs ode.exe)npminstall@3.23.0(C:\Users\wb-wly538545\AppData\Roaming pm ode_modules\cnpm ode_modules pminstall\lib\index.js)prefix=C:\Users\wb-wly538545\AppData\Roaming pm win32 ia32 10.0.17134 registry...

F(x)

page=rpa.app.ie.create('www.baidu.com')catch_host catch_host(wnd)方法描述 捕获嵌入式的IE窗口 返回值说明 返回IETab对象调用样例-rpa.app.ie.catch_host-#注意事项:此方法针对windows应用内嵌的ie页面,需先使用win32.catch方法获取...

分析IIS日志

port cs-username c-ip cs(User-Agent)sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken 2009-11-26 06:14:21 W3SVC692644773 125.67.67.*GET/index.html - 80 - 10.10.10.10 Baiduspider+(+http://www.example.com)...

C++ Demo

include<stdlib.h>#include<iostream>#include<string>#include"FileTrans.h"#ifdef_WIN32#include<windows.h>#endif/_WIN32 using std:string;using std:cout;using std:endl;using namespace AlibabaNlsCommon;if defined_WIN32 string ...

安装并登录ossbrowser

下载地址 Windows x32 oss-browser-win32-ia32.zip 说明 仅支持Windows 7及以上版本。如果遇到安装ossbrowser后无法正常使用的问题,请参见 Windows系统安装某软件后无法打开ossbrowser。不推荐在Windows Server安装ossbrowser。如果您在...

C++ Demo

include<iostream>#include<string>#include"FileTrans.h"#ifdef_WIN32#include<windows.h>#endif/_WIN32 using std:string;using std:cout;using std:endl;using namespace AlibabaNlsCommon;if defined_WIN32 string UTF8ToGBK(const ...

如何通过云助手Agent在Windows系统的ECS实例中安装...

(Get-WmiObject-Query"select AddressWidth from Win32_Processor"))[0].AddressWidth if($Arch-ne"64"){ throw"Only 64-bit system architecture is supported"} function Check-Env(){$srv_status=(Get-WmiObject-Class win32_service-...
共有200条 < 1 2 3 4 ... 200 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
三维空间重建 弹性公网IP 短信服务 人工智能平台 PAI 金融分布式架构 对象存储
新人特惠 爆款特惠 最新活动 免费试用