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

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

21. 在 ios xcode接入微信开放平台分享sdk编译出错 [ 77%]

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

22. html5发布iOS编译报错 [ 77%]

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

23. 改变不了请求消息头,已近设置了 [ 77%]

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

24. 本地双击html如何打开laya项目? [ 77%]

...一种解决方案:      对于每一个景区,新建一个android application,然后将动景手动复制到工程的asset中,然后用webView从asset中加载动景,这样就避免了webkit内核禁止加载本地html5的问题,然后将应用打包成apk,这样每次都下载景...

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

25. 网络和格式-ProtocolBuffer [ 77%]

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

26. 网络和格式-ProtocolBuffer [ 77%]

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

27. app构建IOS包 进入游戏提示加载游戏失败,可能由于你的网络不稳定,请退出重进 [ 76%]

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

28. 求解关于跨域的具体操作 [ 74%]

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

29. XMLRequest在layaNative下请求崩溃,请求官方协助! [ 74%]

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

30. 能不能让LayaFlash支持原生的条件编译 [ 72%]

...在代码中写入 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