大约有 41 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0065 秒)
...)=>{ 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
...在index.html 中使用js库 不希望你在代码中如下情况 import { Connection } from "autobahn"; 如果你只是想要提示的话,其实很简单 直接拷贝 node_modules\@types\autobahn\index.d.ts 这个文件到 工程的libs 目录中 也就是把上边的 /// <reference types=...
来源: Laya_社区 发布时间: 20180805
...hel1314 • 2018-03-16 16:04 @guozhaokui:在浏览器里响应的http头里Connection 是keep-alive的,不知道laya的http请求支持不支持。 hel1314 • 2018-03-16 16:07 @guozhaokui:刚刚用抓包工具分析,从第一个TCP的报文发出到最后整个http请求结束时间在十几毫...
来源: Laya_社区 发布时间: 20180315
...ate mHost: string; private mPort: number; private mConnected: boolean; /** 开启*/ public static OPEN: string = "open"; /** 关闭*/ public static CLOSE: string = "close"; /** io错误*/ public static IO...
来源: Laya_社区 发布时间: 20161109
... the buffer in the AudioBufferSourceNode source.buffer = myArrayBuffer; // connect the AudioBufferSourceNode to the // destination so we can hear the sound source.connect(audioCtx.destination); // start the source playing source.start(); } ``` 运行上面的js代码,单击页面就会听到...
来源: Laya2.0_文档 发布时间: 20210715
... the buffer in the AudioBufferSourceNode source.buffer = myArrayBuffer; // connect the AudioBufferSourceNode to the // destination so we can hear the sound source.connect(audioCtx.destination); // start the source playing source.start(); } 运行上面的js代码,单击页面就会听到声音播...
来源: Laya3.0_文档 发布时间: 20241014
...收文本和二进制数据。我们先来了解下 Socket 的用法 3.1.1 Connect 服务器 Socket 连接服务器有三种方式: 方式 说明 构造函数传参 立即连接 比如 new Socket(“192.168.1.2”,8899);注意这里的host参数没有ws前缀。 connect方法 传递url和端口...
来源: Laya3.0_文档 发布时间: 20241014
...自: 5. 常见ide错误提示 https://ask.layabox.com/question/4562 Cannot connect to runtime process, timeout after 10000 ms - (reason: Can't find a target that matches: file:// https://ask.layabox.com/question/12302 2018-03-08 0 0 分享 微博 QZONE 微信 qian 赞同来自: 6.添加第三方...
来源: Laya_社区 发布时间: 20180308
...hreadPoolExecutor.java:588) 10 java.lang.Thread.run(Thread.java:818) # ConnectivityManager(710) 1 android.os.MessageQueue.nativePollOnce(Native Method) 2 android.os.MessageQueue.next(MessageQueue.java:328) 3 android.os.Looper.loop(Looper.java:164) 4 android.os.HandlerThread.run(HandlerThread...
来源: Laya_社区 发布时间: 20191217