CreateAuthCookie

使用该接口创建一个新的认证Cookie。请求语法 POST/2020-04-30/auth/cookies Authorization:Authorization 注意 其中,2020-04-30 是边缘端OpenAPI的版本号,请勿修改。请求参数 参数名称 类型 是否必选 描述 Authorization String 是 支持...

分组向量检索

by_demo')ret=collection.insert([('1',np.random.rand(4),{'document_id':'paper-01','chunk_id':1,'content':'xxxA'}),('2',np.random.rand(4),{'document_id':'paper-01','chunk_id':2,'content':'xxxB'}),('3',np.random.rand(4),{'...

欠费说明

本章节介绍阿里云文档智能(Document Mind)的欠费说明。为了不影响您的正常使用,请务必保证账户余额充裕,避免因为停机给您造成的不便。如有产品计费方面的任何疑问,请加钉钉交流群:44854217,联系工作人员进行咨询了解。欠费说明 欠费...

alicloud_ram_role

id}.version-(Deprecated since 1.49.0,Optional,Conflicts with document)(It has been deprecated since version 1.49.0,and use field 'document' to replace.)Version of the RAM role policy document.Valid value is 1.Default value...

CreateAuthCookie

使用该接口创建一个新的认证Cookie。请求语法 POST/2019-09-30/auth/cookies Authorization:Authorization 请求参数 参数名称 类型 是否必选 描述 Authorization String 是 支持Basic认证。格式为 Basic base64(username:password)。例如 ...

数据库事务

在云数据库操作中,对单个Document的操作是原子的,您应该尽量使用嵌入式Document设计来避免跨Document或者跨Collection事务。如果原子操作和嵌入式结构设计无法满足您的需求,您可以使用事务相关API来实现多Document事务。云数据库事务...

文档管理

上传文档 本文以通过异步方式上传本地文档为例,示例代码如下:import time import io from typing import Dict,List,Any from alibabacloud_tea_util import models as util_models def upload_document_async(namespace,namespace_...

关闭当前页面

} else {/如果没有注入则监听注入的事件 document.addEventListener('AlipayJSBridgeReady',callback,false);} } ready(function(){ document.querySelector('a').addEventListener('click',function(){ AlipayJSBridge.call('popWindow');...

alicloud_alb_rules

This data source provides the Alb Rules of the current Alibaba Cloud user.->NOTE:Available since v1.133.0.Example Usage Basic Usage variable"name"{ default="tf-example"} data"alicloud_alb_zones""default"{ } data"alicloud_......

alicloud_slb_listeners

session-Indicate whether session persistence is enabled or not.If enabled,all session requests from the same client are sent to the same backend server.Possible values are on and off.Only available when the protocol is ...

点击副标题栏

subtitleClick 接口使用方法 document.addEventListener('subtitleClick',function(e){ alert('subtitle clicked')},false);代码示例 以下代码示例为基本功能演示:请点击副标题查看效果</h1><script>document.addEventListener('...

点击标题栏

titleClick 接口使用方法 document.addEventListener('titleClick',function(e){ alert('title clicked')},false);代码示例 以下代码示例为基本功能演示:请点击标题查看效果</h1><script>document.addEventListener('titleClick',function...

变更发布策略

常见的做法包括基于HTTP Header和Cookie,将特定请求或用户灰度至新版本,降低故障影响范围。金丝雀发布:通过调整流量权重比例,逐步将流量从老版本切换至新版本。同时对老版本服务进行缩容,对新版本进行扩容,相比蓝绿发布资源利用率较...

实践

本文介绍多元索引的功能详解以及解决方案。概要 Tablestore发布多元索引功能,打造统一的在线数据平台 功能详解 翻页功能 Array和Nested对比 路由功能 解决方案 气象格点数据 用户画像 交通数据 物联网元数据 订单系统

ChatAppInbound

当 Type 为 DOCUMENT 时,Message 请参见 DOCUMENT字段说明。当 Type 为 REPLY 时,Message 请参见 REPLY字段说明。当 Type 为 IMAGE 时,Message 请参见 IMAGE字段说明。Name String 是 终端用户名称。LOCATION字段 名称 类型 是否必选 ...

截屏

document.querySelector('.viewport').addEventListener('click',function(){ AlipayJSBridge.call('snapshot',{ range:'viewport',dataType:'fileURL',saveToGallery:false },function(result){ alert(JSON.stringify(result));...

隐藏加载中

} } ready(function(){ document.querySelector('.show').addEventListener('click',function(){ AlipayJSBridge.call('showLoading',{ text:'Loading',});setTimeout(function(){ AlipayJSBridge.call('hideLoading');},3000);});document...

页面压后台

pause 接口使用方法 document.addEventListener('pause',function(e){ alert("pause");},false);代码示例 以下示例为离开当前页面后弹出警告:请点击按钮打开一个新窗口</h1><a href="javascript:void(0)"class="btn J_new_window">新窗口...

基于域名或URL路径进行转发

负载均衡提供了两种Cookie处理方式:Cookie处理方式:植入Cookie:您只需要指定Cookie的过期时间。客户端第一次访问时,负载均衡会在返回请求中植入Cookie(即在HTTP或HTTPS响应报文中插入ServerId),下次客户端携带此Cookie访问,负载...

新手指引

了解文档智能产品 文档智能(Document Mind)是阿里云基于多模态文档识别与理解引擎打造的智能文档处理平台,提供通用场景、行业场景和自定义场景下的文档处理能力。您可以根据自身使用需要选择合适的产品能力,具体操作可查看操作指引。...

iOS SDK接入

} } Cookie字段 部分网络库支持COOKIE的自动存储管理,当您使用HTTPDNS进行IP URL请求时,部分网络库会将您URL中的IP信息作为COOKIE对应的域名信息进行存储管理(而非HTTP请求头HOST字段信息),进而造成COOKIE管理与使用上的困扰,因此您...

数据导出指令

在压测场景中,可以导出某个业务会话中的数据(如Cookie、出参或通过数据指令定义的参数)供其他业务会话使用,做到导出数据在全局共享。本文以导出API的出参为例,说明数据导出指令的使用方法。背景信息 若某业务场景中有业务会话如下:...

弱提示

} } ready(function(){ document.querySelector('.success').addEventListener('click',function(){ toast({ content:'操作成功',type:'success' });});document.querySelector('.fail').addEventListener('click',function(){ toast({ ...

页面恢复运行

} } ready(function(){ document.querySelector('a').addEventListener('click',function(){ AlipayJSBridge.call('pushWindow',{ url:location.pathname });});document.addEventListener('back',function(e){ e.preventDefault();...

分组检索Doc

by_demo')ret=collection.insert([('1',np.random.rand(4),{'document_id':'paper-01','chunk_id':1,'content':'xxxA'}),('2',np.random.rand(4),{'document_id':'paper-01','chunk_id':2,'content':'xxxB'}),('3',np.random.rand(4),{'...

数据导出指令

在压测场景中,可以导出某个串联链路中的数据(如Cookie、出参或通过数据指令定义的参数)供其他串联链路使用,做到导出数据在全局共享。本文以导出API的出参为例,说明数据导出指令的使用方法。背景信息 若某业务场景中有串联链路如下:...

alicloud_ram_policies

version-Default version of the policy.create_date-Creation date of the policy.update_date-Update date of the policy.attachment_count-Attachment count of the policy.document-Policy document of the policy.policy_document-...

点击右上角按钮

optionMenu 接口使用方法 document.addEventListener('optionMenu',function(e){ alert("option menu clicked");},false);代码示例 以下示例为基本功能演示:请点击右上角菜单查看效果</h1><script>function ready(callback){/如果 ...

隐藏标题栏加载中

} else {/如果没有注入则监听注入的事件 document.addEventListener('AlipayJSBridgeReady',callback,false);} } ready(function(){ document.querySelector('.show').addEventListener('click',function(){ AlipayJSBridge.call('...

显示标题栏加载中

} else {/如果没有注入则监听注入的事件 document.addEventListener('AlipayJSBridgeReady',callback,false);} } ready(function(){ document.querySelector('.show').addEventListener('click',function(){ AlipayJSBridge.call('...

接入指南

Pano.registerDom(document.getElementById('Pano'));Preview.registerDom(document.getElementById('Preview'));Plane.registerDom(document.getElementById('Plane'));Canvas.registerDom(document.getElementById('Canvas'));加载数据 ...

管理服务流量规则

Cookie 名称:输入Cookie名称,支持大小写字母、数字、下划线(_)和短划线(-),不超过64个字符。Cookie 生命周期:输入Cookie过期时间。Cookie 使用路径:输入Cookie路径。预热时间 当负载均衡类型为 轮询、最小请求数 时需要配置。单位...

创建Nginx Ingress

Cookie:基于Cookie的流量切分,设置后会添加注解 nginx.ingress.kubernetes.io/canary-by-cookie。按权重:设置请求到指定服务的百分比(值为0~100的整数),设置后会添加注解 nginx.ingress.kubernetes.io/canary-weight。协议:指定后...

其它特性

document.addEventListener('WindVaneReady',function(e){ alert('WindVaneReady');},false);应用切换后台事件Background 当应用被切换到后台(如切换应用、打开通知栏等操作)时,WindVane会引发WV.Event.APP.Background事件,页面可以...

API概览

DIS服务的API实例 API 描述 GetDID 调用GetDID查询DID对应的DID Document。CreateTenantDID 调用CreateTenantDID创建租户DID。UpdateVC 调用UpdateVC更新颁发的可验证声明状态。VerifyVerifiableClaim 调用VerifyVerifiableClaim验证可验证...

设置标题

} } ready(function(){ document.querySelector('.title').addEventListener('click',function(){ AlipayJSBridge.call('setTitle',{ title:'标题' });});document.querySelector('.subTitle').addEventListener('click',function(){ ...

设置导航栏背景色

} } ready(function(){ document.querySelector('.title').addEventListener('click',function(){ AlipayJSBridge.call("setTitleColor",{ color:parseInt('108ee9',16),reset:false/(可选,默认为 false)是否重置 title 颜色为默认颜色...

添加HTTP监听

负载均衡服务发现用户自定义了Cookie,将会对原来的Cookie进行重写,下次客户端携带新的Cookie访问,负载均衡服务会将请求定向转发给之前记录到的后端服务器。Cookie名称:选择 重写Cookie 时,输入Cookie名称。启用访问控制 选择是否启用...

移除通知

} } ready(function(){ document.querySelector('.start').addEventListener('click',function(){ AlipayJSBridge.call('addNotifyListener',{ name:'NEBULANOTIFY_TEST_EVENT'/H5 发出的事件必须以 NEBULANOTIFY_开通进行监听 },callback)...

修改防护对象的客户端IP和cookie设置

修改防护对象的客户端IP和cookie设置。调试 您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。调试 授权信息 下表是API对应的授权信息,可以在RAM权限策略语句的 ...
共有200条 < 1 2 3 4 ... 200 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
弹性公网IP 短信服务 人工智能平台 PAI 金融分布式架构 对象存储 物联网平台
新人特惠 爆款特惠 最新活动 免费试用