码迷,mamicode.com
首页 >  
搜索关键字:capture    ( 958个结果
ffmpeg视频和声音
推送视频和声音 ffmpeg -f dshow -i video="screen-capture-recorder" -f dshow -i audio="内装麦克风 (Conexant 20672 SmartAudi" -r 5 -vcodec libx264 -preset:v ultrafas ...
分类:其他好文   时间:2017-05-24 17:08:35    阅读次数:202
(024)[工具软件]截屏录屏软件FSCapture(转)
该软件比 Snipaste 增加的功能有滚动截图和屏幕录制. 原文地址:https://www.appcgn.com/faststone-capture.html FastStone Capture,简称:FSCapture,是一款由美利坚 FastStone 软件科技公司精心设计开发的优秀屏幕截图 ...
分类:其他好文   时间:2017-05-24 00:53:46    阅读次数:332
vue修饰符
鼠标双击之后执行顺序:span->p->section->span->section 上面各个修饰符的作用: .prevent: 提交事件不再重载页面 .stop: 阻止单击事件冒泡 .self: 当事件发生在该元素本身而不是子元素的时候会触发 .capture: 事件侦听,事件发生的时候会调用 . ...
分类:其他好文   时间:2017-05-23 15:56:41    阅读次数:575
ogg 传输进程启动报错 Missing filename opening checkpoint file.
GGSCI (hosta) 48> view report dpfull *********************************************************************** Oracle GoldenGate Capture for Oracle Vers ...
分类:系统相关   时间:2017-05-21 19:45:04    阅读次数:719
HTML DOM addEventListener() 方法
HTML DOM addEventListener() 方法 ...
分类:Web程序   时间:2017-05-19 15:40:12    阅读次数:256
试用bus hound来分析STM32CubeMX来生成USB_HID_Mouse工程
1 Bus Hound 6.01 capture on Windows Vista Service Pack 1 (x64). Complements of www.perisoft.net 2 3 STM32_HID_mouse 4 5 Device - Device ID (followed b ...
分类:其他好文   时间:2017-05-18 16:47:45    阅读次数:970
shell编程(二)
Shell echo命令 echo是Shell的一个内部指令,用于在屏幕上打印出指定的字符串。可以使用echo实现更复杂的输出格式控制。 显示转义字符 显示变量 如果变量与其它字符相连的话,需要使用大括号({ }): 显示换行 显示不换行 显示结果重定向至文件 原样输出字符串 若需要原样输出字符串( ...
分类:系统相关   时间:2017-05-17 22:16:43    阅读次数:233
Oozie workflow工作流action间参数传递实现
假设workflow里有两个action节点,shell和hive,hive需要用到shell节点里的值,shell脚本如下 hive节点需传入day这个参数。需要用到shell节点里<capture-output/>这个属性,如下 <action name="shell-118a "> <shel ...
分类:其他好文   时间:2017-05-14 16:10:21    阅读次数:308
BottomSheets源码解析
原文地址:https://github.com/android-cjj/BottomSheets https://github.com/android-cjj/SourceAnalysis 如果使用上遇到坑,点击链接加入群【GitHub小伙伴交流群'''】:http://jq.qq.com/?_wv ...
分类:其他好文   时间:2017-05-12 17:24:42    阅读次数:323
js中实现事件代理
var count = 10; for(var i = count;i--;){ var div = document.createElement('div'); div.innerHTML = "test_div"+i; div.className = "test_div"; document.b ...
分类:Web程序   时间:2017-05-10 01:02:53    阅读次数:194
958条   上一页 1 ... 45 46 47 48 49 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!