大约有 47 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
...复 发起人 Sagasarate 相关问题 layaair2-cmd 编译bug TypeScript下HttpRequest发送Post请求有Bug? (Laya3.0非常严重BUG) 任意模型,只要坐标值越大,模型扭曲变形越严重 3d物理 刚体旋转bug 2.17到2.12都有 自从layaflash起,就一直存在的bug 官网示例...
来源: Laya_社区 发布时间: 20240229
...teHandler()); /** * 作用是将一个Http的消息组装成一个完成的HttpRequest或者HttpResponse,那么具体的是什么 * 取决于是请求还是响应, 该Handler必须放在HttpServerCodec后的后面 */ pipeline.addLast("httpObjectAggregator", new HttpObjectAggregator(8192)); //用...
来源: Laya_社区 发布时间: 20170209
...的幂次方图集和非二的幂次方图集区别在哪? TypeScript下HttpRequest发送Post请求有Bug? IDE1.7.8 json图集加载问题 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket 微信小程序—未找到入口 ...
来源: Laya_社区 发布时间: 20180227
...ibao520 赞同来自: donloadImageTest: function (ss) { var xhr = new Laya.HttpRequest(); xhr.once(Laya.Event.COMPLETE, this, completeHandler); xhr.once(Laya.Event.ERROR, this, errorHandler); xhr.send("http://192.168.10.108:35553/re ... ot%3B, "", "get", "arraybuffer"); function completeHandler(data...
来源: Laya_社区 发布时间: 20180201
...owframe); })(); function showframe() { var self = this; var xhr = new Laya.HttpRequest(); xhr.once(Laya.Event.COMPLETE,this,completeHandler); xhr.once(Laya.Event.ERROR,this,errorHandler); xhr.send("res/monkey2.png","","get","arraybuffer"); function completeHandler(data){ var url = Laya.Browser.windo...
来源: Laya_社区 发布时间: 20170825
...beta5.1 发布官方示例 真机报错 window is not defined TypeScript下HttpRequest发送Post请求有Bug? 请问一下怎样动态加载prefab 官方新手游戏引导示例中关于hit和unHit的使用疑问 LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, 想让一...
来源: Laya_社区 发布时间: 20210909
...idu.com,这个加头后,为啥还连不上, 看代码-> this.hr=new HttpRequest(); this.hr.once(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Laya.Event.ERROR, this, this.onHttpRequestError); this.hr.s...
来源: Laya_社区 发布时间: 20151028