大约有 45 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0039 秒)
...s is unlock status 01-06 17:34:41.531 335 335 I C02c11/APPSPAWN: [appspawn_server.c:218]AppSpawnProcessMsg id 19 0x0 -- 01-06 17:34:41.545 902 902 E C02515/DISP: [SetMetadata:85] <private> is not supported 01-06 17:34:41.545 902 902 E C02515/METADATA_SRV: [SetMetadata:125] fail 01-06 17:34:41....
来源: Laya_社区 发布时间: 20250106
...e is String) { var dataObj:Object=JSON.parse(message); trace("Message from server:"+dataObj+"-----------"+dataObj.status); if(dataObj.messageType){ trace("Reveive message type"+dataObj.messageType); } if(dataObj!=null){ if(dataObj.status == "S" || (dataObj.body && dataObj.body.status == "S")...
来源: Laya_社区 发布时间: 20170724
...)); } // 定义livereload任务 gulp.task('connect', function () { connect.server({ root: "./bin", livereload: true, port: 1688 }); }); gulp.task("browserify", function() { return browserifyBundle(); }) gulp.task("watch", gulp.series('browserify', 'connect')); watchedBrowserify.on("update", browseri...
来源: Laya_社区 发布时间: 20200918
...e onMessageReveived(message: any = null): void { console.log("Message from server:"); if (typeof (message) == 'string') { console.log(message); } else if (message instanceof ArrayBuffer) { console.log(new Byte(message).readUTFBytes()); } // 清理缓存的服务端发来的数据 this.socket.input.c...
来源: Laya3.0_文档 发布时间: 20250104
...1:16.011 6514-6514/com.vivo.vs W/VivoUnion.CommandClient: [SA]sendCommandToServer error, remoteService is null! command = ShowAssitViewCommand 10-13 17:31:16.011 6514-6514/com.vivo.vs I/VivoUnion.SdkToApkInvoker: [SA]reconnect remote server.. command = com.vivo.unionsdk.cmd.ShowAssitViewCommand@360e...
来源: Laya_社区 发布时间: 20181013