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

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

41. 网络通信 · LayaAir3文档 · LAYABOX [ 42%]

...够改变响应类型。就是告诉服务器你期望的响应格式。 status unsigned short 该请求的响应状态码 (例如,状态码200 表示一个成功的请求).只读 statusText DOMString 该请求的响应状态信息,包含一个状态码和原因短语 (例如 “200 OK“)。 ...

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

42. LAYABOX游戏实时语音之APP版本 [ 42%]

...ilter> </activity> <receiver android:name="com.youme.im.NetworkStatusReceiver" android:label="NetworkConnection" > <intent-filter> <action android:name="android.net.conn.CONNECTIVITY_CHANGE" /> </intent-filter> </receiver> </application> </manifest>...

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

43. 安装layaair2-cmd一直失败 [ 42%]

...1 npm ERR! gifsicle@4.0.1 postinstall: `node lib/install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the gifsicle@4.0.1 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found i...

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

44. 打包成APK运行一半崩溃 [ 39%]

...system@app@WebViewGoogle@WebViewGoogle.apk@classes.dex) because non-0 exit status 04-11 11:17:09.164    8591-8591/? W/System﹕ ClassLoader referenced unknown path: /system/app/WebViewGoogle/lib/arm 04-11 11:17:09.195    8591-8591/? I/cr_LibraryLoader﹕ Time to load native libraries: 6 ms (time...

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

45. 二进制图片(JavaScript-2D进阶篇(JS)-游戏加载策略) [ 39%]

...ue); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.src); // 清除释放; }; img.src = window.URL....

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

46. 二进制图片(TypeScript-2D进阶篇(TS)-游戏加载策略) [ 38%]

...ue); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.src); // 清除释放; }; img.src = window.URL....

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

47. 二进制图片(ActionScript-2D进阶篇(AS3)-游戏加载策略) [ 38%]

...ue); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.src); // 清除释放; }; img.src = window.URL....

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

48. lib/arm/liblayaair.so 总是崩溃 [ 21%]

...939 3084-3555/? I/AudioFlinger: updateWakeLockUids_l() AudioOut_6 mType: 0 status 0 08-14 10:57:49.952 3084-3521/? I/APM::AudioPolicyManager: stopOutput() output 6, stream 3, session 1249 08-14 10:57:49.962 5024-6040/? V/AudioManager: isMusicActive... 08-14 10:57:49.981 6439-6511/? I/System: core_bo...

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

49. 构建apk后,java报错 [ 16%]

...70/? E/LockboxBrokerService: Could not query UDC's getDeviceDataUploadOptInStatus; 15 null 2018-11-26 18:32:05.675 2559-4164/? E/aqvd: Failure reading udc context     java.util.concurrent.TimeoutException: Timed out waiting for Task         at aprc.a(:com.google.android.gms@13280020@13.2.80 (0...

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

50. 引用游戏的JS变得很卡 [ 10%]

...3-21 20:29:39.046 19155-19277/com.mygame.laya I/LayaBox﹕ {"MsgId":10005,"status":"1","WinTag":"1","GuessingNum":"1,1","Win_coins":"8000","Credit_coins":"658924"} 03-21 20:29:39.079 19155-19155/com.mygame.laya I/MediaPlayer﹕ [HSM] stayAwake false uid: 10198, pid: 19155 03-21 20:29:39.710 19155-19...

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