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

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

21. Failed to construct 'AudioContext' [ 87%]

...xImage2D怎么处理? httprequest ios手机上请求提示Request failed status:0 Array buffer allocation failed WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header httpRequest send返回Request failed Status:0 手机调试时http请求错误,返回Request failed Status...

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

22. Quaternion To Matrix conversion failed because input Quaternion is invalid [ 86%]

...web和微信端没有问题,打包成apk后 httprequest报Request failed Status:404 text:undefined 调试工具正常,真机报错:Request failed Status:0 text( 加载场景失败) scriptEngine 0xc30edooo loadScriptStringWithCodeCache failed 发布QQ包报错 安卓的QQ扫码时运行不...

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

23. 怎么使用http请求 [ 86%]

...onreadystatechange = function () { if (xhr.readyState == 4 && (xhr.status >= 200 && xhr.status <= 207)) { //cc.log("response:\n" + xhr.responseText); var data = JSON.parse(xhr.responseText); //console.log(data); if (data.result_status == 1 && data.top_list) { WxRankMana...

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

24. "Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 85%]

...net::ERR_FILE_NOT_FOUND httprequest ios手机上请求提示Request failed status:0 Array buffer allocation failed WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory Array buffer allocation ...

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

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

...y(body); } const response = yield fetch(url, requestOptions); if (response.status >= 200 && response.status < 300) { const responseText = yield response.text(); return JSON.parse(responseText); } else { const errorResponse = yield response.text(); throw new HttpException( `HTTP ${respo...

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

26. 最新版本IDE,如何获取http返回的json数据 [ 82%]

... = function () {             if (xhr.readyState == 4 && (xhr.status >= 200 && xhr.status <= 400)) {                 if(JSON.parse(xhr.responseText).status===1){                     console.log ('登录成功')                     cc.director.lo...

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

27. INSTALL_FAILED_NO_MATCHING_ABIS [ 79%]

...net::ERR_FILE_NOT_FOUND httprequest ios手机上请求提示Request failed status:0 Array buffer allocation failed Failed to execute 'texImage2D怎么处理? WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScrip...

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

28. iOS wkWebView [ 77%]

...0-23 14:07:22.741707+0800 TTF[1207:194638] JSLog:error==>Request failed Status:0 text: 直接就Status:0,服务端也收不到请求 2020-10-23 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 156*****628 相关问题 关于近期iOS...

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

29. 引擎中的修改意见 [ 76%]

...gs[i]); } this._text = text; } } 3、HTTPRequest中错误输出:前面的statusstatusText都是空的 根本打印不出任何东西。 /** * @private * 请求出错侦的听处理函数。 * @param e 事件对象。 */ protected function _onError(e:*):void { error("Request failed Status:" + th...

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

30. 求HTTP相关的文档或者例子谢谢了 [ 76%]

...个案例,可以参考下 模拟的后端数据data.php,内容如下{ "status":0, "message":"Your message has been successfully uploaded!" } package { import flash.display.Sprite; import flash.events.Event; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events...

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