码迷,mamicode.com
首页 >  
搜索关键字:performance monitor    ( 3614个结果
MongoDB的地埋空间数据存储、空间索引以及空间查询
一、关于MongoDB在众多NoSQL数据库,MongoDB是一个优秀的产品。其官方介绍如下:MongoDB (from "humongous") is a scalable, high-performance, open source, document-oriented database.看起来...
分类:数据库   时间:2014-11-22 14:40:10    阅读次数:274
使用Monitor调试Unity3D Android程序日志输出(非DDMS和ADB)
使用Monitor调试Unity3D Android程序日志输出(非DDMS和ADB)http://www.cnblogs.com/mrkelly/p/4015245.html以往调试Android程序,一般使用Android SDK的adb命令的logcat进行命令行输出,体验比较的差。网上搜索一...
分类:移动开发   时间:2014-11-22 11:53:38    阅读次数:339
推荐一个课程;Drools规则工作流引擎全面开发教程(基础语法、性能调优、常用工具)
今天给大家推荐一套David老师的课程,一共有9个课时。   什么是Drool 规则工作流引擎呢 ? 规则引擎是一种嵌入在应用程序中的组件,实现了将业务决策从应用程序代码中分离出来,并使用预定义的语义模块编写业务决策。接受数据输入,解释业务规则,并根据业务规则做出业务决策。 Drools实现了规则引擎,它是一个业务逻辑集成平台,基于JAVA和RATE算法的产生式规则引擎实现,是R...
分类:其他好文   时间:2014-11-21 16:17:05    阅读次数:252
高性能浏览器网络(High Performance Browser Networking) 第五章
Ubiquitous ConnectivityOne of the mosttransformative technology trends of the past decade is the availability and growing expectation of ubiquitous co...
分类:Web程序   时间:2014-11-20 18:34:30    阅读次数:270
high performance program (SSE4.2 intrin instruction)
In file included from mm_lddqu.si128.c:2:0: /usr/local/lib/gcc/x86_64-redhat-linux/4.7.1/include/nmmintrin.h:31:3: error: #error "SSE4.2 instruction set not enabled" 这个问题产生的原因: 没有加  Support for SS...
分类:其他好文   时间:2014-11-20 17:04:34    阅读次数:257
python 正则断言
#!/usr/bin/pythonimportreimportosimporturllibimportjsondefbuffer_line(monitor_log):buf=open("/etc/sae/apns_buffer.txt","r").read()bytes=os.popen(‘wc-c/data0/logs/%s‘%monitor_log).read().split("")[0]ifint(bytes)<int(buf):return0else:returnint(re.findall("..
分类:编程语言   时间:2014-11-20 15:43:01    阅读次数:181
http://www.trinea.cn/android/hashmap-loop-performance/
主要介绍HashMap的四种循环遍历方式,各种方式的性能测试对比,根据HashMap的源码实现分析性能结果,总结结论。1. Map的四种遍历方式下面只是简单介绍各种遍历示例(以HashMap为例),各自优劣会在本文后面进行分析给出结论。(1) for each map.entrySet()Java1...
分类:移动开发   时间:2014-11-20 10:12:30    阅读次数:221
TeamWork#3,Week5,Performance Test of Crawlers
爬虫总体性能不错,能完成基本的网络数据爬取,没有功能上的缺陷。下图为饿了么网站商户信息爬取结果及原网站信息。大部分信息是正确的,但也有一些错误。比如下图,小渝馆家常菜和渝码头川菜位置爬取错了。再比如鑫蜀轩酒楼和久久丫的顺序错了。quantity_sold这一项,有的没有数据,是网站标签的问题,不是爬...
分类:其他好文   时间:2014-11-19 20:18:35    阅读次数:161
《Google File System》阅读总结
goals andassumptionsGoogle file system shares the same goals as previous distributed file systems: 1. scalability 2. performance 3. reliability 4....
分类:其他好文   时间:2014-11-19 18:24:19    阅读次数:260
cocos2d-js 各浏览器上的表现
其实这里只简单对比3个浏览器,估计也足够代表性了。结论是:1、有webgl支持的时候,就可以尽情的耍吧;2、没有webgl,能native就native。如果不行,就只能在canvas上做小块的区域,减少每帧的变化。1、PC的Chrome(webgl)首先看看官方的performance test。...
分类:Web程序   时间:2014-11-19 18:07:16    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!