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

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

161. 用Socket连接服务器,服务端显示已经有登录,但Event.OPEN没有触发 [ 50%]

...s.on(Event.OPEN, this, OnConnected);             this.on(Event.CLOSE, this, OnDisconnect);             this.on(Event.MESSAGE, this, OnRecv);             this.on(Event.ERROR, this, OnError);         }                           public...

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

162. websocket连接出错 [ 50%]

..., receiveHandler); //接收到数据触发函数 this.socket.on(Laya.Event.CLOSE, this, closeHandler); //关闭事件 this.socket.on(Laya.Event.ERROR, this, errorHandler); //连接出错 function openHandler(event){ //正确建立连接 this.socket.send('foo','OOOO'); } function receiveHandler(msg){...

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

163. socket.sent [ 50%]

...(Laya.Event.MESSAGE, this, this.receiveHandler); this.socket.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler); } private openHandler(event: any = null): void { //正确建立连接; console.log("建立"+event);//没有写出 } private receive...

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

164. 更新到1.7.6beta之后,HBox有bug [ 49%]

..."; break; case 1: skin = "comp/blank.png"; break; case 2: skin = "comp/btn_close.png"; break; case 3: skin = "comp/button.png"; break; case 4: skin = "comp/checkbox.png"; break; case 5: skin = "comp/clip_selectBox.png"; break; case 6: skin = "comp/clip_tree_arrow.png"; break; case 7: skin = "comp/cl...

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

165. 如何与服务端建立连接 [ 49%]

...er);this.socket.on(Event.MESSAGE,this,receiveHandler);this.socket.on(Event.CLOSE,this,closeHandler);this.socket.on(Event.ERROR,this,errorHandler); 回到方法 成功失败。。 private function openHandler(event:Object = null):void{//正确建立连接; }private function receiveHandler(msg:Obje...

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

166. 服务器websocket c++发送二进制类型包,客户端没有任何事件响应 [ 49%]

...; socket.on(Laya.Event.OPEN, this, onSocketOpen); socket.on(Laya.Event.CLOSE, this, onSocketClose); socket.on(Laya.Event.MESSAGE, this, onMessageReveived); socket.on(Laya.Event.ERROR, this, onConnectError); 2017-08-22 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...

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

167. iOS11下微信打开laya做的web,按微信的返回后,laya的web端websocket不能监听到断开 [ 48%]

...应就强制踢掉。我发现iOS11的微信虽然不会触发websocket的close,但也无法进行收发。 web这块我不是很熟,不知道laya能否提供当前webview是否在前台运行的判断?

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

168. ReferenceError: Loading_fly is not defined [ 48%]

...type; _proto.onPlay = function () { UIConfig.popupBgAlpha = 0.85; UIConfig.closeDialogOnSide = false; this.diango = new Laya.Dialog(); this.diango.width = Laya.stage.width; this.diango.height = Laya.stage.height; var loading_array = []; for(var i = 1; i < 28; i++ ){ loading_array.push('loading/'+...

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

169. 代码模式的快捷键设置(JavaScript-IDE篇(JS)-代码模式基础) [ 48%]

.../实例 New window/instance | | `Ctrl + Shift + W` | 关闭窗口/实例 Close window/instance | | `Ctrl+X` | 剪切行(空选定) Cut line (empty selection) | | `Ctrl+C` | 复制行(空选定)Copy line (empty selection) | | `Alt+ ↑ / ↓` | 向上/向下移动行 Move line up/down | | `Sh...

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

170. 代码模式的快捷键设置(TypeScript-IDE篇(TS)-代码模式基础) [ 48%]

.../实例 New window/instance | | `Ctrl + Shift + W` | 关闭窗口/实例 Close window/instance | | `Ctrl+X` | 剪切行(空选定) Cut line (empty selection) | | `Ctrl+C` | 复制行(空选定)Copy line (empty selection) | | `Alt+ ↑ / ↓` | 向上/向下移动行 Move line up/down | | `Sh...

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