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

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

41. LayaCloud登陆后跳转空白页 [ 74%]

...yabox2","loginType":1,"queryParams":{},"spId":432,"logonKeyInfo":{"ret":0,"msg":"","data":{"signkey":"","signdata":"","AppId":""}}} layabox2.js?rand=20194322:108 SSO:{"result":0} layaSdk.js?channel=shanshanyao:71 尹小芃槑登录:{"ret":0,"msg":"","data":{"signkey":"","signdata":"","AppId":""}} ...

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

42. LayaBox二次开发 如何用到 activity的上下文对象Context [ 72%]

...c void init(final Context context) { this.context = context; } public void msg() { Log.d("layabox", "test"); Toast.makeText(context, "测试", Toast.LENGTH_SHORT).show(); } }该如何反射才能调到 msg 方法 2018-04-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

43. Protobuf decode报错 [ 71%]

...受到服务区的消息     //已经加载完了.proto文件 var awesomMsg:any=root.lookup("com.lll.game.login.LoginRequest"); var message:any=awesomMsg.create( {username:'nk', password:'123', usertype:1} ); var buffer=awesomMsg.encode(message).finish(); //封装数据为约定的格式 length,id...

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

44. 在native中 HTMLDivElement中文堆叠在一起了 [ 71%]

...t;` + nickName + `:</span> <span style="color: #F4B400;">` + msg.msg + `</span> <br/><span> </span><br/>`; this.chatBox.appendHTML(chat); 附件 : --> 2018-08-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

45. WebSocket发送与接收数据(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 71%]

...vent: any = null): void { //正确建立连接; } private receiveHandler(msg: any = null): void { ///接收到数据触发函数 } private closeHandler(e: any = null): void { //关闭事件 } private errorHandler(e: any = null): void { //连接出错 } } new Game(); ``` 注意:我们看到实例...

来源: Laya2.0_文档 发布时间: 20210714

46. WebSocket发送与接收数据(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 70%]

...t = null):void { //正确建立连接; } private function receiveHandler(msg:Object = null):void { ///接收到数据触发函数 } private function closeHandler(e:Object= null):void { //关闭事件 } private function errorHandler(e:Object = null):void { //连接出错 } } } ``` ​ 注意:我...

来源: Laya2.0_文档 发布时间: 20210715

47. [QQ小游戏适配] Laya.loader.create 在QQ安卓版本上 执行没有成功回调,也没有进度回调,监听了error 也没有。在ios版QQ上正常。 [ 69%]

...ompleteCallBack, this.loadProgressCallback, type).on("error",null,function(msg){ console.error("ERROR",msg) }) 2019-06-17 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 李长忠 赞同来自: 同一个世界!同...

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

48. 如何与服务端建立连接 [ 68%]

...ect = null):void{//正确建立连接; }private function receiveHandler(msg:Object = null):void{///接收到数据触发函数}private function closeHandler(e:Object= null):void{//关闭事件}private function errorHandler(e:Object = null):void{//连接出错} 发送 同byte 例如你的传输 js...

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

49. IDE2.7.1打开项目报错、社区手机号登陆一直刷新页面 [ 64%]

... LAYASDK __tag: access_token sdk.js?t=202009091754:63 old User {ret: 1101, msg: "不存在的用户", data: ""} sdk.js?t=202009091754:89 pay user {ret: 1, msg: "成功", data: "http://ask.layabox.com/"}   新增了“bug2.rar”和“IDE缓存”附件,希望对排查有帮助 附件 : --> bug.ra...

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

50. native 1.0.2 连不上wss [ 64%]

...ction() { alert("connect success~"); ws.send('tom'); alert("send to server msg: tom"); }; ws.onmessage = function(e) { alert("accpet msg: " + e.data); }; ws.onerror = function(e) { alert("error: " + e); console.log(e) }; </script> </body> </html>   这是app设置的url所对应...

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