2 changes: 1 addition & 1 deletion 2 source/utilities/canvas-log-viewer/README.md Original file line numberDiff line numberDiff line change @@ -14,7 +14,7 @@ Then, to run plugin within kubectl: ``` kubectl canvas-logs [component name] [component operator pod name] ``` (in a fut...
如何分析Faultlog日志的内容(JSCrash,CppCrash、Appfreeze等异常的分析步骤) 程序打开直接崩溃了,如何定位问题 应用打印日志是使用hilog还是console,hilog接口参数domain的设置范围是什么 hilog日志打印长度限制是多少,是否可以配置 hilog格式化日志使用%d或者%s打印时,为何显示private 如何解决hilog.debug日志无法打...
## Canvas Log Viewer utility This is a simple kubectl utility to display log information on the ODA Canvas for a Component. ### Installation ``` npm install @lesterthomas/kubectl-canvas_logs -g ``` Then, to run plugin within kubectl: ``` kubectl canvas-logs [component name] [component...
是否支持通过HDC命令安装.app文件 如何通过HDC命令清除应用数据 使用hdc install xxx.hap安装HAP,报“9568305: dependent module does not exist”的错误 如何导出应用崩溃日志 如何选择收集崩溃的方式,ErrorManager、FaultLog、HiAppEvent在监听crash上的差异 使用HiLog打印日志是否有长度限制 如何通过hdc命令获取...
AzureContainerAppEnvironment AzureContainerRegistry AzureContainerServices AzureCopyService AzureCosmosDB AzureCosmosDBEmulator AzureDataLakeStorage AzureDevOps AzureDisks AzureEventGridSubscription AzureFunctionsApp AzureKeyVault AzureKubernetesService AzureLogAnalyticsWorkspaces AzureMachineLearningWorkspace AzureMobileApp...
Source File: CallEdgeViewer.java From JetUML with GNU General Public License v3.0 5 votes @Override public Canvas createIcon(Edge pEdge) { final float scale = 0.6f; final int offset = 15; Canvas canvas = new Canvas(BUTTON_SIZE, BUTTON_SIZE); GraphicsContext graphics = canvas.getGraphics...
appLoading.style.display = 'none';ieNotes.style.display = 'block';mainLoading.style.backgroundColor = "#fff";return;} //handle edit=true parameterif(!window.isXT && window.location.pathname.indexOf('/apps/webappviewer') > -1 &&window.queryObject.edit === 'true' && window.queryObject....
How do I add annotated comments in student submissions using DocViewer in SpeedGrader? How do I enter and edit grades in SpeedGrader? How do I change the status of a submission in SpeedGrader? How do I grade a text entry submission in SpeedGrader?
buttonLayout1.addWidget(self.deleteButton)#setup image viewerscrollView = QScrollArea() scrollView.setBackgroundRole(QPalette.Dark) self.viewer = Viewer() scrollView.setWidget(self.viewer) size = QSize(350,600) scrollView.setMaximumSize(size)#scrollView.setMinimumSize(size)#setup mozayik area#self....
}//if (DEBUG) Log.d(TAG, "AlternatingLine.draw count=" + count);} 开发者ID:emdete,项目名称:tabulae,代码行数:27,代码来源:AlternatingLine.java 示例3: draw ▲点赞 3▼ importorg.mapsforge.core.graphics.Canvas;//导入依赖的package包/类@Overridepublicsynchronizedvoiddraw(BoundingBox boundingBox,...