LINQ(Language Integrated Query)即语言集成查询。它是一种语言特性和API,使得你可以使用统一的方式编写各种查询,查询的对象包括xml、对象集合、SqlServer数据库等。1、LINQ To Object 负责对象的查询2、LINQ ToXML 负责对XML的查询3、....
分类:
其他好文 时间:
2014-11-05 00:06:15
阅读次数:
207
首先是dapm是什么?就是音频电源动态管理。相信电源管理大家都不会陌生。dapm设计的目的就是只有需要时才打开必要的部件
(widget),不需要时则关闭部件, 达到省电的目的。ALSA通过kcontrol来切换音频通道,当playback或者capture时会更新通道激活下
的widget power,这个是由内核event统一完成的,无须上层干预。
widget
定义widget
s...
分类:
系统相关 时间:
2014-11-04 22:51:35
阅读次数:
881
1,录音功能
navigator.device.capture.captureAudio(
function(files){//成功回调函数
Ext.getCmp("video_files_mainview").config.param.sourceobj.startUpload(files[0].ful...
分类:
其他好文 时间:
2014-11-04 19:45:38
阅读次数:
163
Name "capture"
OutFile "capture.exe"
InstallDir "$PROGRAMFILES\capture"
Page directory
Page INSTFILES
UninstPage uninstConfirm
UninstPage instfiles
Var remote_zip_file
Var local_zip_file
Sect...
分类:
其他好文 时间:
2014-11-04 13:09:55
阅读次数:
263
我们先来分析一下原因:这里引用一段话:对于不少视频播放软件来说,他们都是使用 direct show 来快速显示视频的,这种视频画面,一般的 screen capture 是无法截取的,只能通过一个 hook 来实现对 layer 层的截取,而且效果非常差,对于一个 24ps 的视频,占用 cpu 非常高. (kmp,smplayer,qvod,qq影音都使用 driect show. 但非常奇...
分类:
其他好文 时间:
2014-11-04 13:09:16
阅读次数:
200
@echo off adb remount adb shell rm -r /data/local/tcpdump adb push tcpdump /data/local/tcpdump adb shell chmod 6755 /data/local/tcpdump adb shell rm -r /sdcard/capture.pcap echo "抓包结束后可以按c...
分类:
其他好文 时间:
2014-11-03 17:53:56
阅读次数:
232
In most cases you will need root permission to be able to capture packets on an interface. Using tcpdump (with root) to capture the packets and saving...
分类:
其他好文 时间:
2014-11-03 14:29:58
阅读次数:
355
(1)camera link(2)capture link(3)两者区别(1)camera link 走的是isp iss link采集的得到的数据,适用于ipnc 框架(2)capture link 走的是vpss 里面的vip0 a,b vip1 a,b。适用于dvr,底层内核驱动是v4l2,在...
分类:
其他好文 时间:
2014-10-30 22:25:29
阅读次数:
330
处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表发布时间:2014/1/29 点击数:621IIS上部署MVC网站,打开后ExtensionlessUrlHandler-Integrated-4.0解决办法IIS上部署MVC网站,打开后Extens...
分类:
Web程序 时间:
2014-10-29 09:06:13
阅读次数:
238
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-10-27 06:55:21
阅读次数:
213