大约有 162 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0039 秒)
Laya_社区(150) Laya3.0_文档(4) Laya2.0_文档(3) laya_api(1) Laya_示例(1) Laya3.0_api(1) Laya2.0_示例(1) Laya2.0_api(1)
...x/ios/ykmj export IPHONEOS_DEPLOYMENT_TARGET=7.0 export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Con...
来源: Laya_社区 发布时间: 20180122
...gpainiuniu export IPHONEOS_DEPLOYMENT_TARGET=7.0 export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Con...
来源: Laya_社区 发布时间: 20161229
...s:Array<any> = new Array<any>(); headers.push("Content-Type", "application/json") //headers={"Content-Type":"application/json"} //let answers={"answers":core.CommonData.DaTi,"examUuid":network.HttpHelper.compile(core.CommonData.Uuid),"openId":network.HttpHelper.compile(core.CommonData.Uu...
来源: Laya_社区 发布时间: 20180208
...一种解决方案: 对于每一个景区,新建一个android application,然后将动景手动复制到工程的asset中,然后用webView从asset中加载动景,这样就避免了webkit内核禁止加载本地html5的问题,然后将应用打包成apk,这样每次都下载景...
来源: Laya_社区 发布时间: 20160104
...AwesomeMessage.decode(buffer); // ... do something with message // If your application uses length-delimited buffers, there is also encodeDelimited and decodeDelimited. } })();module laya { import Loader = Laya.Loader; import Browser = Laya.Browser; import Handler = Laya.Handler; export class Networ...
来源: Laya_示例 发布时间: 20251130
...AwesomeMessage.decode(buffer); // ... do something with message // If your application uses length-delimited buffers, there is also encodeDelimited and decodeDelimited. } })();module laya { import Loader = Laya.Loader; import Browser = Laya.Browser; import Handler = Laya.Handler; export class Networ...
来源: Laya2.0_示例 发布时间: 20251130
...meworks/JavaScriptCore.framework/JavaScriptCore and /var/containers/Bundle/Application/2CBB02B7-1D05-4CF4-A68D-59337C781979/ZhuaWawa.app/ZhuaWawa. One of the two will be used. Which one is undefined. 2018-01-09 20:50:15.068 ZhuaWawa[2531:1863752] 当前应用软件版本:2.2 2018-01-09 20:50:15.069 ...
来源: Laya_社区 发布时间: 20180109
...r.setRequestHeader("Accept", "*/*"); xhr.setRequestHeader("Content-Type", "application/json"); 还是说用参考代码里的HttpRequest() var xhr = new Laya.HttpRequest(); xhr.http.setRequestHeader('Content-Type','application/x-www-form-urlencoded'); xhr.once(Laya.Event.COMPLETE, this, this.complet...
来源: Laya_社区 发布时间: 20180704
... hr.send(url, JSON.stringify(data), 'post', 'text', ['content-type', 'application/json;charset=UTF-8', "sessionid", this.sessionId]); 其中,['content-type', 'application/json;charset=UTF-8', "sessionid", this.sessionId]是http header请求头的参数,在LayaAir 1.0下是正常的...
来源: Laya_社区 发布时间: 20190829
...在代码中写入 CONFIG::cn{ [Embed(source="ui_cn.swf", mimeType="application/octet-stream")] private const _Ui_SWF:Class; } CONFIG::en{ [Embed(source="ui_en.swf", mimeType="application/octet-stream")] private const _Ui_SWF:Class; } 3.这样就表示英文版本我...
来源: Laya_社区 发布时间: 20160323