码迷,mamicode.com
首页 >  
搜索关键字:ssd performance    ( 3156个结果
[转帖]站点部署,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
MySQL太慢?试试这些诊断思路和工具
MySQL 慢怎么办 如果遇到 MySQL 慢的话,你的第一印象是什么,MySQL 数据库如果性能不行,你是如何处理的? 我咨询了一些同行, 得到了以下反馈: 第一反应是再试一次 第二个反应是优化一下 SQL 第三个反应是调大 buffer pool,然后开始换硬件了,换一下 SSD 最后实在不行了 ...
分类:数据库   时间:2019-05-25 20:11:16    阅读次数:148
Activiti7 基本架构与使用步骤(一)
感觉跟activiti6差不多,不过7中删除了两个service,反而又多了两个表。这里所有输出的信息都是以后可以放在前端里的信息。 1.Activiti的架构说明 ProcessEngineConfiguration类,主要作用是加载activiti.cfg.xml配置文件 ProcessEngi ...
分类:其他好文   时间:2019-05-22 11:13:06    阅读次数:167
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
SpringBoot 项目打包部署Resin遇到的问题
1)javax/validation/ParameterNameProvider 找不到。 解决:A) resin/lib 目录下删掉原来的,validation-api 更新为 validation-api-2.0.1.Final.jar B)resin/webapp-jars 目录 更新最新的h ...
分类:编程语言   时间:2019-05-20 13:32:06    阅读次数:268
[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
3156条   上一页 1 ... 52 53 54 55 56 ... 316 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!