Enter password: **** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 Server version: 5.5.40-log MySQL Community ...
分类:
数据库 时间:
2020-03-02 20:56:53
阅读次数:
80
索引的执行计划 1:分析查询性能(Analyze Query Performance)通常使用执行计划(解释计划,explain Plan)来查询的情况,如查询耗费的时间,是否基于索引查询等. 那么,通常,我们想知道,建立的索引是否有效,效果如何,都需要通过执行计划查看。 ...
分类:
数据库 时间:
2020-03-01 12:49:18
阅读次数:
80
ABAP 其实ABAP的编程范式相对其他语言比较简单,没有太多异步操作。除了STARTING NEW TASK可以实现异步调用。 Use ABAP Multi Thread programming to deal with a real performance issue: https://blog ...
分类:
移动开发 时间:
2020-03-01 12:26:39
阅读次数:
78
链接:https://pan.baidu.com/s/1J6GDSN5i_Dr3tPK-wn8BQQ密码:lyvbIPC-6012Especificationcoversqualificationandperformanceofrigidprintedboards,includingsingle-sided,double-sided,withorwithoutplated-throughholes
分类:
其他好文 时间:
2020-03-01 00:34:50
阅读次数:
217
Performance monitor log for 1 second interval time with 500MB circular log file.Logman.exe create counter Perf-1Second -f bincirc -max 500 -c "\Logica ...
Log4j2是Log4j的升级版,相比其前身Log4j 1.x提供了显著的改进,并提供了在Logback中提供的许多改进,同时修复了Logback体系结构中的一些固有问题。 Log4j2的内容很多,本文主要介绍其简单实用方法;文中所使用到的软件版本:Java 1.8.0_191、log4j 2.12 ...
分类:
编程语言 时间:
2020-02-28 12:00:12
阅读次数:
66
解释:MongoDB可应对 三高需求 High performance 对数据库高并发读写的需求 Huge Storage 对海量数据的高效率存储和访问的需求 High Scalability &&High Availability 对数据库的高扩展性和高可用性的需求 具体的应用场景: 社交场景:使 ...
分类:
数据库 时间:
2020-02-27 23:43:50
阅读次数:
112
Spring Boot项目指定启动后执行的操作: (1)实现CommandLineRunner 接口 (2)重写run方法 (3)声明执行顺序@Order(1),数值越小,优先级越高 (4)如果需要注入service或者component等类,再加上@Component注解 package com. ...
分类:
编程语言 时间:
2020-02-27 19:11:11
阅读次数:
80
1. perf简介 perf是一款Linux性能分析工具。Linux性能计数器是一个新的基于内核的子系统,它提供一个性能分析框架,比如硬件(CPU、PMU(Performance Monitoring Unit))功能和软件(软件计数器、tracepoint)功能。通过perf,应用程序可以利用PM ...
分类:
其他好文 时间:
2020-02-27 00:54:14
阅读次数:
67
使用 UITableView 时,发现滚动时的性能还不错,但来回滚动时,第一次显示的图像不如再次显示的图像流畅,出现前会有稍许的停顿感。于是猜想显示过的图像肯定是被缓存起来了,查了下文档后发现果然如此。在《Improving Image Drawing Performance on iOS》一文中找... ...
分类:
移动开发 时间:
2020-02-26 13:57:31
阅读次数:
105