码迷,mamicode.com
首页 >  
搜索关键字:performance tuning g    ( 2063个结果
Algorithm | Binary Search
1. 普通的二分查找2. 查找最左边的值3. 查找最右边的值Worst case performance: O(log n)Best case performance: O(1)Average case performance: O(log n)Worst case space complexity...
分类:其他好文   时间:2014-06-07 11:19:48    阅读次数:248
OpenCV 概述
?? OpenCV概述 什么是OpenCV  开源C/C++计算机视觉库.面向实时应用进行优化.跨操作系统/硬件/窗口管理器.通用图像/视频载入、存储和获取.由中、高层API构成.为Intel®公司的 Integrated Performance Primitives (IPP) 提供了透明接口. 特性: 图像数据操作 (分配,释放, 复制, 设定, 转换).图像与视频 I/...
分类:其他好文   时间:2014-06-07 01:18:27    阅读次数:294
【转】Yahoo!团队:网站性能优化的35条黄金守则
Yahoo!的Exceptional Performance团队为改善Web性能带来最佳实践。他们为此进行了一系列的实验、开发了各种工具、写了大量的文章和博客并在各种会议上参与探讨。最佳实践的核心就是旨在提高网站性能。 原版猛戳:https://developer.yahoo.com/perf...
分类:Web程序   时间:2014-06-06 11:50:31    阅读次数:489
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
The Performance Analysis of MENCODER with PARROT
1 ENVIRONMENTS                             Table 1 ENV A CPU Intel(R) Xeon(R) CPU E7- 4870 @ 2.40GHz 10-core Memory 100G Linux Version 3.11.0 Ubuntu Version ...
分类:其他好文   时间:2014-06-02 23:27:40    阅读次数:397
严重: Exception sending context initialized event to listener instance of class org.springframework.we
2014-6-1 0:47:25 org.apache.catalina.core.AprLifecycleListener init 信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the jav...
分类:编程语言   时间:2014-06-01 16:16:55    阅读次数:484
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
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
SQL Tuning Advisor报错ORA-00600: internal error code, arguments: [kesqsMakeBindValue:obj]
执行SELECT dbms_sqltune.report_tuning_task(:tuning_task) FROM dual;  报错信息如下: ORA-00600: internal error code, arguments: [kesqsMakeBindValue:obj], [], [], [], [], [], [], [] ORA-06512: at "SYS.PRVT_...
分类:数据库   时间:2014-05-25 16:22:29    阅读次数:506
使用SQL Profile及SQL Tuning Advisor固定执行计划
SQL Profile就是为某一SQL语句提供除了系统统计信息、对象(表和索引等)统计信息之外的其他信息,比如运行环境、额外的更准确的统计信息,以帮助优化器为SQL语句选择更适合的执行计划。 SQL Profiles可以说是Outlines的进化。Outlines能够实现的功能SQL Profiles也完全能够实现,而SQL Profiles具有Outlines不具备的优化,最重要的有二点:...
分类:数据库   时间:2014-05-25 04:29:43    阅读次数:407
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!