码迷,mamicode.com
首页 >  
搜索关键字:performance    ( 1780个结果
sql 死锁查看
--每秒死锁数量 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? 二:使用 performance.timing 来计算值 三:前端性能如何优化? 四:Performance中方法 五:使用performane编写小工具 回到顶部 一:什么是Performance? Performance是前端性能监控的API。它可以 ...
分类:其他好文   时间:2019-06-06 00:30:12    阅读次数:149
[转帖]站点部署,IIS配置优化指南
站点部署,IIS配置优化指南 https://www.cnblogs.com/heyuquan/p/deploy-iis-set-performance-guide.html挺值得学习的 毕竟之前很多地方没注意. 目录 一、 设置应用程序池默认设置 二、 常规设置 三、 优化回收策略 四、 性能 五 ...
分类:其他好文   时间:2019-06-01 10:05:09    阅读次数:176
MySQL语句
查看数据库有三种方式:第一种,直接进入数据库查看mysql>showdatabases;1.intformation_schema数据库保存了MySQL服务器所有的信息。如数据库名,数据库表,标蓝的数据类型,访问权限等。2.performance_schemaMySQL5.5版本新增的新性能优化的引擎,主要用于收集数据库服务器的性能参数。MySQL用户不能创建存储引擎为performance
分类:数据库   时间:2019-05-29 23:41:47    阅读次数:168
[Operating System] {ud923} P3L4: Synchronization Constructs
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
The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path
今天测试主机在编译发布完项目之后,发现测试环境的项目启不来了,于是,我就通过打开测试主机的日志查看到底是怎么回事, 发现日志中有一条错误信息,正如标题中的内容,这种错误解决起来并不难,如下是我的解决方法。 打开网址:http://archive.apache.org/dist/tomcat/tomc ...
分类:编程语言   时间:2019-05-20 17:27:26    阅读次数:109
[High Performance Computing] {Udacity} L4: Intro to OpenMP
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
[High Performance Computing] {Udacity} L3: Intro to the Work-Span Model
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
[High Performance Computing] {Udacity} L5: Comparison-based Sorting
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
[High Performance Computing] {Udacity} L1: Course Information
...
分类:其他好文   时间:2019-05-18 13:55:35    阅读次数:119
1780条   上一页 1 ... 23 24 25 26 27 ... 178 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!