大约有 90 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0039 秒)
...x/ios/ykmj export IPHONEOS_DEPLOYMENT_TARGET=7.0 export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/D...
来源: Laya_社区 发布时间: 20180322
...p://xxx/login", JSON.stringify(sendData), "post", "json", ["content-type","application/json"]); function processHandler(data){ console.log (data) } function completeHandler(e){ console.log (xhr.data) }; function errorHandler(data){ console.log ('error') } }; 2018-08-24 添加评论 ...
来源: Laya_社区 发布时间: 20180824
..."{"a":1}",到服务器上变成了 "{"a":1}"="",content-type也变成了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,...
来源: Laya_社区 发布时间: 20170123
...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
...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
...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
...如 //window 默认安装路径为: "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe" //mac 系统上的默认安装路径为 "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"; // "runtimeExecutable": "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe", "runtimeArg...
来源: Laya_社区 发布时间: 20181012
...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
...你们把浏览器的路径固定为 C:/Program Files (x86)/Google/Chrome/Application/chrome.exe了,一旦不装在这个路径,layaIde就找不到了,我的chrome安装时默认安装到我的用户路径下 C:/Users/Administrator/AppData/Local/Google/Chrome/Application/chrome.exe,所以找...
来源: Laya_社区 发布时间: 20200512
...在代码中写入 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