javascript_this

_相关内容

JS SDK 说明

JavaScript SDK(简称 JS SDK)是业务端与区块链平台沟通的桥梁,提供基础的 API 功能,包括提交交易、账户操作、部署和调用合约、各类查询操作、交易模拟执行、监听事件等,同时实现了通过 TLS 和 HTTPS 协议与区块链平台交互,统一了 API...

调用自定义Topic(推荐)

原 clientId 为:clientId:`${this.clientId}|securemode=${this.securemode },signmethod=hmac${this.signAlgorithm},timestamp=${this.timestamp},${extra}`,添加 ext=1 后,clientId 为:clientId:`${this.clientId}|securemode=${this....

WebTracking 网页端 JavaScript SDK

如果您需要收集和分析用户在网站上的信息,例如用户的浏览器、浏览行为记录、购买行为记录,可以使用WebTracking网页端JavaScript SDK将用户日志直接上传到Logstore。WebTracking网页端JavaScript SDK从网页端直接上传日志,无需经过业务...

getApp 方法

获取 globalData 使用过程中,您需要注意以下几点:App()函数中不可以调用 getApp(),可使用 this 以获取当前小程序实例。通过 getApp()获取实例后,请勿私自调用生命周期回调函数。需区分全局变量及页面局部变量,例如:/a.js/localValue ...

微信小程序

16000,format:"PCM",frameSize:4 })},onStStop:async function(){ wx.getRecorderManager().stop()await sleep(500)if(this.data.stStart&this.data.st){ try { console.log("prepare close st")await this.data.st.close()this.data....

动画

width:100rpx">在 js 文件中添加如下代码:Page({ data:{ animationInfo:{} },onShow(){ var animation=my.createAnimation({ duration:1000,timeFunction:'ease-in-out',});this.animation=animation;animation.scale(3,3).rotate(60)....

视频

},requestFullScreen(){ this.videoContext.requestFullScreen({ direction:0 });},exitFullScreen(){ this.videoContext.exitFullScreen();},mute(){ this.videoContext.mute(false);},});videoContext 方法列表 方法 参数 类型 描述 play...

数据类型定义

public void addField(String key,String value){ this.fields.put(key,value);} public void addField(String key,Integer value){ this.fields.put(key,value);} public void addField(String key,Float value){ this.fields.put(key,...

微信小程序

16000,format:"PCM",frameSize:4 })},onSrStop:async function(){ wx.getRecorderManager().stop()await sleep(500)if(this.data.srStart&this.data.sr){ try { console.log("prepare close sr")await this.data.sr.close()this.data....

ROS CDK功能简介

new ros.RosInfo(this,ros.RosInfo.description,"This is the simple ros cdk app example.");The code that defines your stack goes here const VpcCidrBlock=new ros.RosParameter(this,'VpcCidrBlock',{ description:'The CIDR block ...

H5 JS 编程

目前,很多移动 App 前端都采用了 JavaScript(JS)语言进行编码。mPaaS 也提供了移动端 Web 解决方案 —— H5 容器 H5 容器简介。H5 承载于 Android 和 iOS 之上,需要进行客户端接入。在客户端接入 H5 容器后,前端可以很方便地使用网关:...

小程序页面介绍

[pageName].js:页面逻辑。[pageName].axml:页面结构。[pageName].acss:页面样式(可选)。[pageName].json:页面配置(可选)。页面初始化时,提供以下数据:Page({ data:{ title:'mPaaS',array:[{ user:'li' },{ user:'zhao' }],},});...

开发和管理自定义页面

轻应用支持使用系统提供的标准组件搭建页面,并支持通过JSX编写简单...调用后端服务方法*@param 后端服务方法编码*@param 服务方法入参,所有参数放在一个对象中传入*/this.my.invokeFunction("functionCode",{})/*快捷调用警告对话框*@param*...

蓝牙 API 列表

this[`bind${name}`]){ this[`bind${name}`]=this[name].bind(this);} return this[`bind${name}`];},BLEConnectionStateChanged(){ my.onBLEConnectionStateChanged(this.getBind('onBLEConnectionStateChanged'));},...

HUE指标

999th Percentile.This is computed over the past hour hue_requests_response_time_999_percentile 99%的请求响应时间。单位:秒。15-Minute Rate hue_requests_response_time_15m_rate 最近15分钟请求响应速率。99th Percentile.This is...

安装Node.js SDK

使用Node.js SDK进行日志服务各类操作前,您需要安装Node.js SDK。本文介绍Node.js SDK的安装方法。前提条件 已开通日志服务。更多信息,请参见 开通日志服务。已创建并获取AccessKey。更多信息,请参见 访问密钥。阿里云账号AccessKey拥有...

日志

s","this is Debugf log")fctx.GetLogger().Info("this is Info log")fctx.GetLogger().Infof("Hi,%s","this is Infof log")fctx.GetLogger().Warn("this is Warn log")fctx.GetLogger().Warnf("Hi,%s","this is Warnf log")fctx....

alicloud_cr_repos

Tag of this image.image_id-Id of this image.digest-Digest of this image.status-Status of this image.image_size-Status of this image,in bytes.image_update-Last update time of this image,unix time in nanoseconds.image_create...

日志

s","this is Debugf log")fctx.GetLogger().Info("this is Info log")fctx.GetLogger().Infof("Hi,%s","this is Infof log")fctx.GetLogger().Warn("this is Warn log")fctx.GetLogger().Warnf("Hi,%s","this is Warnf log")fctx....

接入指南

js"></script>const service=async(url,params)=>{ const result=await axios.get(url,params);if(result.status=200){ return result.data;} else { throw new Error('...

弹窗(Modal)

},openCloseableModal(){ this.commonShow('isCloseableModalShow');},closeCloseableModal(){ this.commonHide('isCloseableModalShow');},openCustomBtnModal(){ this.commonShow('isCustomBtnModalShow');},closeCustomBtnModal(){ this...

自定义开发组件蓝图说明

在使用开发者工具创建完成组件后,本地的组件包文件夹下会生成 index.js 文件和 package.json 文件,本文需要在这两个文件中修改内容来操作实现。事件触发 在自定义组件中实现蓝图编辑器中事件触发功能,以数字翻牌器组件的 当前值变化 ...

自定义 JSAPI

JavaScript API(JSAPI)是为 H5 应用提供原生能力的接口,您可以利用这些接口使用更多的原生能力和操控能力,提高 H5 应用的用户体验。H5 容器组件提供以下能力:丰富的内置 JSAPI,实现例如页面 push、pop、标题设置等功能。更多信息查看...

alicloud_cr_ee_repos

id-Id of this image.digest-Digest of this image.status-Status of this image.image_size-Status of this image,in bytes.image_update-Last update time of this image,unix time in nanoseconds.image_create-Create time of this ...

Quick BI数据集报错“Data level ...in this cube”

概述 本文主要介绍如何解决Quick BI数据集报错“Data level permission columns cannot be deleted in this cube”。详细信息 该报错提示数据集设置有行列集权限,但是在数据集中没有选择设置行或者列权限字段,导致该报错。查看行列集权限...

访问OSS资源报错“You do not have read...this object”

Error:oss:service returned error:StatusCode=403,ErrorCode=AccessDenied,ErrorMessage="You do not have write permission on this object."RequestId=5E7B0DE494D2DC3139B6F616 问题原因 该报错不是OSS权限的报错类型,而是该资源存在...

Quick BI使用展示链接跳转报“This site can not be ...

问题描述 Quick BI使用展示链接跳转报错:This site can not be reached。问题原因 用户的填写链接地址为本地链接,所以报错。解决方案 此处的链接应填写为公网可以访问的URL。适用于 Quick BI

自定义插件实现人名条功能

文本对齐 ctx.fillText(this.options.text,this.canvas.width-20,this.canvas.height-20);文本位置 } this.requestId=requestAnimationFrame(drawFrame);持续绘制帧 } this.requestId=requestAnimationFrame(drawFrame);创建新的 ...

在Windows搭建Node.js开发环境

本文以在Windows系统下安装VS Code为例,为您介绍Node.js开发环境搭建步骤。访问 Visual Studio Code 官网,单击Download for Windows开始下载。双击下载文件(如VSCodeUserSetup-x64-1.89.1.exe)根据安装向导完成安装。重要 在选择附加...

搜索框(SearchBar)

},handleWithCancelInput(value){ this.setData({ withCancelValue:value });},handleWithCancelClear(){ this.setData({ withCancelValue:'' });},handleCancelWithCancel(){ this.setData({ withCancelValue:'' });my.showToast({ ...

自动化日志

MPTracker.onActivityWindowFocusChanged(this,hasFocus);}@Override protected void onResume(){ super.onResume();MPTracker.onActivityResume(this);}@Override protected void onPause(){ super.onPause();MPTracker.onActivityPause...

部署Node.js环境(CentOS 7)

Node.js是一个基于Chrome V8引擎的JavaScript运行环境,用来方便快速地搭建易于扩展的网络应用。本文介绍如何在CentOS 7.x操作系统的ECS实例上,安装Node.js并部署测试项目。背景信息 Node.js使用了一个事件驱动、非阻塞式I/O的模型,使其...

客户端调用卡片方法

},/js 方法 clientToCube(data){ this.message=data;} } }将卡片打包,发布到卡片后台。客户端调用。客户端获取卡片实例,调用对应的 JS 方法,并发送数据。if(mCubeCard!null){ mCubeCard.callJsFunction("clientToCube","client to cube:...

my.offComponentError

简介 my.offComponentError 移除小程序自定义组件内部 JS 代码的 error 事件的监听函数。入参 Function listener 自定义组件内部 JS 代码运行抛出错误时的回调函数。参数 属性 类型 描述 error Error 异常对象。method String 异常发生所在...

alicloud_rds_clone_db_instance

ca_enabled is 1,this parameter must be configured.client_ca_enabled-(Optional)The client ca enabled.client_cert_revocation_list-(Optional)This parameter is only supported by the RDS PostgreSQL cloud disk version,which ...

WRITE_GROWTH option so it cannot execute this ...

问题描述 Quick BI登录提示“The MySQL server is running with the LOCK_WRITE_GROWTH option so it cannot execute this statement”,表现形式如下:问题原因 提供给Quick BI使用的元仓数据源由于磁盘配额不足导致的禁止写入故障。...

alicloud_hbr_ots_snapshots

This data source provides the Hbr Ots Snapshots of the current Alibaba Cloud user.->NOTE:Available in v1.164.0+.Example Usage Basic Usage data"alicloud_hbr_ots_snapshots""snapshots"{ } Argument Reference The following ...

'access forbidden in this instance&workspace'”

概述 本文主要介绍如何解决Quick BI第三方嵌入报错“'Code':'AE0580800012','Message':'access forbidden in this instance&workspace'”。详细信息 报错原因是需要使用Quick BI账号角色为管理员为嵌入的账号。在Quick BI界面可以设置账号...

alicloud_rds_upgrade_db_instance

Computed)This parameter is only supported by the RDS PostgreSQL cloud disk version.It indicates the content of the server certificate.If the CAType value is custom,this parameter must be configured.server_key-(Optional,...

安装ROS CDK

前提条件 请确保Node.js和TypeScript满足以下版本要求:Node.js:14.17.0及以上。TypeScript:3.8及以上。在Linux平台安装ROS CDK 以下示例将在CentOS 8.2 64位的系统上安装ROS CDK。执行以下命令,安装Node.js、npm、tsc、lerna。由于ROS ...
< 1 2 3 4 ... 200 >
共有200页 跳转至: GO
新人特惠 爆款特惠 最新活动 免费试用