大约有 94 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
layabox7.1.17 beta ios打包后编译失败 提示 ld: library not found for -lJavaScriptCore clang: error: linker command failed with exit code 1 (use -v to see invocation) 2018-03-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...
来源: Laya_社区 发布时间: 20180322
...' has been blocked by CORS policy: Invalid response. Origin 'null' is therefore not allowed access. 加载本地文件总是报错, chrome 浏览器快捷方式有加 --allow-file-access-from-files 了,还是一样。下载的 微信飞机源码,早上能正常运行,下午就不行了。报...
来源: Laya_社区 发布时间: 20170830
...n、minus、intersect方法,使用了Array的push方法,导致在进行for(var i in array)操作时进入遍历报错。 有两个方案可供修改: 方案一:弃用自己扩展的Array.ts内的新增方法或者将方法内部的push方法改为其他不影响length的方法。 方案二...
来源: Laya_社区 发布时间: 20210918
...itch/client/bird/bin/js/" #文件夹目录 fns = [os.path.join(root,fn) for root, dirs, files in os.walk(path) for fn in files] for f in fns: print(f) with open(f, "r+") as f: old = f.read() f.seek(0) f.write("\"use strict\";") f.write(old) print(len(fns)) ``` 2018-05-24 0 1 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20170604
...his._eventList.length; var cameras=this._scene._cameraPool; if (n > 0){ for (i=0;i < n;i++){ var e=this._eventList; switch (e.type){ case "mousedown": this._mouseTouchDown(); break ; case "mouseup": this._mouseTouchUp(); break ; case "mousemove":; var mousePoint=Input3D._tempPoint; mousePoint....
来源: Laya_社区 发布时间: 20200119
...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_社区 发布时间: 20161229
...错 undefined preload.js:55 Error: "abort(26). Build with -s ASSERTIONS=1 for more info." laya.physics3D.js:308 at ta (file:///E:/myWork/BallBlast/BallBlast/bin/libs/laya.physics3D.js:308:124) at dH (file:///E:/myWork/BallBlast/BallBlast/bin/libs/laya.physics3D.js:53:38234) at Gg (file:///E:/m...
来源: Laya_社区 发布时间: 20181029
...mes; let anies = this.anies; for (let name in ani_names) { anies[name] = AnimationTemplet.load(ani_names[name]); } } private ani_names = { ...
来源: Laya_社区 发布时间: 20170608
...则 //获取Node插件和工作路径 let ideModuleDir; let workSpaceDir; for(var argv of process.argv) { if(argv.indexOf("--cwd=") == 0) { ideModuleDir = argv.split("=")[1] + "\\node_modules\\"; } else if(argv.indexOf("--gulpfile=") == 0) { workSpaceDir = argv.split("=")[1].replace("/.laya/compile....
来源: Laya_社区 发布时间: 20200607
...ndler.create(this, onLoading, null, false)); // 使用图集 var arr = []; for(var i=1; i<=12; i++){ arr.push('nvhaidaomao/nvhaidaomao_down'+i+'.png'); } Animation.createFrames(arr, 'plane_fly'); // 运行游戏报错 Failed to load resource:net::ERR_FILE_NOT_FOUND [error]failed to load : d:/lt-g...
来源: Laya_社区 发布时间: 20170326