2014-12-19 Created By 鲍新建一、摘要在做咨询时,经查遇到以前SQL的运行情况,和查询使用的条件查询绑定变量时,有硬解析和软解析之分,如果是软解析,变量的值就很难找到了查询绑定变量的几个视图如下:查询v$sql视图查询v$sql_bind_capture查询dba_hist_sq...
分类:
数据库 时间:
2014-12-30 09:56:58
阅读次数:
260
摘要: 按照国际惯例,从最基本的说起。 抓取报文: 下载和安装好Wireshark之后,启动Wireshark并且在接口列表中选择接口名,然后开始在此接口上抓包。例如,如果想要在无线网络上抓取流量,点击无线接口。点击Capture Options可以配置高级属性,...按照国际惯例,从最基本的说起。...
分类:
其他好文 时间:
2014-12-29 18:03:38
阅读次数:
175
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...
Intent intent = new Intent(); intent.setPackage("com.android.camera"); intent.setAction(MediaStore.ACTION_IMAGE_CAPTURE)...
分类:
移动开发 时间:
2014-12-18 16:30:45
阅读次数:
306
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
非常强大的android 视频录制库,可以选择视频尺寸以及视频质量,只允许横屏录制。使用Android自带的Camera应用可以录制视频,只需发送MediaStore.ACTION_VIDEO_CAPTURE的intent即可,但是有一些缺陷:内置应用intent的视频质量参数只允许为0和1 分别代...
分类:
其他好文 时间:
2014-12-17 01:35:24
阅读次数:
305
目前发现有以下两种可能:一:查看环境变量是否配置成功。ANDROIDSDK D:\my_2_softwares\JAVA\adt-bundle-windows-x86-20140702\sdkPARH ;C:\Program Files\Java\jdk1.8.0_20\bin;%ANDROID.....
分类:
移动开发 时间:
2014-12-11 15:41:29
阅读次数:
783
Wireshark是一个类似tcpdump的嗅探软件,界面更人性化一些,今天我用它来检测一次HTTP连接过程。安装好之后,先配置一下,选择Capture->Options,先设定你要嗅探的网络接口,然后在Capture Filter里输入tcp port http,说明只监听80端口的tcp请求。设...
分类:
Web程序 时间:
2014-12-03 23:18:00
阅读次数:
185
Given 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 surrounded region...
分类:
其他好文 时间:
2014-12-03 13:52:47
阅读次数:
194