• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 21 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)

11. socket通讯返回数据 [ 66%]

...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

12. 将字节数组转为图片 [ 65%]

...b:file%3A///1c4effc4-4022-4ab5-8feb-e39ff76b7410                [error]Failed to load: blob:file%3A///1c4effc4-4022-4ab5-8feb-e39ff76b7410              */         }     byte文件.zip 2017-04-17 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...

来源: Laya_社区 发布时间: 20170417

13. layacmd 安装不成功 [ 64%]

...\npm\node_modules\layacmd\node_modules\ele ctron\install.js:48 throw err ^ Error: read ECONNRESET at exports._errnoException (util.js:1022:11) at TLSWrap.onread (net.js:569:26) C:\Users\Administrator\AppData\Roaming\npm `-- (empty) npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\\Program Files\\nodej...

来源: Laya_社区 发布时间: 20171124

14. 使用layaide进行打包,提示如下错误。 [ 63%]

...里,怎么调用微信小程序API 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Ts 编辑提示error TS5023: Unknown option 'p' Texture图片能否进行翻转? 图集打包找不到图集文件 用了第三方socket类 项目在IDE上可...

来源: Laya_社区 发布时间: 20170604

15. 弹出提示的对话框用什么来做?(其中有确定和取消选项) [ 63%]

...sition或者scale TS项目使用matter.js库无智能提示 Ts 编辑提示error TS5023: Unknown option 'p' Laya 安卓端 在服务端运行指令layadcc ./ 后进不去,提示 assetId is old 和 init dcc fail。然后过五六个小时后才不会报这个错。。才能进去 路径是对的,...

来源: Laya_社区 发布时间: 20160901

16. html5发布iOS编译报错 [ 54%]

...in MarketAppStore.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) 2016-12-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixuey...

来源: Laya_社区 发布时间: 20161229

17. 安装layaair2-cmd一直失败 [ 52%]

...cmd\node_modules\jpeg-recompress-bin > node lib/install.js   × RequestError: read ECONNRESET     at ClientRequest.<anonymous> (C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-c md\node_modules\bin-wrapper\node_modules\got\index.js:182:22)     at Object.onceWrapper (ev...

来源: Laya_社区 发布时间: 20200211

18. socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 [ 49%]

...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

19. 构建apk后,java报错 [ 48%]

...: 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

20. socket大型项目回调 [ 39%]

...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