大约有 164 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0038 秒)
Laya_社区(140) Laya2.0_文档(10) Laya3.0_文档(5) Laya_示例(3) Laya2.0_示例(3) laya_api(1) Laya3.0_api(1) Laya2.0_api(1)
...tps://schemastore.azurewebsites.net/schemas/json/jsconfig.json': Unable to connect to https://schemastore.azurewebsi ... json. Error: getaddrinfo ENOENT schemastore.azurewebsites.net:443' at: '1,1' source: '' code: 'undefined' 2018-09-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20180917
...出alert 但是返回打印[IAP] Cannot transmit receipt data. Could not connect to the server.这个,还有回调到js方法里面的参数也显示购买失败,code=-1,请问这是怎么回事 附件 : --> 2018-02-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20180205
...收文本和二进制数据。我们先来了解下 Socket 的用法 3.1.1 Connect 服务器 Socket 连接服务器有三种方式: 方式 说明 构造函数传参 立即连接 比如 new Socket(“192.168.1.2”,8899);注意这里的host参数没有ws前缀。 connect方法 传递url和端口...
来源: Laya3.0_文档 发布时间: 20250104
...t; import laya.utils.Byte; public class CConnector extends Socket { protected var sendBuf:Byte = null; protected var recvBuf:Byte = null; public function CConnector() { ...
来源: Laya_社区 发布时间: 20170920
... this.socket.endian = Laya.Byte.LITTLE_ENDIAN; //建立连接 this.socket.connectByUrl("ws://localhost:8899"); this.socket.on(Laya.Event.OPEN, this, this.openHandler); this.socket.on(Laya.Event.MESSAGE, this, this.receiveHandler); this.socket.on(Laya.Event.CLOSE, this, this.closeHandler); this.socke...
来源: Laya_社区 发布时间: 20180210
... = new Laya.Socket(); socket.on(Laya.Event.OPEN,this,()=>{ console.log("connect success!"); }) socket.connectByUrl(url);点此查看Socket官方示例 2018-05-15 1 0 分享 微博 QZONE 微信 rabbit 赞同来自: 只要前端的,还是要前端和后端代码? 2018-05-15 0 1 分享 微博 QZ...
来源: Laya_社区 发布时间: 20180514
...任何响应,error也没 客户端: socket = new Socket(); //socket.connect("echo.websocket.org", 80); //socket.connectByUrl("ws://echo.websocket.org:80"); socket.connectByUrl('ws://127.0.0.1:88');// //output.endian = Byte.LITTLE_ENDIAN;//这里我们采用小端; output = socket.output; //...
来源: Laya_社区 发布时间: 20170822
...AND_RETRY_LAST Allocation failed - JavaScript heap out of memory WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header 第一次用,Failed to load resource: net::ERR_FILE_NOT_FOUND调试出现这个结果 求助大佬们!oppo游戏中3d资源贴图出现Failed to load 请...
来源: Laya_社区 发布时间: 20180105
...)=>{ UIFactory.showWaitBar(LayaWrap.creatHandlerCall(this,()=>{ this.connect(handleOk,handleFail); })) }), LocalTxt.getText("请求失败")+":"+e); } }); LogUtil.info(this.urlString,this.methodString,this.responseType,this.dataAny); hr.send(this.urlString, this.dataAny, this.methodString, this...
来源: Laya_社区 发布时间: 20190308
...y3Android/demo.MainActivity } Waiting for process: com.mygame.Shjy3Android Connected to the target VM, address: 'localhost:8604', transport: 'socket' Disconnected from the target VM, address: 'localhost:8604', transport: 'socket' 2017-02-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20170215