大约有 74 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
... Laya_Aaron 赞同来自: 两个问题 1是 game.js 里面第二行 改 require("./code.js"); 还有一个问题是你有读取什么本地文件 不是ascii 编码吗,小游戏本地文件要ascii编码 之前提到每个游戏有4M本地物理存储空间,这里需要特别注意的...
来源: Laya_社区 发布时间: 20180228
...ect.defineProperty(exports, "__esModule", { value: true }); const vscode = require("vscode"); function activate(context) { let disposable = vscode.commands.registerCommand('extension.buildTemplate', () => { vscode.window.showInformationMessage('build template complete.'); }); context.subscription...
来源: Laya_社区 发布时间: 20180728
... 目录下一直有tslib模块,但是编译还是会报 “This syntax requires an imported helper but module 'tslib' cannot be found”错误,不管noEmitHelpers是不是=false。(两天了,我实在找不到方法了,才@你,大佬) 2020-03-10 0 2 分享 微博 QZONE 微信 flys 赞同...
来源: Laya_社区 发布时间: 20200309
... 非常感谢 有品青年 • 2018-10-11 10:45 你好,我运行是提示require is not define,是咋回事
来源: Laya_社区 发布时间: 20180209
...意义的代码 */ const LINENUM = 20; const LINENUM_RADOM = 13; var fs = require('fs'); var path = require('path'); var filterFils = ["Base64", "ThemeAdapter","AssetAdapter", "Platform", "wxgamesdk"];//忽略文件 var filterDirs = ["xxxx"];//忽略目录 var traceName = "xxxx";//添加的干扰代...
来源: Laya_社区 发布时间: 20190613
...t;>after I/LayaBox: found the file in the package:app.json I/LayaBox: require(/sdcard/layabox/scripts/scripts/index.js) require(/sdcard/layabox/scripts/index.js) found the file in the package:scripts/index.js I/LayaBox: require(/sdcard/layabox/scripts/async.js) found the f...
来源: Laya_社区 发布时间: 20190723
...内容: package awesomepackage; message AwesomeMessage { required string awesomeField = 1; } 放在laya/proto下面,proto这个文件夹没有请自己创建。 2、在bin下的index.html里的这个位置,看粗体部分,protobuf.js在项目里已经存在了,不...
来源: Laya_社区 发布时间: 20170216
...lsParamSize: unknow param 0x00008256 07-04 20:55:27.510: W/cr_media(7884): Requires BLUETOOTH permission 07-04 20:55:27.542: I/cr_DRP(7884): No DRP key due to exception:java.lang.ClassNotFoundException: com.android.webview.chromium.Drp 07-04 20:55:27.587: W/cr_AwContents(7884): onDetachedFromWindow ...
来源: Laya_社区 发布时间: 20190704
...s脚本文件,脚本内容参照如下: ```json const {watch ,task } = require("gulp"); const {exec} = require("child_process"); function compile(cb) { //执行编译命令 layaair2-cmd compile let process = exec("layaair2-cmd compile"); process.stdout.on("data",(data)=>{ console.log(data); }); ...
来源: Laya2.0_文档 发布时间: 20210715
...) 06-20 19:10:18.464 5371-5428/com.ReleaseTest.Four W/AudioManagerAndroid: Requires BLUETOOTH permission 06-20 19:10:18.475 5371-5431/com.ReleaseTest.Four E/ActivityThread: Failed to find provider info for com.google.settings 06-20 19:10:18.492 5371-5426/com.ReleaseTest.Four W/chromium: [WARNING:dat...
来源: Laya_社区 发布时间: 20170620