大约有 39 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
... "http://192.168.8.35:80/singer/1.bmp"; var req = new laya.net.HttpRequest(); req.on(laya.events.Event.COMPLETE, this, cb_onSuccess); req.on(laya.events.Event.ERROR, this, cb_onFail); req.send(url); } // 下载jpg图片成功后,显...
来源: Laya_社区 发布时间: 20170103
...用父类构造函数 this.dlg; } function connect() { var hr = new Laya.HttpRequest(); hr.once(Event.PROGRESS, this, onHttpRequestProgress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); hr.send('http://111.73.45.19/index.php/Tgy/tgyPost', 'us...
来源: Laya_社区 发布时间: 20170215
...teHandler()); /** * 作用是将一个Http的消息组装成一个完成的HttpRequest或者HttpResponse,那么具体的是什么 * 取决于是请求还是响应, 该Handler必须放在HttpServerCodec后的后面 */ pipeline.addLast("httpObjectAggregator", new HttpObjectAggregator(8192)); //用...
来源: Laya_社区 发布时间: 20170209
...下例子。 ```java package { import laya.events.Event; import laya.net.HttpRequest; import laya.utils.Browser; public class Main { public function Main() { //初始化引擎 Laya.init(500,500); var httpreq:HttpRequest = new HttpRequest(); httpreq.on(Event.COMPLETE,this,this.completeHandler); httpr...
来源: Laya2.0_文档 发布时间: 20210715
...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
...(最新版本:1.7.16) IDE1.7.8 json图集加载问题 TypeScript下HttpRequest发送Post请求有Bug? 关于适配采用showAll后留白部分的颜色问题 关于shader中opengl函数问题 IDE创建的UI 层级问题 ios原生回调问题 问题状态 最新活动: 2016-12-07 20:04 浏览: ...
来源: Laya_社区 发布时间: 20161207
...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
...e: 'CIRCULAR_DEPENDENCY', Failed to load resource: net::ERR_FILE_NOT_FOUND HttpRequest在ios系统出现Request failed Status:0 text:,安卓没事 scriptEngine 0xc30edooo loadScriptStringWithCodeCache failed 发布QQ包报错 安卓的QQ扫码时运行不出来 WebSocket connection to 'ws://192.16...
来源: Laya_社区 发布时间: 20190508
...的语言服务(2.1.5)。可能出现不一致的编译错误 TypeScript下HttpRequest发送Post请求有Bug? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也...
来源: Laya_社区 发布时间: 20170724