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

大约有 203 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0042 秒)

171. WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header [ 46%]

...自: 搜索到一些资料,说是字节长度问题。 How long are the message you are trying to send If it's larger than 125 bytes you need to encode the length in a different manner i.e you must take the extended payload length into consideration. – Cyclonecode Jul 7 '15 at 10:22 Right, o...

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

172. 发布项目“是否压缩混淆js(耗时)”的bug [ 45%]

...报错: [ERR]|CompressJS Fail: E:/new_work/client_deploy/bin/code.js {"message":"Unexpected token name «of», expected punc «;»","filename":"0","line":107395,"col":26,"pos":3691880} 2018-04-13 0 0 分享 微博 QZONE 微信 131*****785 赞同来自: 我直接用uglifyjs 压缩是报这样的错...

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

173. [LayaAir3]我直接将整个项目导出,使用Android Studio打开编译,然后构建运行,连接手机结果打开项目就闪退? [ 44%]

...else if (error instanceof Error) { throw new Error(`Network error: ${error.message}`); } else { throw new Error("Unknown network error occurred"); } } }); } 大概报错。联系方式VX:18627541649,拜托了,求求各位大神救救我! 报错的代码: unhandledrejection Uncaught Error:...

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

174. vivo 的激励视频无法播放 app启动的时候报错 [ 44%]

... Framework ### [error] __qg._onErrorOccurred called! loaction: (see stack) message: Uncaught TypeError: MiniFileMgr.fs.listDir is not a function stack: [0]onMkdirCallBack@/data/user/0/com.vivo.hybrid/app_resource/com.fx.jjjt.vivominigame/libs/laya.vvmini.js:1073 [1]runWith@/data/user/0/com.vivo.hybr...

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

175. 苹果上架有问题啊 , !!!!!! [ 44%]

...may provide additional details about your app by replying directly to this message. Guideline 4.0 - Design Your app includes an update button or alerts the user to update the app, but the update button or alert does not link directly to the app’s page on the App Store. Please see attached screensh...

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

176. 1.7.13打包发布web版本报错 [ 44%]

...urces\app\node_modules\uglify-js\lib\parse.js:204 throw new JS_Parse_Error(message, line, col, pos); ^ Error at new JS_Parse_Error (D:\LayaAirIDE_1.7.13\resources\app\node_modules\uglify-js\lib\parse.js:196:18) at js_error (D:\LayaAirIDE_1.7.13\resources\app\node_modules\uglify-js\lib\parse.js:204:1...

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

177. 发布时勾选压缩js后,gulp uglify生成的sourcemap在哪里 [ 44%]

...on); } // consumer.destroy(); } main().catch(error => console.log(error.message)); 6、在cmd中运行:node convertSourceMap.js "at t.ClearYeMan (http://cangqiong.17dawan.com/v ... 341015)" "F:\\jenkins_workspace\\branch\\0707\\release\\sourcemaps\\js\\bundle.js.map"

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

178. 使用百度地图显示当前位置(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 43%]

...rType  =  "Time Out"; alert('ERROR('  +  errType  +  '): '  +  e.message); } ``` 完成以上步骤之后就可以在设备上的浏览器查看效果。如果位置错误,把获取到的坐标当成谷歌坐标试试。注意浏览器本身的安全限制可能需要用户手动允许...

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

179. Laya.Socket 是不是不支持Safari浏览器二进制格式的数据传输? [ 43%]

...ket.on(Laya.Event.OPEN, this, this.openHandler); this.socket.on(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 { //正确建立连接...

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

180. 使用百度地图显示当前位置(ActionScript-LayaAir基础篇(AS3)-硬件设备相关) [ 43%]

...UT) errType = "Time Out"; alert('ERROR(' + errType + '): ' + err.message); } ``` 完成以上步骤之后就可以在设备上的浏览器查看效果。如果位置错误,把获取到的坐标当成谷歌坐标试试。注意浏览器本身的安全限制可能需要用户手动允许...

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