回退

back 接口的使用方法/首先屏蔽默认行为,然后调用页面跳转 API 进行手动控制 document.addEventListener('back',function(e){ e.preventDefault();console.log('do something.')AlipayJSBridge.call('popWindow');},false);代码示例 点击回...

初始化操作

} else {/如果没有注入则监听注入的事件 document.addEventListener('AlipayJSBridgeReady',callback,false);} } 代码示例 以下代码示例为 bridge 入口的标准写法:<h1>bridge 使用方法</h1><script>function ready(callback){ if(window....

管理服务流量规则

Cookie 名称:输入Cookie名称,支持大小写字母、数字、下划线(_)和短划线(-),不超过64个字符。Cookie 生命周期:输入Cookie过期时间。Cookie 使用路径:输入Cookie路径。基于请求参数:将以HTTP请求中的Query参数计算哈希,哈希相同的...

行业运营版功能详解

AIRec智能推荐行业运营版版本功能详解 行业运营版简介 行业运营版是AIRec智能推荐专为中小型流量推荐场景打造的智能推荐算法,行业运营版拥有完整的阿里巴巴自研推荐算法体验 行业运营版特色 丰富的行业模板 包含电商、新闻、内容行业算法...

移除 AP 数据

} } ready(function(){ document.querySelector('#J_saveDataBtn').addEventListener('click',function(e){ AlipayJSBridge.call('setAPDataStorage',{ type:"common",business:"customBusinessKey",key:"customKey",value:"customValue"},...

EnableScene

Cookie String 是 调用 CreateAuthCookie 接口创建的认证Cookie。返回语法 HTTP/1.1 StatusCode Content-Type: application/json 返回参数 参数名称 类型 描述 StatusCode Number HTTP状态码。返回200表示成功,返回其它状态码表示失败。...

alicloud_ram_roles

document-Authorization strategy of the role.This parameter is deprecated and replaced by document.document-Authorization strategy of the role.create_date-Creation date of the role.update_date-Update date of the role.

DisableScene

Cookie String 是 调用 CreateAuthCookie 接口创建的认证Cookie。返回语法 HTTP/1.1 StatusCode Content-Type: application/json 返回参数 参数名称 类型 描述 StatusCode Number HTTP状态码。返回200表示成功,返回其它状态码表示失败。...

高实时性服务数据增量导入API

PostMSServiceDataImportRequest requset=new PostMSServiceDataImportRequest().setServiceId(1L).setDataType("document").setDocuments(Arrays.asList(documents));try { PostMSServiceDataImportResponse response=client....

访问PHP程序页面出现"Warning:Cannot modify header ...

解决方案 若需要在输出内容之前产生Cookie,可以在程序的最上方加入ob_start函数,ob_start是打开输出缓冲区的函数。例如void ob_start(void),当缓冲区激活时,所有来自PHP程序的非文件头信息均不会发送,而是保存在内部缓冲区。如果需要...

alicloud_resource_manager_control_policy

example"} resource"alicloud_resource_manager_control_policy""example"{ control_policy_name=var.name description=var.name effect_scope="RAM"policy_document=,"Statement":[{"Effect":"Deny","Action":["ram:UpdateRole","ram:...

获取 AP 数据

} } ready(function(){ document.querySelector('#J_saveDataBtn').addEventListener('click',function(e){ AlipayJSBridge.call('setAPDataStorage',{ type:"common",business:"customBusinessKey",key:"customKey",value:"customValue"},...

离线同步读取MongoDB数据

col_doc.key_int32_min","type":"document.long"} {"name":"col_doc.key_int32_max","type":"document.long"} {"name":"col_doc.key_int64","type":"document.long"} {"name":"col_doc.key_int64_min","type":"document.long"} {"name":...

算法配置版功能详解

行业运营版功能详解 实验平台功能 算法配置版专属能力。实验平台提供了完善的ABTest实验平台,平台中的每个实验、场景互相隔离,可自由分配流量。利用实验平台功能,您可以创建不同的实验,为其分配流量,然后直观的对比采用了不同策略的...

进阶使用

前置知识 BM25简介 BM25算法(Best Matching 25)是一种广泛用于信息检索领域的排名函数,用于在给定查询(Query)时对一组文档(Document)进行评分和排序。BM25在计算Query和Document之间的相似度时,本质上是依次计算Query中每个单词和...

警告框

} } ready(function(){ document.querySelector('.alert').addEventListener('click',function(){ AlipayJSBridge.call('alert',{ title:'亲',message:'你好',button:'确定' },function(e){ alert(JSON.stringify(e));});});document....

2021/12/15 更新日志

功能 新增三方代码库本地导入模式:针对整体搬站,或者超大代码库或上千个大量代码库迁移的场景,通过本地迁移工具可以方便的将代码...详情参见:https://help.aliyun.com/document_detail/271761.html 优化 平台性能优化,提升页面访问速度;

关闭多个页面

} } ready(function(){ document.querySelector('.J_demo').addEventListener('click',function(){/传递的 data 对象将会被即将露出的页面通过 resume 事件接收 AlipayJSBridge.call('popTo',{ index:1,/回退到上一个页面,假如这个时候...

启动其他应用

} } ready(function(){ document.querySelector('.forest').addEventListener('click',function(){ AlipayJSBridge.call('startApp',{ appId:'60000002',/不传入 URL,就会使用 App 默认配置的 URL param:{ transparentTitle:'auto' },...

打开 H5 应用

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

确认框

} } ready(function(){ document.querySelector('.alert').addEventListener('click',function(){ AlipayJSBridge.call('alert',{ title:'亲',message:'你好',button:'确定' },function(e){ e&alert(JSON.stringify(e))});});document....

管理索引表

Document Type 下拉列表中,选择 CSV。在 Document(s)区域中写入以下代码。id,update_version_l,name_s,age_i 1,1,zhangsan,10 2,2,lisi,20 3,3,wangwu,30 说明 代码示例表示写入三行数据,每行数据有四列。id 和 update_version_l 为...

视频

document.addEventListener('WVVideo.Event.chooseVideoSuccess',function(e){ alert('event chooseVideoSuccess:'+JSON.stringify(e.param));});document.addEventListener('WVVideo.Event.chooseVideoFailed',function(e){ alert('event ...

alicloud_service_mesh_extension_provider

tf-example"type="httpextauth"config="{\"headersToDownstreamOnDeny\":[\"content-type\",\"set-cookie\"],\"headersToUpstreamOnAllow\":[\"authorization\",\"cookie\",\"path\",\"x-auth-request-access-token\",\"x-forwarded-access...

添加通知

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

概述

数据传输过程中对您的关键信息进行加密,防止类似Session ID或者Cookie内容被攻击者捕获造成的敏感信息泄露等安全隐患。HTTPS是主流趋势,若坚持使用HTTP协议,除了安全会埋下隐患外,终端用户在访问网站时出现的不安全标识,也将影响用户...

【新版】客服工作台常见问题

请联系网站所有者以解决此问题’怎么办 解决方案:方案一:可以清理一下浏览器cookie,重新登录。方案二:如果方案一尝试之后仍显示该报错问题,请参考下面的步骤操作 用户进入 阿里云访问控制后台,如下界面,正常情况下,OAuth范围名称...

Quick BI报表使用统计详解

概述 本文描述报表统计功能中UV和PV值统计规则。详细信息 1.PV代表访问量,英文全称Page View,即页面访问量。2.UV代表访问数,英语全称Unique Visitor,是指独立访客访问数,一台电脑终端为一个访客。...4.PV打开后一直不关闭,也只算作1次PV...

备案详解

本文主要介绍ICP备案流程及相关知识。

服务入口

本文介绍了行业文档智能服务不同网络类型的服务入口。公网服务入口 地域(部署位置)接入地址 IP协议 华东1(杭州)docmind-api.cn-hangzhou.aliyuncs.com IPV4 华东1(杭州)docmind-api-dualstack.cn-hangzhou.aliyuncs.com IPV6

服务入口

本文介绍了文档智能服务不同网络类型的服务入口。公网服务入口 地域(部署位置)接入地址 IP协议 华东1(杭州)docmind-api.cn-hangzhou.aliyuncs.com IPv4 华东1(杭州)docmind-api-dualstack.cn-hangzhou.aliyuncs.com IPv6
共有200条 < 1 2 3 4 ... 200 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
弹性公网IP 短信服务 人工智能平台 PAI 金融分布式架构 对象存储 物联网平台
新人特惠 爆款特惠 最新活动 免费试用