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

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

61. 使用HttpRequest向外部链接请求ip所在省份时,遇到 No 'Access-Control-Allow-Origin' header错误 [ 77%]

...ce(req.data);             });             req.once(Event.ERROR, this, function():void             {                 trace("HttpRequest error");             });             req.send("http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js"); ...

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

62. App websocket out of memory [ 76%]

...){ let client = new PinusWSClient(); client.on(PinusWSClientEvent.EVENT_IO_ERROR, (event) => { }); client.on(PinusWSClientEvent.EVENT_CLOSE, (event) => { //触发条件,手机端把网全关了 this.testWebSocket();//这种方式会导致在短时间内App的websocket out of memory //这种...

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

63. Layabox web 复制一段文字到剪贴板 [ 76%]

... { console.log("ok:") console.log(e) clipboard.destroy(); }) clipboard.on("error", function (e) { console.log("err:") console.log(e) clipboard.destroy(); })  //确认按钮 this.confirmBtn.onclick = function () { _this.CloseDivAndInfoMesg(this); } // 创建弹出层 遮罩层 等 if (!document.getE...

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

64. 如何使用graphics.loadImage加载图片资源的时候,如何判断加载失败? [ 76%]

...来获取失败信息,但貌似没有效果的: this.avatar.on(Event.ERROR, this, function() { console.log('loaded fail'); }); 2017-09-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ybs1905com 赞同来自:...

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

65. 打包app,http无法设置content-type [ 76%]

...(method:string, url:string, data:any, headers:Array<string>, cb:(err:Error, data?:any)=>void) { let req = new Request(); req.on(Event.COMPLETE, this, (data) => { cb(null, data); }); req.on(Event.ERROR, this, (err) => { console.error(err); cb(err); }); let body = data; let tp = typeof ...

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

66. JS的WebGL模式下使用Laya.Video报跨域错误 [ 76%]

...Type' does not exist on type 'Node'. 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 微信小游戏如何使用ttf字体? 关于使用matterjs物理引擎鼠标问题 使用钢体设置防穿后仍有几率会穿透 问题状态 最新活动: 2...

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

67. 按钮失效,同UI里的一个图片超链接点击后再返回,出现按钮失效。 [ 76%]

...击Dialog之外的区域关闭弹框 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 Texture图片能否进行翻转? 救命!canvas定位后 点击区域偏移,求大...

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

68. Unhandled promise rejection: Error: Cannot navigate to invalid URL [ 76%]

Unhandled promise rejection: Error: Cannot navigate to invalid URL ******** Unhandled error in debug adapter - Unhandled promise rejection: Error: Cannot navigate to invalid URL     at Client.processMessage (/Applications/LayaAirIDE.app/Contents/Resources/app/extensions/laya-debug2/node_modules/n...

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

69. 加载SK文件时,报错如下:Uncaught getUint16 error - Out of bounds [ 75%]

加载SK文件时,报错如下:Uncaught getUint16 error - Out of bounds var roleTemp = new Templet(); roleTemp.on(Event.COMPLETE, this, function(){ var roleAni = roleTemp.buildArmature(1); Laya.stage.addChild(roleAni); }) roleTemp.loadAni('res/spine/knight/effect1.sk'); SK动画已经预加载...

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

70. Native1.0.1 无法连接wss [ 75%]

...et.on(Laya.Event.CLOSE, this, this.onDisonnect); this.socket.on(Laya.Event.ERROR, this, this.onConnectFail); this.socket.on(Laya.Event.MESSAGE, this, this.onReceive); this.socket.connectByUrl(url); 2018-09-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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