码迷,mamicode.com
首页 >  
搜索关键字:capture    ( 958个结果
LeetCode(130) Surrounded Regions
题目 Given a 2D board containing 'X' and 'O' (the letter O), capture all regions surrounded by 'X'. A region is captured by flipping all 'O's into 'X's in that surrounded region. For exam...
分类:其他好文   时间:2016-08-15 22:28:34    阅读次数:188
网络数据包过滤_01
1、关键字: AF_PACKET ==> 丢包 AF_CAPTURE ZC: 但是,网络上 搜不到 AF_CAPTURE 的相关信息... 2、相关网址: http://m.newsmth.net/article/Programming/single/208/0 下载网址:ftp://166.111 ...
分类:其他好文   时间:2016-08-11 22:18:06    阅读次数:121
wireshark教程(一)
按照国际惯例,从最基本的说起。 抓取报文: 下载和安装好Wireshark之后,启动Wireshark并且在接口列表中选择接口名,然后开始在此接口上抓包。例如,如果想要在无线网络上抓取流量,点击无线接口。点击Capture Options可以配置高级属性,但现在无此必要。 点击接口名称之后,就可以看 ...
分类:其他好文   时间:2016-08-04 19:09:31    阅读次数:220
Wireshark设置interface 时提示“There are no interfaces on which a capture can be done ”
Wireshark设置interface 时提示“There are no interfaces on which a capture can be done ” 解决方法: 今天在电脑上安装了WIRESHARK软件,在设置interface 时提示"There are no interfaces ...
分类:其他好文   时间:2016-07-29 17:04:43    阅读次数:173
smarty内置函数
1、{append} 追加 2、{assign} 赋值 3、{block} 块 4、{call} 调用 5、{capture}捕获 6、{config_load}用来从配置文件中加载config变量(#variables#)到模版。 7、{extends} 继承 {extends}标签用在模板继承中 ...
分类:其他好文   时间:2016-07-25 00:05:41    阅读次数:147
存储过程版本控制-DDL触发器
参考:http://www.sqlteam.com/article/using-ddl-triggers-in-sql-server-2005-to-capture-schema-changes USE CedarLog GO CREATE TABLE [dbo].[ChangeLog]( [Log ...
分类:其他好文   时间:2016-07-23 15:18:43    阅读次数:216
loadrunner 录制启动火狐事件为0
解决方法: tools-Recording Options -->Network-->Port Mapping > Capture Level,选择Socket level and WinlNet level data ...
分类:其他好文   时间:2016-07-21 12:32:20    阅读次数:274
[ZigBee] 6、ZigBee基础实验——定时器3和定时器4(8 位定时器)
上一节讲了16位定时器1,本节讲8位定时器3和定时器4! 1、综述 Timer 3 and Timer 4 are two 8-bit timers(8位定时器). Each timer has two independent capture/compare channels(独立的捕获/比较通道) ...
分类:其他好文   时间:2016-07-15 06:21:05    阅读次数:474
linux 监控进程是否存在
#!/bin/bash while[1] do MD_CAPTURE=`ps-ef|grep"md_capture.py"|grep-vgrep|wc-l` if[${MD_CAPTURE}==0]; then cd/usr/local/CCDTSoft/midou/moss/task nohuppython-u/usr/local/CCDTSoft/midou/moss/task/md_capture.py>>/usr/local/CCDTSoft/midou/moss/task/md_capt..
分类:系统相关   时间:2016-07-14 15:49:35    阅读次数:268
基于VFW视频采集及数据处理
基于VFW视频采集及数据处理 准备工作:建立基于对话框的程序,并添加控件及需要的成员变量; 1.     采用capCreateCaptureWindow函数创建视频采集窗口 m_CapWnd =capCreateCaptureWindow(_T("My Video Capture"), WS_CHILD | WS_VISIBLE,0, 0, LocalRect.Width(),LocalR...
分类:其他好文   时间:2016-07-13 16:59:00    阅读次数:185
958条   上一页 1 ... 56 57 58 59 60 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!