springboot启动报错:"Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled." 报错内容 java.lang.Obje ...
分类:
移动开发 时间:
2019-08-27 11:06:47
阅读次数:
345
AWR报告模板1、DB Time远远小于Elapsed时间,说明数据库比较空闲。如果是大于则说明数据库比较繁忙举例介绍:Report A:?Snap Id Snap Time Sessions Curs/Sess Begin Snap: 4610 24-Jul-08 22:00:54 68 19.1 ...
分类:
数据库 时间:
2019-08-26 19:20:36
阅读次数:
319
芯片制造涉及到许多复杂重复的过程,如:光刻、蚀刻、离子注入、扩散、退火。而且都是原子级操作,尽管控制非常严格,但偏差不可避免。 工艺偏差会导致芯片物理参数偏差,如:线宽、沟道掺杂浓度、线厚、临界尺寸、栅氧厚度; 而物理参数偏差会导致电特性参数偏差,如:线的电容电阻、阈值电压、饱和电流、栅极电容; 电 ...
分类:
其他好文 时间:
2019-08-23 00:25:59
阅读次数:
255
JFR 是 JMC 中一个非常关键的功能。它记录了 JVM 所有事件的历史数据,通过这些数据,程序性能分析人员可以结合以往的历史数据对 JVM 性能瓶颈进行分析诊断。 JMC 还提供线程视图,I/O 视图,系统视图,所有的这些视图都是为了更好的分析 JFR 所记录的真实事件。 参考:https:// ...
分类:
其他好文 时间:
2019-08-22 14:43:49
阅读次数:
72
#!/bin/bash if [ -d "report" ];then rm -rf report else : fi if [ -d "html" ];then : else mkdir html fi if [ -d "case" ];then cd case else mkdir case c... ...
分类:
其他好文 时间:
2019-08-21 17:44:13
阅读次数:
322
Roma works in a company that sells TVs. Now he has to prepare a report for the last year. Roma has got a list of the company's incomes. The list is a ...
分类:
其他好文 时间:
2019-08-21 09:44:45
阅读次数:
78
三部分:表头/launch path /capture path 1.表头 1) 工具版本信息:如示例中的18.10-p001,对某个具体项目timing signoff 工具的版本最好保证一致; 操作系统信息:这一项无关紧要。 生产日期:这一项还是有看一下的必要,避免低级错误,哼哧哼哧debug ...
分类:
其他好文 时间:
2019-08-21 00:22:10
阅读次数:
459
在Innovus中从ccopt 后的timing report中可以看到clock delay是从负值开始算起的,这个是因为在ccopt过程中进行了的update latency的动作。 基于block level的设计进行分析,假设在sdc中对clock 没有设置source&network la ...
分类:
其他好文 时间:
2019-08-21 00:21:51
阅读次数:
150
如何debug 一颗cell 或一段net 的delay, 常用的办法是用report_delay_calculation 报这颗cell 或这段net, 会得到形式如下的report, 从该report 中可以得到: 表头需要特别关注的是command, 确定report 的对象及加的option ...
分类:
其他好文 时间:
2019-08-21 00:12:24
阅读次数:
93
# -*- coding: utf-8 -*- import pandas as pd import matplotlib matplotlib.rcParams['font.sans-serif']=[u'simHei'] matplotlib.rcParams['axes.unicode_min... ...
分类:
其他好文 时间:
2019-08-20 21:59:07
阅读次数:
124