码迷,mamicode.com
首页 >  
搜索关键字:wds capture    ( 1208个结果
loadrunner录制时web时,安全证书问题
测试环境:win7+LoadRunner11+ie9遇到的问题:用LoadRunner录制时,打开百度,总是报安全证书问题,如图所示解决方法:Tools——Recording Options——port mapping中的capture level 设置为 winnet level data即可
分类:Web程序   时间:2015-07-21 16:56:37    阅读次数:183
candence 笔记总结
1.解决candece 启动后提示找不到licence文件的错误: candece的安装就不说了,按照破解步骤一步一步来就行了,但是装完后发现每次启动都会报错"OrCAD Capture license was not found.would you like to launch captu...
分类:其他好文   时间:2015-07-20 12:52:37    阅读次数:293
Learning WCF Chapter2 Service Description
While messaging protocols are responsible for message serialization formats,there must be a way to capture the protocols required to communicate betwe...
分类:其他好文   时间:2015-07-17 18:05:53    阅读次数:71
DB2Error
一个有相互关系的引用+098 01568 动态SQL语句用分号结束+100 02000 没有找到满足SQL语句的行+110 01561 用DATA CAPTURE定义的表的更新操作不能发送到原来的子系统+111 01590 为2型索引设置了SUBPAGES语句+117 01525 要插入的值的个数不...
分类:数据库   时间:2015-07-15 20:51:25    阅读次数:247
【转】[fix] Wireshark error: There are no interfaces on which a capture can be done. on Mac OS X
I got the following error message when trying to open a network interface for capture using Wireshark on Mac OS X (Wireshark 1.5.1 Intel 64 beta and 1...
分类:系统相关   时间:2015-07-15 10:40:17    阅读次数:270
Cordova 3.x 基础(7) -- Native API的使用
原文:http://rensanning.iteye.com/blog/2021619移动设备的Hardware接口包括:Accelerometer、Camera、Capture、Compass、Connection、Contacts、Device、Native Events、File、Geoloc...
分类:Windows程序   时间:2015-07-14 15:22:39    阅读次数:304
video_capture模块分析
1. 对外接口      VideoCaptureModule     控制接口      VideoCaptureDataCallback Vie中的ViECapturer继承,用于响应抓包数据 2. 主要类      VideoCaptureImpl, 继承VideoCaptureModule,用于控制和抽象具体的capture执行接口      VideoCaptureAn...
分类:其他好文   时间:2015-07-11 18:29:34    阅读次数:140
【独立开发者er Cocos2d-x实战 006】使用Cocos2dx 实现截图功能
今天台风“灿鸿”来袭,博主默默在家码代码。废话不多说,今天我们要讲的就是截图。Cocos2dx把不同版本实现截图方式不同,我用的是Cocos2dx3.4版本。如果你的版本是Cocos2dx3.2以后的,都是可以用这个方式的,如果是Cocos2dx3.2以前,请参考:比较Cocos2d-x v2.x与v3.x的截图功能 Cocos2d-x3.1及3.2实现截屏功能 cocos2dx之保存截屏图片开...
分类:其他好文   时间:2015-07-11 16:54:25    阅读次数:318
Android多媒体(照相机和录像机)
一丶照相机的应用创建意图对象启动拍照Intentintent=newIntent();//设置动作intent.setAction(MediaStore.Action_p_w_picpath_capture);//设置图片保存的路径Filefile=newFile(Environment.getExternalStorageDirectory()+"/haha.png");//设置照片的名字intent.putExtra(MediaS..
分类:移动开发   时间:2015-07-09 22:48:32    阅读次数:172
截取屏幕并保存到本地
/* Capture the screenshot */ UIGraphicsBeginImageContextWithOptions(self.view.bounds.size, YES, 0.0f); if ([self.view drawViewHierarchyInRect:self.vie...
分类:其他好文   时间:2015-07-08 12:20:35    阅读次数:115
1208条   上一页 1 ... 89 90 91 92 93 ... 121 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!