大约有 204 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0039 秒)
...t client = null; try { client = server.accept(); // 创建分线程 // httpRequestHandler request = new httpRequestHandler(client); // // 启动线程 // new Thread(request).start(); if(client!=null){ Log. i(TAG, "已连接到服务器:" +client); //获取客户端的输入流 BufferedReader in = ...
来源: Laya_社区 发布时间: 20160104
...,输出报错如下:Warning: This app is not entitled to use SKPayment requestData. requestData will not be sent. [IAP] Transaction error: 无法连接到 iTunes Store 10 [IAP] SKPaymentTransactionStateFailed经过调试发现IAPManager有如下代码 SKMutablePayment *payment = [SKMutablePaymen...
来源: Laya_社区 发布时间: 20190510
...e也变成了application/x-www-form-urlencoded 代码如下: static httpRequest(method:string, url:string, data:any, headers:Array<string>, cb:(err:Error, data?:any)=>void) { let req = new Request(); req.on(Event.COMPLETE, this, (data) => { cb(null, data); }); req.on(Event.ERROR, this...
来源: Laya_社区 发布时间: 20170123
...eOrientation": "landscape", "showStatusBar": "false", "networkTimeout": { "request": 10000, "connectSocket": 10000, "uploadFile": 10000, "downloadFile": 10000 } }项目跑了很久了目前没有出现问题 2018-05-11 0 0 分享 微博 QZONE 微信 layabox 赞同来自: 由于没有上传DEMO,这...
来源: Laya_社区 发布时间: 20180507
...eThirdScriptError Cannot read property '_addReference' of undefined;at api request success callback function TypeError: Cannot read property '_addReference' of undefined at t.<anonymous> (https://usr/game.js:49:8301) at e.n._parse (https://usr/game.js:66:1995) at Function....
来源: Laya_社区 发布时间: 20190510
...E 微信 小卡 赞同来自: 不光是downloadfile的地址 还要设置request地址才行 2018-05-24 0 0 分享 微博 QZONE 微信 z295738188 赞同来自: 经过测试发现确实无法加载lm lh lmat等unity导出的资源 2018-05-25 0 2 分享 微博 QZONE 微信 layabox 赞同来自: ls...
来源: Laya_社区 发布时间: 20180512
...正常运行,下午就不行了。报了一堆后面这样的错 XMLHttpRequest cannot load file:///E:/layabox/layaair-doc-master/project/AS3/AirWar/lesson8/bin/h5/res/atlas/gameUI.atlas. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. ...
来源: Laya_社区 发布时间: 20170830
...151.248/sf_serve ... 3B%3B alert("url=" + url); var req = new laya.net.HttpRequest(); req.on(laya.events.Event.COMPLETE, null, cb_onSuccess); req.on(laya.events.Event.ERROR, null, cb_onFail); req.send(url); } function cb_onSuccess(response) { alert("response=" + response); // 成功输出:{"ret":1...
来源: Laya_社区 发布时间: 20161103
...Administrator. npm ERR! Please include the following file with any support request: npm ERR! /usr/local/lib/node_modules/npm-debug.log 2016-08-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 unnamedzc 赞同来...
来源: Laya_社区 发布时间: 20160829
... 发起人 faith_leaf 相关问题 unity导出的场景在手机上提示"request:fail invalid url" Failed to load resource: net::ERR_FILE_NOT_FOUND Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path 最新的ide打包为百度小游戏,在百度开发者工具,websoc...
来源: Laya_社区 发布时间: 20180612