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

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

1. readUTFBytes error - Out of bounds [ 100%]

readUTFBytes error - Out of bounds /** *@private *读字符串,必须是 writeUTFBytes 方法写入的字符串。 *@param len 要读的buffer长度,默认将读取缓冲区全部数据。 *@return 读取的字符串。 */ __proto.readUTFBytes=function(len){ (len===void 0)&& (len=-1); i...

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

2. Error: Layer value can be null. [ 68%]

...进入编辑模式就报这个错误 Laya3d init error ,must support webGL readUTFBytes error - Out of bounds 问题状态 最新活动: 2018-11-05 14:38 浏览: 1261 关注: 1 人

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

3. Socket连接不上(已解决) [ 65%]

...          {                 Log.print(new Byte(message).readUTFBytes());             }             socket.input.clear();         }                  private function onConnectError(e:Event=null):void         {             Log.print...

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

4. 请问.skel文件怎么用 [ 62%]

请问.skel文件怎么用 加载报了一个错Byte.js:651 Uncaught readUTFBytes error - Out of bounds 2020-02-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复...

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

5. socket大型项目回调 [ 44%]

... else { var routeLen:number = buffer.getUint8(); route = routeLen ? buffer.readUTFBytes(routeLen) : ""; } } //else if (type === Message.TYPE_RESPONSE) //{ // route = Pomelo.requests[id].route; //} // if (!id && !(typeof(route) == "string")) { route = Routedic.getName(route); } if (route == u...

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

6. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 37%]

...lBack);  } } } else if (message is ArrayBuffer) { trace(new Byte(message).readUTFBytes()); } socket.input.clear(); } private function OnCallBack():void { MsgManger.SendMsg("LoginOut"); } private function onConnectError(e:Event=null):void { trace("error"); } } }   写了个测试例子,可以收...

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