码迷,mamicode.com
首页 >  
搜索关键字:integrated capture    ( 1517个结果
PLSQL_查询已执行SQL的绑定参数(案例)
2014-12-19 Created By 鲍新建一、摘要在做咨询时,经查遇到以前SQL的运行情况,和查询使用的条件查询绑定变量时,有硬解析和软解析之分,如果是软解析,变量的值就很难找到了查询绑定变量的几个视图如下:查询v$sql视图查询v$sql_bind_capture查询dba_hist_sq...
分类:数据库   时间:2014-12-30 09:56:58    阅读次数:260
一站式学习Wireshark(一):Wireshark基本用法
摘要: 按照国际惯例,从最基本的说起。 抓取报文: 下载和安装好Wireshark之后,启动Wireshark并且在接口列表中选择接口名,然后开始在此接口上抓包。例如,如果想要在无线网络上抓取流量,点击无线接口。点击Capture Options可以配置高级属性,...按照国际惯例,从最基本的说起。...
分类:其他好文   时间:2014-12-29 18:03:38    阅读次数:175
Key
EE-Integrated Circuit Design-MCU Application MCS-51CS-Computer Graphics OpenGL-C,C++, C# C Standard Library-html, css, javascript, phpOther ToolsMa...
分类:其他好文   时间:2014-12-27 16:01:58    阅读次数:208
Framework4安装
今天安装了windows7开发web项目需要安装IIS,当安装完以后,web程序已经映射到了本地IIS上,运行出现如下错误提示处理程序“PageHandlerFactory-Integrated”在其模块列表中有一个错误模块“ManagedPipelineHandler”原因:vs2010默认的是4.0框架,4.0的框架是独立的CLR,和2.0的不..
分类:其他好文   时间:2014-12-23 17:35:58    阅读次数:104
Taking a screen shot of a window using Delphi code is rather easy.
Taking a screen shot of a window using Delphi code is rather easy. A screen shot (screen capture) is a copy of the screen's contents that can be saved...
分类:Windows程序   时间:2014-12-22 17:41:08    阅读次数:293
IIS7.5 APPCMD 简单用法及示例
1添加应用程序进城池appcmd.exeaddapppool/name:test.com/managedRuntimeVersion:"v4.0"/managedPipelineMode:"Integrated"2添加站点,指定站点名,绑定,物理路径appcmd.exeaddsite/name:"test.com"/id:1/bindings:http/*:81:/physicalpath:"E:\webroot\test.com\Web"3指定站..
分类:移动开发   时间:2014-12-21 02:01:56    阅读次数:251
android调用系统相机
Intent intent = new Intent(); intent.setPackage("com.android.camera"); intent.setAction(MediaStore.ACTION_IMAGE_CAPTURE)...
分类:移动开发   时间:2014-12-18 16:30:45    阅读次数:306
Surrounded Regions
Surrounded RegionsGiven a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that...
分类:其他好文   时间:2014-12-18 01:39:32    阅读次数:168
解决相机拍照不清晰,拍照旋转问题!
private Uri uri;//拍照Intent getImageByCamera = new Intent("android.media.action.IMAGE_CAPTURE");ContentValues values = new ContentValues(); values.p...
分类:其他好文   时间:2014-12-17 12:16:12    阅读次数:126
【转】开源视频录制库LandscapeVideoCamera
非常强大的android 视频录制库,可以选择视频尺寸以及视频质量,只允许横屏录制。使用Android自带的Camera应用可以录制视频,只需发送MediaStore.ACTION_VIDEO_CAPTURE的intent即可,但是有一些缺陷:内置应用intent的视频质量参数只允许为0和1 分别代...
分类:其他好文   时间:2014-12-17 01:35:24    阅读次数:305
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!