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

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

31. [LayaNative3]打包安卓发送http发送数据发送后端接收不正确 [ 89%]

[LayaNative3]打包安卓发送http发送数据发送后端接收不正确 {"username":"12555566666","password":"12345678"}总字符串长度48以上的时候正常 {"username":"123","password":""}总字符串数为32时不正确 不正确后端接收的数据为: 6091 c700 7100 0000 183e 5fff 70...

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

32. laya.net.HttpRequest_API3.0 [ 89%]

...lic/Protected All Inherited Externals Only exported Menu Globals "laya/net/HttpRequest" HttpRequest Class HttpRequest HttpRequest 通过封装 HTML XMLHttpRequest 对象提供了对 HTTP 协议的完全的访问,包括做出 POST 和 HEAD 请求以及普通的 GET 请求的能力。 HttpRequest ...

来源: Laya3.0_api 发布时间: 20231115

33. laya编译无报错,微信开发者工具报错 [ 89%]

...ceeded RangeError: Maximum call stack size exceeded     at loadProgress (http://127.0.0.1:24481/game/li ... 224:34)     at Handler.runWith (http://127.0.0.1:24481/game/li ... 850:38)     at loadProgress (http://127.0.0.1:24481/game/li ... 233:30)     at Handler.runWith (http://127.0.0.1:2448...

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

34. http 请求 once 的 回调参数,如何传递和接收? [ 89%]

http 请求 once 的 回调参数,如何传递和接收? once () method  public function once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知,此侦...

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

35. 微信小游戏 gameThirdScriptError events [ 89%]

... property 'events' of undefined     at Function.EventDispatcher.__init$ (http://127.0.0.1:52880/game/code.js:630:29)     at http://127.0.0.1:52880/game/code.js:14:71     at Array.forEach (<anonymous>)     at Object.__init (http://127.0.0.1:52880/game/code.js:14:36)     at http://127....

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

36. gameThirdScriptError ccs.armatureDataManager.addArmatureFileInfo报错 [ 89%]

...or: a.querySelectorAll is not a function     at Object.addDataFromCache (http://127.0.0.1:64203/game/game.min.js:2506:9)     at Object.addDataFromXML (http://127.0.0.1:64203/game/game.min.js:2535:375)     at Object.addDataFromFile (http://127.0.0.1:64203/game/game.min.js:2504:82)     at Obje...

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

37. http请求的回调函数中启动的timer无法清除 [ 88%]

http请求的回调函数中启动的timer无法清除 我http去请求服务,根据服务返回的结果,开启定时轮询任务。 在轮询任务中,再根据每次轮询的结果,决定关闭定时器。 测试发现,定时器无法被关闭。 样例代码暂时无法提供 2017-11-...

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

38. JSONP跨域读取数据(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 88%]

...可以创建一个简单的服务器。代码如下: ```javascript var http = require("http"); var sever = http.createServer(function(req,res){ res.end("LayaSample.onComplete()"); }); sever.listen(9090) ``` ```javascript res.end("LayaSample.onComplete()"); ``` 这句话的意思是服务器回传...

来源: Laya2.0_文档 发布时间: 20210715

39. JSONP跨域读取数据(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 88%]

...可以创建一个简单的服务器。代码如下: ```javascript var http = require("http"); var sever = http.createServer(function(req,res){ res.end("LayaSample.onComplete()"); }); sever.listen(9090) ``` ```javascript res.end("LayaSample.onComplete()"); ``` 这句话的意思是服务器回传...

来源: Laya2.0_文档 发布时间: 20210715

40. 3D文本纹理demo问题 [ 88%]

...this.cxt.fillText is not a function     at TextureManager.getWebCharBmp (http://192.168.101.10:8901/bin ... 855:22)     at TextureManager.getTextureByText (http://192.168.101.10:8901/bin ... 838:25)     at BulletPointTime.setTexture (http://192.168.101.10:8901/bin ... 892:57)     at BulletPo...

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