大约有 18 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
...{ fork } = require('child_process'); const path = require('path'); program.parse(process.argv); const projPath = path.join(__dirname, '../'); const layaCompileDir = path.join(projPath, '.laya'); const gulpFilePath = path.join(layaCompileDir, 'compile.js'); const gulpPath = path.join(projPath, 'node_...
来源: Laya_社区 发布时间: 20201223
...ya.ani.js(IDE 2.0.0版本)的4827行左右的Templet类的onComplete及parseData方法中设置this._path的位置处对_path进行路径过滤,去掉它内部包含URL.basePath的部分 __proto.onComplete=function(content){ if (this._isDestroyed){ this.destroy(); return; }; var tSkBuffer=Load...
来源: Laya_社区 发布时间: 20190419
...decode(resData); // console.log("resStr:",resStr);//握手 var data = JSON.parse(resStr); if(data.code === this.RES_OLD_CLIENT) { this.emit(Pomelo.EVENT_IO_ERROR, 'client version not fullfill'); return; } if(data.code !== this.RES_OK) { this.emit(Pomelo.EVENT_IO_ERROR, 'handshake fail'); return; } t...
来源: Laya_社区 发布时间: 20180119
...() { return __awaiter(this, void 0, void 0, function* () { let json = JSON.parse(fs.readFileSync("outConfig.json")); this.BaseURL = emiter_1.emiter.BaseURL = json.from; this.outfile = json.out; this.createAS = json.createAS; this.layajsURL = json.layajsURL; this.tsCongfig = json.tsConfig; this.filte...
来源: Laya_社区 发布时间: 20200925
...er.now(), encoding: encoding }; MiniFileMgr.filesListObj['fileUsedSize'] = parseInt(MiniFileMgr.filesListObj['fileUsedSize']) + fileSize; DEB("增加文件" + fileurlkey) MiniFileMgr.writeFilesList(fileurlkey, JSON.stringify(MiniFileMgr.filesListObj), true); callBack != null && cal...
来源: Laya_社区 发布时间: 20200103
...... 75.44 s=0 l=4529044 I/LayaBox (12689): download end I/LayaBox (12689): parse:normal 100 16px Arial,fontinfo:size:16,family:Arial E/LayaBox (12689): download file error[1]:file:///data/data/com.klzz.platform/cache/LayaCache/localstorage/logo/logo.png I/LayaBox (12689): require(/sdcard/layabox/scr...
来源: Laya_社区 发布时间: 20170320
...ndex failed 04-11 11:17:09.960 8591-8658/com.mygame.laya I/LayaBox﹕ parse:normal 100 16px Arial,fontinfo:size:16,family:Arial 04-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...
来源: Laya_社区 发布时间: 20170411
...==message============="); if (message is String) { var dataObj:Object=JSON.parse(message); trace("Message from server:"+dataObj+"-----------"+dataObj.status); if(dataObj.messageType){ trace("Reveive message type"+dataObj.messageType); } if(dataObj!=null){ if(dataObj.status == "S" || (dataObj.body &a...
来源: Laya_社区 发布时间: 20170724