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

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

21. 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

22. 怎么使用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

23. "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

24. 最新版本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

25. 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

26. 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

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

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

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

28. 求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

29. Image.skin = 'https://..../head1.jpg' 报Failed to load:https://..../head1.jpg [ 74%]

...web和微信端没有问题,打包成apk后 httprequest报Request failed Status:404 text:undefined Request failed Status:404 text:undefined Array buffer allocation failed 问题状态 最新活动: 2018-11-21 11:02 浏览: 975 关注: 1 人

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

30. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 73%]

...parse(message); trace("Message from server:"+dataObj+"-----------"+dataObj.status); if(dataObj.messageType){ trace("Reveive message type"+dataObj.messageType); } if(dataObj!=null){ if(dataObj.status == "S" || (dataObj.body && dataObj.body.status == "S")){ var key:String=dataObj.messageType; ...

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