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

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

41. vs code 拉起chrome,但是地址栏没有自动输入launch.json里的url [ 59%]

... 提交 1 个回复 186*****645 赞同来自: 好像是vscode的debugger for chrome插件的问题,可以回滚到4.12.8版本试试 2020-07-12 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 哦哦哦(´-ω-`) 相关问题 2.0一不小...

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

42. vs code launch.json调试配置 [ 59%]

...sible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome", "url": "http://localhost:8080", "webRoot": ...

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

43. list item 添加事件后无法监听 [ 58%]

...; } function createAPIList(api_list_view) {     let data = [];     for (let i = 0; i < 10; i++) {         let text_view = createTextView("12345", "black", 18, innerWidth, 35, "white");         data.push(text_view)     }     return data; } function drawAPIList() { ...

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

44. Unicode与ascii互转对应表 [ 58%]

... utf8-decode             value = value + "";             for (var i:int = 0, sz:int=value.length; i < sz; i++) {                 var c:int = value.charCodeAt(i);                 if (c <= 0x7F) {                     writeByte (c);     ...

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

45. iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Objc -all_load"后编译不通过 [ 58%]

...导致编译报错。 遇到到这种情况可以把参数变成 -Objc -force_load libWeChatSDK.a 但我想说的是,我既然来提问了就说明我没看到(当然这是我的错,没有认真的看文档),但官方人员看到后就不能提示一下吗? 我提问之前就有看到...

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

46. styles.xml这个文件git之后出现,这是个什么文件啊 [ 58%]

...息' message: 'Cannot find asconfig.json. Error checking disabled, except for simple syntax problems.' at: '1,1' source: '' 2017-08-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 不太...

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

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

...RGET=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/Contents/Developer/Toolchains/XcodeDefault.xctool...

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

48. 大图片资源发布UI的时候中文文件名称会乱码 [ 58%]

...而且.rec文件总是只有0 The precede value represent a timestamp is for atlas packing.这个内容 2017-09-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 方便提供个例子我...

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

49. 关于功能模块资源回收预疑问 [ 57%]

...er.create(this, onAssetsLoaded)); private function onAssetsLoaded():void { for(var i:int = 0, len:int = assets.length; i < len; ++i) { var asset:Image = assets[i]; //查看log,清理前资源一直在内存中 console.log(Laya.loader.getRes(asset)); //调用清理方法 Laya.loader.clearRes(ass...

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

50. 分享:开启增量自动编译 [ 57%]

...编译后,输出面板会看到11:38:21 - Compilation complete. Watching for file changes.//表示增量编译已经成功开启 4、我们一起看下效果(修改脚本后,Ctrl+S保存,即可直接看到编译过后的效果,无需再次编译)   切记:在使用增量编译之前...

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