--每秒死锁数量 SELECT * FROM sys.dm_os_performance_counters WHERE counter_name LIKE 'Number of Deadlocksc%'; --查询当前阻塞 WITH CTE_SID ( BSID, SID, sql_handle ) ...
分类:
数据库 时间:
2019-06-10 15:23:37
阅读次数:
146
阅读目录 一:什么是Performance? 二:使用 performance.timing 来计算值 三:前端性能如何优化? 四:Performance中方法 五:使用performane编写小工具 回到顶部 一:什么是Performance? Performance是前端性能监控的API。它可以 ...
分类:
其他好文 时间:
2019-06-06 00:30:12
阅读次数:
149
站点部署,IIS配置优化指南 https://www.cnblogs.com/heyuquan/p/deploy-iis-set-performance-guide.html挺值得学习的 毕竟之前很多地方没注意. 目录 一、 设置应用程序池默认设置 二、 常规设置 三、 优化回收策略 四、 性能 五 ...
分类:
其他好文 时间:
2019-06-01 10:05:09
阅读次数:
176
查看数据库有三种方式:第一种,直接进入数据库查看mysql>showdatabases;1.intformation_schema数据库保存了MySQL服务器所有的信息。如数据库名,数据库表,标蓝的数据类型,访问权限等。2.performance_schemaMySQL5.5版本新增的新性能优化的引擎,主要用于收集数据库服务器的性能参数。MySQL用户不能创建存储引擎为performance
分类:
数据库 时间:
2019-05-29 23:41:47
阅读次数:
168
Anderson, Thomas E."The Performance of Spin Lock Alternatives for Shared-Memory Multiprocessors".IEEE Transactions on Parallel and Distributed Systems ...
分类:
其他好文 时间:
2019-05-26 09:35:18
阅读次数:
116
今天测试主机在编译发布完项目之后,发现测试环境的项目启不来了,于是,我就通过打开测试主机的日志查看到底是怎么回事, 发现日志中有一条错误信息,正如标题中的内容,这种错误解决起来并不难,如下是我的解决方法。 打开网址:http://archive.apache.org/dist/tomcat/tomc ...
分类:
编程语言 时间:
2019-05-20 17:27:26
阅读次数:
109
Getting started with OpenMP These instructions for getting started with OpenMP are repeated in Project 0. They are included here for those students wh ...
分类:
其他好文 时间:
2019-05-19 10:16:18
阅读次数:
133
https://s3.amazonaws.com/content.udacity-data.com/courses/gt-cse6220/Course+Notes/Lesson1-1+Introduction+(1).pdf two parts: 1, task represented by DAG ...
分类:
其他好文 时间:
2019-05-19 09:53:41
阅读次数:
154
Please download and read: Introduction to Algorithms, Third Edition, Chapter 27 Multithreaded Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ro ...
分类:
其他好文 时间:
2019-05-19 09:51:39
阅读次数:
111