码迷,mamicode.com
首页 >  
搜索关键字:performance tunning    ( 1793个结果
OpenCV 概述
?? OpenCV概述 什么是OpenCV  开源C/C++计算机视觉库.面向实时应用进行优化.跨操作系统/硬件/窗口管理器.通用图像/视频载入、存储和获取.由中、高层API构成.为Intel®公司的 Integrated Performance Primitives (IPP) 提供了透明接口. 特性: 图像数据操作 (分配,释放, 复制, 设定, 转换).图像与视频 I/...
分类:其他好文   时间:2014-06-07 01:18:27    阅读次数:294
Web Performance and Load Test Project错误集
当我们创建Web Performance and Load Test Project时,经常会遇到下面这些问题: 1. 当点击Add Recording时, 左边的record tree没有出现: 解决方法: 打开IE Manage add-ons: Enable “Microsoft Web Te...
分类:Web程序   时间:2014-06-03 11:12:59    阅读次数:369
Performance Tuning of Spring/Hibernate Applications---reference
http://java.dzone.com/articles/performance-tuningFor most typical Spring/Hibernate enterprise applications, the application performance depends almost...
分类:移动开发   时间:2014-05-31 16:53:03    阅读次数:404
度量、指标、指示器的区别
度量、指标和指示器之区别什么是KPI(Key Performance Indicator),对此,正好说说度量、指标和指示器的区别。度量,用中文表示可以是名词,也可以是动词。名词的意思可以是"度量"的结果值或是指"度量"过程。动词就是丈量、衡量这个行为。在英文里面,Measure可以是度量值的意思,...
分类:其他好文   时间:2014-05-26 21:54:12    阅读次数:348
Notes on Large-scale Video Classification with Convolutional Neural Networks
Use bigger datasets for CNN in hope of better performance. A new data set for sports video classification: sports-1M.CNN in one frame is about the sam...
分类:Web程序   时间:2014-05-26 19:10:33    阅读次数:597
Sequential Read Ahead For SQL Server
Balancing CPU and I/O throughput is essential to achieve good overall performance and to maximize hardware utilization. SQL Server includes two asynch...
分类:数据库   时间:2014-05-26 12:20:40    阅读次数:386
SQLServer 2008数据库查看死锁、堵塞的SQL语句
死锁和堵塞一直是性能测试执行中关注的重点。下面是我整理的监控sql server数据库,在性能测试过程中是否出现死锁、堵塞的SQL语句,还算比较准备,留下来备用。--每秒死锁数量SELECT* FROMsys.dm_os_performance_counters WHEREcounter_nameL...
分类:数据库   时间:2014-05-26 10:21:08    阅读次数:265
JavaEE读书笔记
1、JavaEE应用的分层模型 A、Domain Object B、Data Access Object C、Service D、Controller E、Performance E--->D--->C--->B--->A--->DataBase2、ORM(Object Relation Mappi...
分类:编程语言   时间:2014-05-26 07:07:35    阅读次数:356
使用 Shark 来对你的 iPhone 应用进行性能调优(Using Shark to Performance Tune Your iPhone App)
使用 Shark 来对你的 iPhone 应用进行性能调优(Using Shark to Performance Tune Your iPhone App)...
分类:移动开发   时间:2014-05-25 08:57:34    阅读次数:355
poj3436-ACM Computer Factory
这题的关键在于建图,然后最大流算法,而建图的关键在于拆点。将每个点拆为两个点,两点之间的流为performance。和其他点相连的边容量为INF。...
分类:其他好文   时间:2014-05-23 00:41:58    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!