"If you can't measure it, you can't improve it." The first step when doing performance work is to measure meaningful metrics to establish a baseline f ...
分类:
Web程序 时间:
2019-02-12 09:11:35
阅读次数:
159
从文件读出数据:默认utf8编码 json.dumps()输出数据:默认unicode编码 json读取(json是种通用的数据传输格式) import ujson as json #for performance jobj = json.loads(json_str) #type(jobj)==< ...
分类:
编程语言 时间:
2019-02-11 21:30:24
阅读次数:
238
【转】05-库的操作 本节重点: 掌握库的增删改查 一、系统数据库 执行如下命令,查看系统库 information_schema: 虚拟库,不占用磁盘空间,存储的是数据库启动后的一些参数,如用户表信息、列信息、权限信息、字符信息等performance_schema: MySQL 5.5开始新增一 ...
分类:
其他好文 时间:
2019-02-11 10:48:59
阅读次数:
157
总结 Visual Studio的Web Performance Test是基于HTTP协议层的,它不依赖于浏览器,通过直接接收,发送HTTP包来和Web服务器交互。Web Performance Test发送和接收的一系列请求和响应之间存在相关性,例如,用户登录后,SID被传递给客户端,下一次请求 ...
分类:
Web程序 时间:
2019-02-10 21:51:22
阅读次数:
283
perfer count( ) 1. "官方文档" : _InnoDB handles SELECT COUNT( ) and SELECT COUNT(1) operations in the same way. There is no performance difference._ 2. 阿里 ...
分类:
数据库 时间:
2019-02-03 15:34:11
阅读次数:
215
原文链接:https://zh.d2l.ai/chapter_computational-performance/hybridize.html本文是对原文内容的摘取和扩展。 命令式编程(imperative style programs) 使用编程语句改变程序状态,明确输入变量,并根据程序逻辑逐步运 ...
分类:
编程语言 时间:
2019-02-02 23:27:49
阅读次数:
333
Written by Felix Müller and Mike Winters on Jun 12 2018 in the Inside Zeebe category. In the past few weeks, we’ve mentioned Zeebe’s performance in ho ...
分类:
其他好文 时间:
2019-02-01 22:35:49
阅读次数:
219
The Under Armour Curry 6 is put through its paces with this performance review by Duke4005. After waiting over a year for promise of HOVR cushioning t ...
分类:
其他好文 时间:
2019-01-30 23:11:46
阅读次数:
132
Automotive SPICE 标准中为了便于评估师进行过程能力等级评估提供了不同的indicator, 具体包括Process Performance indicator 和Process Capability Indicator。Process Performance Indicator为标志... ...
分类:
Web程序 时间:
2019-01-29 18:05:18
阅读次数:
1030
### 查询非innodb引擎的表selectTABLE_NAME,TABLE_SCHEMA,enginefrominformation_schema.tableswhereengine=‘MyISAM‘andTABLE_SCHEMAnotin(‘mysql‘,‘performance_schema‘,‘information_schema&
分类:
数据库 时间:
2019-01-28 17:49:20
阅读次数:
195