大约有 97 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0056 秒)
...@MergeProfile... after 5 ms > hvigor Finished :entry:default@SyscapTransform... after 2 ms > hvigor Finished :entry:default@ProcessRouterMap... after 4 ms > hvigor Finished :entry:default@CreateBuildProfile... after 4 ms > hvigor Finished :libSysCapabilities:default@BuildNativeWithCmake....
来源: Laya_社区 发布时间: 20250106
... var items: any = this.mItems.values; for (var index = 0; index < items.length; index++) { var element: URLRequest = items[index]; this._$off(element); NetConnection._$toP...
来源: Laya_社区 发布时间: 20161109
...-7562/com.dihong.testdcc I/dalvikvm-heap: Grow heap (frag case) to 8.155MB for 944528-byte allocation 05-16 15:59:48.767 7562-7562/com.dihong.testdcc D/libEGL: loaded /system/lib/egl/libEGL_tegra.so 05-16 15:59:48.771 7562-7562/com.dihong.testdcc D/libEGL: loaded /system/lib/egl/libGLESv1_CM_tegra.s...
来源: Laya_社区 发布时间: 20190516
...it('/'); if(names[0]=="http:"||names[0]=="https:"){ filename=names[0]+"/"; for(var i=1;i<names.length;i++){ filename+=('/'+names[i]); } } xhr.open("GET", filename); xhr.send();我是这么改的,可以成功把消息发出去了,但是解析又出了问题 gameThirdScriptError Cannot read pro...
来源: Laya_社区 发布时间: 20180704
...prite.getComponent(componentType); if (comp != null) { lists.push(comp); } for (var i = 0; i < sprite.numChildren; i++) { let child = sprite.getChildAt(i) as Sprite; this.findCompents(lists, child, componentType); } } //组件被激活后执行,此时所有节点和组件均已创建完毕,...
来源: Laya3.0_文档 发布时间: 20251010
...r active 04-11 11:17:08.924 8591-8591/? I/HwCust﹕ Constructor found for class android.app.HwCustHwWallpaperManagerImpl 04-11 11:17:08.927 8591-8591/? E/LayaGameEngine﹕ game_plugin_set_option key=localize value=false 04-11 11:17:08.927 8591-8591/? E/LayaGameEngine﹕ game_plugin_se...
来源: Laya_社区 发布时间: 20170411
...teByte发送 var message: string = "demonstrate <output.writeByte>"; for (var i: number = 0; i < message.length; ++i) { // 直接写缓冲区中的数据 this.output.writeByte(message.charCodeAt(i)); } // 发送缓冲区中的数据到服务器 this.socket.flush(); } // 连接断开后的...
来源: Laya3.0_文档 发布时间: 20250104