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

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

101. Android Native1.0 上主动断开websocket,监听不到onclose事件 [ 56%]

...的,onclose可以正常触发。 但是在Native下onclose不能触发,connected状态也还是true,但是socket却事实上已经断开了,无法收发包。 还有一个问题,切到后台后,如果不断开连接,那么需要在业务里发心跳包,但是切到后台后timer停...

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

102. 程序调试10秒钟后报错 [ 56%]

程序调试10秒钟后报错 程序调试10秒钟后报错:   Cannot connect to runtime process, timeout after 10000 ms - (reason: Can't find a target that matches: d:\install\LayaBox\workspace\AirWar_Class11/bin/index.html.Available pages:["file:///D:/install/LayaBox/workspace/AirWar_Class11/bin...

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

103. as项目移植layflash问题 [ 55%]

...gData.Data.length);             }             if (socket.connected) {                 socket.writeBytes(sendData);                 socket.flush();             }         } 附件 : --> 2017-03-18 添加评论 免费帖 --> 分享 微博 QZONE ...

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

104. websocket使用局域网IP连接不了 [ 55%]

...域网IP连接不了 如题,我局域网IP地址是192.XXXX的,socket.connect("192.xxxxx",8001)时是连不上了,但是改用127.0.0.1是可以的,连外网服务器时也是可以的。想问一下,是不是无法通过局域网IP来连服务器,那我团队成员之间不是很难联...

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

105. 关于websocket连接的问题,连接成功以后,有什么属性去判断是否连接成功吗? [ 55%]

...a.Event.OPEN函数意外,还有没有判断连接成功的,比如类似connected   2017-09-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: /** * 连接建立成功后调度。 * @ev...

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

106. Failed to load resource: net::ERR_FILE_NOT_FOUND [ 55%]

...inker command failed with exit code 1 (use -v to see invocation) websocket connection failed: Invalid frame header 问题状态 最新活动: 2019-09-08 01:23 浏览: 1545 关注: 3 人

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

107. 项目启动之后,就会产生这样的崩溃问题,运行不了了 [ 54%]

...启动之后,就会产生这样的崩溃问题,运行不了了 Cannot connect to runtime process, timeout after 10000 ms - (reason: Can't find a target that matches: file:// 附件 : --> 2018-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

108. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 54%]

... the buffer in the AudioBufferSourceNode source.buffer = myArrayBuffer; // connect the AudioBufferSourceNode to the // destination so we can hear the sound source.connect(audioCtx.destination); // start the source playing source.start(); } ``` ​ 运行上面的js代码,单击页面就会听到...

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

109. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 54%]

... the buffer in the AudioBufferSourceNode source.buffer = myArrayBuffer; // connect the AudioBufferSourceNode to the // destination so we can hear the sound source.connect(audioCtx.destination); // start the source playing source.start(); } 运行上面的js代码,单击页面就会听到声音播...

来源: Laya3.0_文档 发布时间: 20230629

110. [分享]自动化的基于TypeScript的HTML5游戏开发 [ 54%]

...ler(tsc)的watch模式来实现代码修改后自动编译以及使用gulp-connect来实现编译后浏览器自动刷新。     附件 : --> 2017-08-31 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying ...

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