码迷,mamicode.com
首页 >  
搜索关键字:capture    ( 958个结果
WireShark
http://www.cnblogs.com/TankXiao/archive/2012/10/10/2711777.html选择网卡 在菜单栏中的Capture-->Interfaces中也可以选择设置时间的格式对某一个tcp端口进行数据抓包,点击绿色的开始按钮后,需要再点击右侧的apply
分类:其他好文   时间:2015-10-22 14:06:23    阅读次数:116
js事件绑定--支持匿名函数解除绑定
废话不多说,直接上代码var handlers = {}, bind = (function (){ if(window.addEventListener){ return function (el, type, callback, capture){ ...
分类:Web程序   时间:2015-10-22 12:22:10    阅读次数:278
Cadence PSpice 教程 基础篇(转载)
一、PSpice 的工作流程二、PSpice A/D基本分析内容在选择分析方法前需要绘制电路原理图, OrCAD 统一由 Capture 窗口进行输入和调 用 PSpice 分析。在使用 PSpice 时绘制原理图应该注意的地方。1、 新建 Project 时应选择 Analog or Mixed-...
分类:其他好文   时间:2015-10-21 19:21:21    阅读次数:646
ocp-497
QUESTION NO: 497 You perform the following activities during the database upgrade from Oracle Database 10g to Oracle Database 11g: 1. Capture plans for a SQL workload into a SQL Tuning Set (STS) be...
分类:其他好文   时间:2015-10-18 23:15:21    阅读次数:212
ocp-458
QUESTION NO: 458 Which client requests to the database can be captured as a part of the workload capture? (Choose all that apply.) A. flashback query B. distributed transactions C. logging in and...
分类:其他好文   时间:2015-10-18 10:05:45    阅读次数:152
Wireshark学习篇(2)---过滤规则
Wireshark捕获的数据包种类复杂、繁多,通过过滤规则能较快的捕获我们关注的数据包,可以捕获经过指定IP的数据包,按照分类可以分为捕获过滤、显示过滤。显示过滤:可以完整的复现测试时的网络环境,但会产生较大的捕获文件和内存占用。捕获过滤:在capture option中设置,仅捕获符合条件的包,可...
分类:其他好文   时间:2015-10-15 18:22:48    阅读次数:141
ocp-310
QUESTION NO: 310 Which of the following represents the correct sequence of events for Database Replay?A. Capture, analyze, preprocess, replay B. Capture, preprocess, analyze, replay C. Capture, prep...
分类:其他好文   时间:2015-10-12 12:46:06    阅读次数:140
ocp-312
QUESTION NO: 312 Which is true concerning Database Replay in an Oracle Real Application Cluster (RAC) database?A. Workload capture is per instance. B. You only need to restart one instance to begin...
分类:其他好文   时间:2015-10-12 09:19:35    阅读次数:219
ocp-313
QUESTION NO: 313 Performance divergence indicated in the Workload Replay report is most likely due to what? A. DML and SQL statement results that do not match between the capture and replay systems...
分类:其他好文   时间:2015-10-12 09:18:43    阅读次数:180
从视频文件中读入数据-->将数据转换为灰度图-->对图像做candy边缘检测
//从视频文件中读入数据-->将数据转换为灰度图-->对图像做candy边缘检测//作者:sandy//时间:2015-10-10#include #include int main(int argc, char *argv[]){ //预备工作 CvCapture* capture=c...
分类:其他好文   时间:2015-10-11 22:55:39    阅读次数:200
958条   上一页 1 ... 65 66 67 68 69 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!