大约有 81 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0060 秒)
...这两个,但是会报 ld: library not found for -lJavaScriptCore clang: error: linker command failed with exit code 1 (use -v to see invocation)。 helloworldlv • 2018-03-21 11:00 build settings /other linker flag 里面把删的库删掉 helloworldlv • 2018-03-21 11:03 如果再报错在buil...
来源: Laya_社区 发布时间: 20180225
...-11 11:17:09.965 8591-8658/com.mygame.laya E/LayaBox﹕ download file error[1]:file:///data/user/0/com.mygame.laya/cache/LayaCache/localstorage/logo/logo.png 04-11 11:17:09.968 8591-8658/com.mygame.laya I/LayaBox﹕ require(/sdcard/layabox/scripts/config.js) 04-11 11:17:09.968 8591-86...
来源: Laya_社区 发布时间: 20170411
...n 赞同来自: 我测试的6也没有问题 你在这个地方监听一个error事件 2018-03-20 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 czronaldo11 相关问题 LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(...
来源: Laya_社区 发布时间: 20180319
...t.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler); // this.socket.send("hello world");//###################################################### } private openHandler(event: any = null): void { //正确建立连接; console.log("建立连接")...
来源: Laya_社区 发布时间: 20180211
... index.js:829 data stderr: internal/modules/cjs/loader.js:968 throw err; ^ Error: Cannot find module 'C:\Users\Administrator\AppData\Roaming\npm\node_modules\@vivo-minigame\cli\bin\mg' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15) at Function.Module._load (internal/modu...
来源: Laya_社区 发布时间: 20200817
... 文件:将该文件的 16065 行注释掉,注释后的代码如下: error(err, pos) { if (typeof err === 'string') err = { message: err }; if (pos) augmentCodeLocation(err, pos, curSource, id); err.id = id; err.hook = 'transform'; // return pluginContext.error(err); },该方法虽然可以解...
来源: Laya_社区 发布时间: 20201223
...dler); this.socket.on(Event.CLOSE,this,closeHandler); this.socket.on(Event.ERROR,this,errorHandler); } public function connect():void { if(!this.socket.connected){ this.socket.connectByUrl("ws://127.0.0.1:9000");//建立连接; } } public function send(msg:String):void { if(this.socket.connected){...
来源: Laya_社区 发布时间: 20180202
...eloLaya{ export class Pomelo{ static DEBUG:boolean = true; static EVENT_IO_ERROR:string = "io-error"; static EVENT_CLOSE:string = "close"; static EVENT_KICK:string = "onKick"; static EVENT_HEART_BEAT_TIMEOUT:string = 'heartbeat timeout'; private JS_WS_CLIENT_TYPE:string = 'js-websocket'; private JS_...
来源: Laya_社区 发布时间: 20180119
...: Invalid snd_device = 2018-11-26 18:31:47.725 761-4830/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19 2018-11-26 18:31:47.964 4749-4838/com.layabox.dotJourney E/LayaBox: >>>>>>>>>>>>>>>>>>>>>>>>>>>>classN...
来源: Laya_社区 发布时间: 20181126
...il"); return; } } if( !(yield dj_hook.OnDccOk()) ) { if (window["onLayaInitError"]) { window["onLayaInitError"]("Update index error"); } return; } var data = yield asyncs.loadText(url); for (var n = 0; n < 3 && !data; n++) { data = yield asyncs.loadText(url); }2.使用ide的版本管理,...
来源: Laya_社区 发布时间: 20190516