大约有 204 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
...COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); hr.send(NameJosn, null, 'get', 'xml'); function method():void trace(hr.data) } hr.data 返回结...
来源: Laya_社区 发布时间: 20160626
...错: internal/child_process.js:323 throw errnoException(err, 'spawn'); ^ Error: spawn EACCES at _errnoException (util.js:1022:11) at ChildProcess.spawn (internal/child_process.js:323:11) at exports.spawn (child_process.js:502:9) at Object.<anonymous> (/usr/local/lib/node_modules/layaair-cmd/...
来源: Laya_社区 发布时间: 20180514
...客户端未进行回调 微信小游戏真机连接websocket报错,<error:exception onOpen fail code:9,msg:Timer Expired>,始终连不上,是怎么回事 使用连接加载图片的问题 引擎1.7.6-beta,0.9.6的layanative,ios打包,真机iphone6, 发起websocket连接时失败 ...
来源: Laya_社区 发布时间: 20171218
...Client/release/wxgame/__context__/__plugin__/wxe24357b5ce551510/plugin.js' Error: ENOENT: no such file or directory, open 'D:/work/MG/Client/release/wxgame/__context__/__plugin__/wxe24357b5ce551510/plugin.js' at Object.openSync (node:fs:582:3) 附件 : --> 2023-12-27 添加评论 免费帖 -->...
来源: Laya_社区 发布时间: 20231227
... 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
...之前也是把动效放到场景就没问题。laya.d3.js:25407 Uncaught Error: Sprite3D:Node type must Sprite3D. at Scene.__proto.addChild (laya.d3.js:25407) 附件 : --> 2017-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20171012
...。而且Laya自带的压缩工具没有查看具体报错的功能。 ERROR:invalid property id interface:function(name,_super){ Laya.__package(name,{}); var ins=Laya.__internals; var a=ins[name]=ins[name] || {self:name}; if(_super) { var supers=_super.split(','); a.extend=[]; for(var i=0;i...
来源: Laya_社区 发布时间: 20180806
... 使用box2d物理系统 在destory被collider绑定的sprite时会报错 Error preload.js:55 at Object.box2d.b2Assert (file:///D:/develop/layaspace/smallballs/bin/libs/laya.physics.js:38:57) at box2d.b2World.DestroyJoint (file:///D:/develop/layaspace/smallballs/bin/libs/laya.physics.j...
来源: Laya_社区 发布时间: 20181106
...行在chrome里面 听不见声音 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 问...
来源: Laya_社区 发布时间: 20151218
...mber = 8, max: number = Math.pow(2, bit) - 1) { if (code < 0) throw new Error("code should be greater than: 0"); if (code > max) throw new Error("code should be less than: " + max); return this.padding(code.toString(2), bit, "0", false); } to_hex(code: number, bit: number = 8, max: number = Ma...
来源: Laya_社区 发布时间: 20190321