大约有 27 项符合查询结果, 库内数据总量为 30,783 项。 (搜索耗时: 0.0065 秒)
...Debugger listening on port 48982. Warning: This is an experimental feature and could change at any time. laya_ide_time.require.single.gulp-util: 7.87ms gulp.js:8 laya_ide_time.require.single.pretty-hrtime: 2.2ms gulp.js:8 laya_ide_time.require.single.chalk: 10.4ms gulp.js:8 laya_ide_time.require.sin...
来源: Laya_社区 发布时间: 20200607
...a function $ adb shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Connecting to com.layabox.game Capturing and displaying logcat messages from a...
来源: Laya_社区 发布时间: 20171218
...://layabox.com/"; qrcode.makeCode(url); Laya.stage.once("click",this,clickHandler); qrcodeSp = new Sprite(); Laya.stage.addChild(qrcodeSp); } private function clickHandler():void { var url:String = qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个延时在获...
来源: Laya2.0_文档 发布时间: 20210715
...so M ECD2F000 00000000 0000F000 9DF125180E45AAAD5745B2109DBDF7B30 libandroid.so M ECDA0000 00000000 00003000 6FF48AFBD6DD58708C0798599D3C192C0 libjnigraphics.so M ECDBB000 00000000 00008000 7845093EEFCBEFF6CCB4FF827FC4A50D0 libcompiler_rt.so M EDE18000 00000000 01668000 52F63...
来源: Laya_社区 发布时间: 20180814
...,添加回调方法 http.once(Laya.Event.COMPLETE, this, this.completeHandler); //设置错误事件,添加回调方法 http.once(Laya.Event.ERROR, this, this.errorHandler); //设置进度事件,添加回调方法 http.on(Laya.Event.PROGRESS, this, this.processHandler); } private processHandle...
来源: Laya3.0_文档 发布时间: 20241014
...yabox.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stage.addChild(this.qrcodeSp); function clickHandler(){ var url = this.qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个延时在获取...
来源: Laya2.0_文档 发布时间: 20210714
....com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,this.clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stage.addChild(this.qrcodeSp); } private clickHandler():void{ var url:string = this.qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个延...
来源: Laya2.0_文档 发布时间: 20210715