码迷,mamicode.com
首页 >  
搜索关键字:ssd performance    ( 3156个结果
Choose Concurrency-Friendly Data Structures
What is a high-performance data structure? To answer that question, we're used to applying normal considerations like Big-Oh complexity, and memory ov...
分类:其他好文   时间:2014-10-31 20:32:41    阅读次数:153
拥有更好性能的requesAnimationFrame(Better Performance with requestAnimationFrame)
介绍: 这篇文章讨论的是你可以(也应该)学习通过使用requestAnimationFrame API,而不是使用之前的setInterval/setTimeout方法,来提高动画的性能;如何使用requestAnimationFrame。当然,我们将会为你展示完善的代码example of re....
分类:其他好文   时间:2014-10-31 19:04:06    阅读次数:193
Android - 警告Nested weights are bad for performance
Android - 警告Nested weights are bad for performance本文地址: http://blog.csdn.net/caroline_wendy原因: Layout weights require a widget to be measured twice. When a LinearLayout with non-zero weights is nested...
分类:移动开发   时间:2014-10-30 19:09:37    阅读次数:312
Prestashop 页面空白
Advanced Parameters > Performance页面空白,无任何提示错误,解决方法:更改文件/cache/class_index.php 权限为666
分类:其他好文   时间:2014-10-29 23:46:00    阅读次数:241
Disksim使用方式总结
Disksim几种使用方式总结...
分类:其他好文   时间:2014-10-29 21:35:10    阅读次数:458
Android SparseArray源码分析
前言 昨晚想在Android应用中增加一个整形到字符串的字典表,使用HashMap实现的时候,Eclipse给出了一个警告,昨晚项目上线紧张,我直接给忽略了,今天看了一下具体的Eclipse提示如下: Use new SparseArray (...) instead for better performance这个警告的意思是使用SparseArray来替代,以获取更好的性能。...
分类:移动开发   时间:2014-10-29 13:03:28    阅读次数:350
Real-Time SQL Monitoring using DBMS_SQLTUNE
Real-Time SQL Monitoring reports are available from three locations: Enterprise Manager - Click the "Performance" tab, then the "SQL Monitoring" link at the bottom-right of the page to display the ...
分类:数据库   时间:2014-10-29 13:00:59    阅读次数:350
zabbix mpm 监控 mysql性能
一、环境说明zabbix2.2inCentos6.464bit二、MPM(MySQLPerformanceMonitor)安装1.依赖模块yuminstallperl-File-Whichperl-libwww-perlperl-Digest-SHA1perl-DBD-MySQLperl-Time-HiResperl-Crypt-SSLeay2.MPM安装部署wget-chttp://www.shinguz.ch/download/mysql_performance_mon..
分类:数据库   时间:2014-10-27 19:49:50    阅读次数:453
Amazon RDS的通用型存储(SSD)
在今年的6月份,我们曾介绍过为Amazon EC2实例提供的基于SSD的弹性块级存储。在发布几个月过后,这种被称为通用型存储(SSD)的新型选择方式在创建新的EBS卷中已经占到了90%,我们从客户的反馈中得知他们非常喜欢这种一致的性能表现 (预配置存储每GB为3 IOPS),并且在用户需要的时候提升到3000 IOPS,而不需要考虑预置存储的容量限制。 现在,我们为Amazon RDS也提供了同...
分类:其他好文   时间:2014-10-27 19:36:15    阅读次数:222
AUC(Area Under roc Curve)学习笔记
AUC是一种用来度量分类模型好坏的一个标准。 ROC分析是从医疗分析领域引入了一种新的分类模型performance评判方法。 ROC的全名叫做Receiver Operating Characteristic,其主要分析工具是一个画在二维平面上的曲线——ROC curve。平面...
分类:其他好文   时间:2014-10-27 10:28:40    阅读次数:308
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!