切换栏组件

AUSegment 用来替换 APSwitchTab 控件...three"android:layout_width="fill_parent"android:layout_height="50dp"android:layout_marginTop="10dp"app:tab1Text="左边文字"app:tab2Text="中间文字"app:tab3Text="右边文字"app:tabCount="3"/>

标题栏组件

titleTextColor="#f64219"aui:leftIconUnicode="@string/iconfont_user_setting"aui:rightText="测试2"/>滚动透明<com.alipay.mobile.antui.basic.AUTitleBar android:id="@+id/title_bar"android:layout_width="fill_parent"android:layout...

自定义导航栏(10.1.60)

} contentView=(H5TitleBarFrameLayout)LayoutInflater.from(context).inflate(R.layout.h5_navigation_bar,parent,false);contentView.getContentBgView().setColor(context.getResources().getColor(R.color.h5_default_titlebar_color))...

功能配置

mDotPaint.setStyle(Paint.Style.FILL);mDarkGap=10;}@Override protected void onMeasure(int widthMeasureSpec,int heightMeasureSpec){ int size=150;mLoadingIcon.measure(makeMeasureSpec(size),makeMeasureSpec(size));int height=...

常见报错

本文介绍配置任务和任务运行时系统返回的报错信息(如重试信息或错误码)以及解决方法。说明 本文以正则表达式((.*)?的形式表示报错信息中的变量。若报错无法解决,您可以 通过钉钉(钉钉通讯客户端下载地址)进入到DTS客户交流钉钉群...

ST_Parent

语法 h3grid ST_Parent(h3grid code,integer level);参数 参数名称 描述 code H3编码的地理网格对象。level 层级,默认为H3编码的网格对象所在层级的上一层。示例-默认上一层 select st_astext(st_parent(st_h3fromtext('884a126689fffff')...

ST_Parent

语法 h3grid ST_Parent(h3grid code,integer level);参数 参数名称 描述 code H3编码的地理网格对象。level 层级,默认为H3编码的网格对象所在层级的上一层。示例-默认上一层 select st_astext(st_parent(st_h3fromtext('884a126689fffff')...

ST_Parent

语法 h3grid ST_Parent(h3grid code,integer level);参数 参数名称 描述 code H3编码的地理网格对象。level 层级,默认为H3编码的网格对象所在层级的上一层。示例-默认上一层 select st_astext(st_parent(st_h3fromtext('884a126689fffff')...

CREATE PARTITION TABLE

SELECT nmsp_parent.nspname AS parent_schema,parent.relname AS parent,nmsp_child.nspname AS child_schema,child.relname AS child FROM pg_inherits JOIN pg_class parent ON pg_inherits.inhparent=parent.oid JOIN pg_class child ...

F(x)

index=1,parent_element=None,timeout=10)方法描述 根据控件名获取控件对象 参数说明 element控件名 index如果有多个,给出控件下标 parent_element父控件对象 timeout等待控件超时时间 单位秒 返回值说明 返回控件对象调用样例-rpa.ui....

Window

element_by_name get_element_by_name(element,index=1,parent_element=None,timeout=10)方法描述 根据控件名获取控件对象 参数说明 element控件名 index如果有多个,给出控件下标 parent_element父控件对象 timeout等待控件超时时间,单位...

标签(Tag)

属性 属性 类型 必填 默认值 说明 type 'outline'|'fill'|'fill-light' 否 'fill' 类型 outline:显示轮廓 fill:深色填充 fill-light:浅色填充 color 'primary'|'success'|'warn'|'danger' 否 'primary' 标签颜色 primary:蓝 success:...

fill

fill表示组件的配置项类型为填充框,⽀持三种填充类型以及他们的组合。配置项说明 字段名 含义 类型 是否必选 备注 name 显示名 string 是 无。type 类型 string 是 无。default 默认值 string或object 否 不填时值为空。取值请参见下文的 ...

fill

fill表示组件的配置项类型为填充框,⽀持三种填充类型以及他们的组合。配置项说明 字段名 含义 类型 是否必选 备注 name 显示名 string 是 无。type 类型 string 是 无。default 默认值 string或object 否 不填时值为空。取值请参见下文的 ...

JavaWindow

java_wnd.expand("JAVA控件")collapse collapse(element,index=1,parent_element=None,timeout=10)方法描述 控件节点折叠 参数说明 element控件名 index如果有多个,给出控件下标 parent_element父控件对象 timeout等待控件超时时间,单位...

IETab

loaded wait_loaded(element,index=1,parent_element=None,timeout=10,ignore_error=True)方法描述 控件加载 参数说明 element控件 index如果有多个,给出控件下标 timeout超时时间 parent_element父控件对象 ignore_error忽略错误 调用样...

数字键盘

weight="1"android:layout_width="match_parent"android:layout_height="match_parent"><com.alipay.mobile.antui.basic.AULinearLayout android:layout_width="match_parent"android:layout_height="match_parent"android:orientation=...

条目组件

width="match_parent"android:layout_height="wrap_content"app:listItemType="center"app:listLeftText="单行文字"app:listRightText="详细信息"/><com.alipay.mobile.antui.tablelist.AULineBreakListItem android:layout_width="match_...

外键

CREATE TABLE child(id INT,parent_id INT,INDEX par_ind(parent_id),FOREIGN KEY(parent_id)REFERENCES parent(id)ON DELETE CASCADE);下面是一个更复杂的示例,product_order表有两个分别引用其他表的外键。一个外键引用product表中的两...

EdgeTab

element_by_css(css,index=1,parent_element=None,timeout=10)方法描述 根据CSS表达式获取控件 参数说明 css<str>CSS表达式 index如果有多个,给出控件下标 parent_elemet父控件对象 timeout超时时间 返回值说明 返回控件对象调用样例-rpa....

资金输入

height="match_parent"android:orientation="vertical"><com.alipay.mobile.antui.basic.AUScrollView android:id="@+id/scroll" android:layout_weight="1"android:layout_width="match_parent"android:layout_height="match_parent">...

0040-00000274

x-oss-process=image/watermark,text_SGVsbG8gV29ybGQ,fill_2 HTTP/1.1 Host: oss-example.oss-cn-hangzhou.aliyuncs.com Date: Fri,03 Feb 2023 03:41:49 GMT Content-Type:application/xml 上述请求串中fill参数指定为 2 超过了fill的...

SE360Tab

element_by_css(css,index=1,parent_element=None,timeout=10)方法描述 根据CSS表达式获取控件 参数说明 css<str>CSS表达式 index如果有多个,给出控件下标 parent_elemet父控件对象 timeout超时时间 返回值说明 返回控件对象调用样例-rpa....

自定义登录和登出

self){ parent.postMessage({ code:'token',message:{ access_token:'xxxx',refresh_token:'xxxx',.} },"*")} 2 自定义登出(1)登出配置:(2)登出原 理:配置了“自定义登出页面URL”之后,用户在BasicUI点击登出,BasicUI会路由跳转到/...

ChromeTab

element_by_css(css,index=1,parent_element=None,timeout=10)方法描述 根据CSS表达式获取控件 参数说明 css<str>CSS表达式 index如果有多个,给出控件下标 parent_elemet父控件对象 timeout超时时间 返回值说明 返回控件对象调用样例-rpa....

升级说明

重要 SOFABoot 可以实现向下兼容,升级版本时,只需要修改<parent>标签中的版本号即可。操作步骤 在应用工程中,打开主 pom.xml 文件。更新<parent>内容,升级至当前最新版本的 Maven 配置。parent><groupId>...

模块配置文件

故而在 SOFABoot 中,当一个模块 A 的 Spring-Parent 设置为另外一个模块 B,则 A 的 Spring-Parent 不再是根上下文 Root ApplicationContext,但是最终还是间接依赖到了根上下文,也能间接访问根上下文中的 Bean。关于 Spring-Parent 的...

任务管理语句

KEY `parent_id`(`parent_id`),CONSTRAINT `test_child_ibfk_1` FOREIGN KEY(`parent_id`)REFERENCES `test_parent`(`id`)ON DELETE CASCADE)ENGINE=InnoDB DEFAULT CHARSET=utf8 dbpartition by hash(`parent_id`)1 row in set(0.02 sec)...

AdvancedCustomPushNotification API

width="wrap_content"android:layout_height="match_parent"android:layout_alignParentLeft="true"android:layout_margin="5dp"/><TextView android:id="@+id/text" android:layout_width="wrap_content"android:layout_height="match_...

标准 UI 下使用扫码功能

parent"android:layout_height="match_parent"tools:context=".MainActivity"><Button android:id="@+id/standard_ui_btn"android:layout_width="match_parent"android:layout_height="wrap_content"android:layout_marginTop="48dp"android...

拓扑图

针对上述拓扑数据,日志服务支持您通过查询和分析语句获取描述拓扑关系的字段,例如通过*|SELECT child,parent,child_type,parent_type FROM log 语句获取 child、child_type、parent 和 child_type。提取字段后,日志服务会根据这些字段...

创建表概述

总览 CREATE[table_prefix_options]TABLE[schema_name.]table_name[SHARING={sharing_options}]{table_definition_options}[MEMOPTIMIZE FOR READ][MEMOPTIMIZE FOR WRITE][PARENT[schema_name.]table_name];table_definition_options { ...

使用 H5 容器

parent"android:layout_height="match_parent"tools:context=".MainActivity"><Button android:id="@+id/start_url_btn"android:layout_width="match_parent"android:layout_height="wrap_content"android:layout_marginTop="40dp"android:...

源库存在触发器时如何配置同步作业

对象类型 名称 结构语句 表 parent CREATE TABLE `parent`(`user_vs_id` int(11)NOT NULL AUTO_INCREMENT,`name` varchar(30)DEFAULT NULL,PRIMARY KEY(`user_vs_id`))ENGINE=InnoDB AUTO_INCREMENT=2001 DEFAULT CHARSET=utf8 表 child ...

F(x)

state elem_get_checked_state(element,index=1,parent_element=None,timeout=10)方法描述 获取复选框状态 参数说明 element控件名 index如果有多个,给出控件下标 parent_element父控件对象 timeout等待控件超时时间,单位秒 返回值说明 ...

自定义导航栏

width="match_parent"android:layout_height="match_parent">...

GROUP BY子句

基本语法 SELECT(<field_key>)FROM_clause WHERE<time_range>GROUP BY time(<time_interval>),[tag_key][fill(<fill_option>)]基本语法描述 基本的 GROUP BY time()查询需要在 SELECT 子句中包含一个InfluxQL函数,并且在 WHERE 子句中包含...

上传文件

let cp={/from file,/to path_type:"StandardMode",/loc_id:"1",/可以使用 drive_id 替代/loc_type:"drive",/parent_file_key:"root",/可以使用 parent_file_id 替代 drive_id:"1",parent_file_id:"root"};创建上传任务 const task=client....

ImageProcess

默认为:image/resize,m_fill,h_128,w_128,limit_0 image/resize,m_fill,h_128,w_128,limit_0 video_thumbnail_process string 视频类型文件的缩略图规则,参考 OSS 的视频截帧处理规则。默认为:video/snapshot,t_1000,f_jpg,w_0,h_0,m_...

INSERT

CREATE TABLE public.hologres_2021 partition of public.hologres_parent for values in('2021');CREATE TABLE public.hologres_2020 partition of public.hologres_parent for values in('2020');COMMIT;插入分区子表 INSERT INTO public...
共有19条 < 1 2 3 4 ... 19 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
弹性公网IP 短信服务 人工智能平台 PAI 金融分布式架构 物联网平台 对象存储
新人特惠 爆款特惠 最新活动 免费试用