P63

  Oracle10g 数据库性能调优方法研究 文档

Redo Buffers 327680 主要包括以下几个部分: 2.1.1.1 共享池(Shared pool) 共享池是SGA中最关键的内存片段,特别是在性能和可伸缩性上。一个太小的共享池会扼杀性能,使系

micfeng 2012-07-25   474   0

纯C ++ 11线程池:ThreadPool 经验

using nbsdx::concurrent::ThreadPool; ThreadPool pool; // Defaults to 10 threads. int JOB_COUNT = 100;

jopen 2015-11-08   19589   0

linux下 mysql 配置参数的优化 经验

cnf 添加如下 配置: innodb_buffer_pool_size = 4G innodb_buffer_pool_instances=4 innodb_log_buffer_size=32M

unnamed978 2016-02-01   7850   0

python多线程简单示例 代码段

"__main__": data = ['test_%d' % i for i in range(20)] pool = threadpool.ThreadPool(5) requests = threadpool

open_run 2016-04-21   64191   7
P31

  MySQL源码分析整理稿 文档

= /usr/local/mysql/data # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting

ywxworld 2011-12-31   676   0
P150

  Oracle 11g 培训(一天版) 文档

filesOracle 数据库体系结构: 概览Database buffer cacheShared pool Data dictionary cacheLibrary cache PMONSMONOthe

yangdong 2012-08-14   623   0
P181

  ORACLE10g 笔记 文档

Data_buffer_cache 84 2.1.3.1 Default pool 85 2.1.3.2 Keep pool 89 2.1.3.3 Recycle pool 91 2.1.3.4 db_nk_cache_size

qqzhengwei 2012-06-10   2852   0

为开发和设计人员准备的最好Bootstrap工具 资讯

Bootstrap Video Player The Bootstrap Video Player is an easy to customize HTML5 video player plugin

jopen 2014-04-01   25833   0
P6

  使用ffmpeg sdk解码流数据 文档

//每包一个视频帧 g_pCodecCtx->codec_type = CODEC_TYPE_VIDEO; g_pCodecCtx->width = 704; //这两行:视频的宽度和高度 g_pCodecCtx->height

qyfcool 2012-04-23   5650   0

Windows Phone7在程序中直接开启摄像头(非选择器) 经验

double d= photocamera.Orientation;在这里获取到图像顺时针旋转的角度 video.RelativeTransform =  在这个把他给前台的VideoBrush 就可以了

jopen 2012-07-22   20016   0

Android开源类库和实用资源集合:Awesome Android 经验

by Lars Vogel. Android Design in Action Video series The video series by Android Design Team of Google

jopen 2014-10-12   60690   0

2016年 20+ 个最好的免费 Bootstrap HTML5 模板 资讯

template equipped with lot of modern features such as video background, minimalist slider, parallax and css3

码头工人 2016-02-27   54120   0

Facebook 的系统架构 经验

Messages Tech Talk: http://www.facebook.com/video/video.php?v=690851516105 [15] Facebook’s typeahead

jopen 2015-03-24   29946   0

基于opencv的摄像头脸部识别抓取及格式储存(python) 经验

CV_CAP_PROP_FRAME_HEIGHT))) #cv_fourcc值要设置对,不然无法写入,而且不报错,坑 video=cv2.VideoWriter("VideoTest.avi", cv2.cv.CV_FOURCC('I'

jopen 2014-12-13   83112   0

用python玩玩人脸识别 经验

face_recognition import cv2 import time #获取摄像头 video_capture = cv2.VideoCapture(0) # 加载图片 obama_image

lioncloud6 2017-08-11   37740   0

17 个 jQuery Carousel 插件 (内容循环展示) 资讯

lightbox it is possible show multimedia content (video, audio, image and html content). See below the main

jopen 2013-07-29   78679   0
jQuery  

30个最佳的响应式WordPress主题 资讯

Features Responsive Design (mobile friendly) Image,Video and Podcasts Elegant Theme Framework and Grid System

jopen 2013-08-19   21734   0

20个学习Swift编程语言资源 资讯

the link above to access the video tutorials, and follow that up by a video playlist that you will be directed

jopen 2014-08-12   12364   0
Swift  

OpenCV成长之路(10):视频的处理 经验

方法。 VideoCapture capture("../video.avi"); // 方法1 capture.open("../video.avi"); // 方法2 如果把文件名换为设置ID,则可打开摄像头,默认摄像头为0。

jopen 2015-02-12   44067   0

SSO单点登录、跨域重定向、跨域设置Cookie、京东单点登录实例分析 经验

php header("Location:http://video.luojisiwei-inc.com/");//跨域重定向 http://video.luojisiwei-inc.com/index

kzva8002 2016-01-22   97523   0
1 2 3 4 5 6 7 8 9 10