update CMS.CI_MONITOR t set t.eyes_type = 'fl1';commit; --挖坑 create table tmp_ci_monitor asselect * from cms.ci_monitor as of timestamp sysdate-15/60/ ...
分类:
数据库 时间:
2020-11-19 12:00:09
阅读次数:
14
ensp拖动华为R&S之后,通常会进入系统视图进行重命名设备,等操作 2 关闭关闭模拟终端提示 //关闭模拟终端提示 undo terminal monitor //关闭终端的告警或日志显示,用户视图下执行undo info-center enable //关闭信息提示,系统视图下执行 这样在敲命令 ...
分类:
其他好文 时间:
2020-11-12 13:53:01
阅读次数:
10
1.基本操作指令1、查看当前系统数据库#mysql-uroot-pmysql>showdatabases;+--------------------+|Database+--------------------+|information_schema|mysql|performance_schema|erp+--------------------+3rowsinset(0.00sec)2、
分类:
数据库 时间:
2020-11-04 18:39:28
阅读次数:
34
@Slf4j public class ClassLoaderDeadLockDemo { // 定义一个常量 ,在类加载时期写入到 constant-pool中 public static final Object OBJECT = new Object(); static { log.info( ...
分类:
编程语言 时间:
2020-10-27 11:00:34
阅读次数:
28
Percona XtraDB Cluster(PXC 5.7)
分类:
数据库 时间:
2020-10-19 22:21:50
阅读次数:
75
<Switch> <Redirect exact={true} from="/" to="/home"></Route> <Route path="/home" component={HomeCom}></Route> <Route path="/monitor" component={Monito ...
分类:
其他好文 时间:
2020-10-19 22:16:06
阅读次数:
22
ASA-AinterfaceGigabitEthernet0/3descriptionLANFailoverInterfacenoshutfailoverlanunitprimaryfailoverlaninterfaceLANFAILGigabitEthernet0/3failovermacaddressGigabitEthernet0/01234.2234.32344234.5234.6234
分类:
系统相关 时间:
2020-10-14 19:55:01
阅读次数:
27
系统级性能优化通常包括两个阶段:性能剖析(performance profiling)和代码优化。 性能剖析的目标是寻找性能瓶颈,查找引发性能问题的原因及热点代码。 代码优化的目标是针对具体性能问题而优化代码或编译选项,以改善软件性能。 perf是一款Linux性能分析工具。Linux性能计数器是一 ...
分类:
系统相关 时间:
2020-10-10 16:54:23
阅读次数:
32
MySQL 2006-MySQLserver has gone away MySQL 2006-MySQLserver has gone away 方式一(验证无误): 找到 mysql安装目录下的my.ini配置文件,加入以下代码: max_allowed_packet=2048M wait_ti ...
分类:
数据库 时间:
2020-10-06 21:23:44
阅读次数:
56