大约有 5 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0028 秒)
...ngth; } return encode(byte.buffer.slice(start,end)); } /** * 解码成Byte * @param base64 * @return * */ ...
来源: Laya_社区 发布时间: 20190117
... var blob:Object = new Browser.window.Blob([buff.buffer], { type:"image/png" } ); var url:String = Browser.window.URL.createObjectURL(blob); Laya.loader.load(url, Handler.create(t, t.onComplete, [params]), null, Loader....
来源: Laya_社区 发布时间: 20190924
...上个2字节头 int32_t send_size = m_socket->send(asio::buffer(outMsg));//客户端能收到 std::string body_str; pbMsg.SerializeToString(&body_str);//protoBuf消息转二进制流 std::string outMsg2; wsEncodeFrame(body...
来源: Laya_社区 发布时间: 20170822
... 同byte 例如你的传输 json 转byte 类型 this.socket.send(this.byte.buffer);//这里是把字节数组的数据通过socket发送给服务器。 接收数据 receiveHandler 函数 msg 看你用到传输格式 是json 就转json xml 转xml 然后就可以获得你的数据 2018-05-15 0 0 分...
来源: Laya_社区 发布时间: 20180514
...REEN LIGHTMAP_ON DisableLighting Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_...
来源: Laya_社区 发布时间: 20170428