码迷,mamicode.com
首页 >  
搜索关键字:mic    ( 18625个结果
关于异常Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
原文:关于异常Microsoft.CSharp.RuntimeBinder.RuntimeBinderException关于Microsoft.CSharp.RuntimeBinder.RuntimeBinderException的异常一般来自于两种,第一种:Predefined type 'Mic...
分类:其他好文   时间:2015-09-21 12:00:29    阅读次数:651
android多媒体——6步学会MediaRecorder录音
MediaRecorder即录音 要想使用首先查看API,可以看到MediaRecorder的生命周期 API不仅给了生命周期图,还有例子如下MediaRecorder recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC); recorder.setOutputFormat...
分类:移动开发   时间:2015-09-20 10:32:51    阅读次数:288
Async/Await - Best Practices in Asynchronous Programming
原文:https://msdn.microsoft.com/en-us/magazine/jj991977.aspx These days there’s a wealth of information about the new async and await support in the Mic...
分类:其他好文   时间:2015-09-16 20:00:44    阅读次数:195
C#操作office进行Excel图表创建,保存本地,word获取
1,新建C#控制台应用程序(Excel创建图表)using System;using System.Collections.Generic;using System.Linq;using System.Text;//解决方案中 添加引用 Execl(COM组件)using MSExcel = Mic...
分类:Windows程序   时间:2015-09-09 11:23:13    阅读次数:549
asp.net mvc 依赖缓存启动项配置
msdn 参考地址:https://msdn.microsoft.com/zh-cn/library/ms2298624.5第一步:32bit%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regsql.exe 64bit%windir%\Mic...
分类:Web程序   时间:2015-09-04 14:03:05    阅读次数:194
JDBC五大步骤
1.//加载驱动程序类 2.//建立连接 3.//发送诉求 4.//获取结果 5.//关闭这里用的加载方式需要导入sqljdbc4.jar包(sql server 2008版)Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");之后就是注册:DriverManager.registerDriver(new com.mic...
分类:数据库   时间:2015-08-21 13:34:26    阅读次数:309
webrtc开发中,音频实时对讲采集的问题(ios mic mute)
需求是这样的,在音视频出来后,在按住一个按钮的时候,进行音频传输,按钮松开的时候,不进行音频传输。 代码如下: 1、先在micbtn上绑定两个方法:     [self.micBtn addTarget:self action:@selector(onMicBtnDown) forControlEvents:UIControlEventTouchDown];     [self....
分类:移动开发   时间:2015-08-04 19:18:59    阅读次数:184
SignalR实时聊天功能
使用vs2013新建一个空的asp.net 工程添加SignalR集线器类MyHub.cs 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using Mic...
分类:其他好文   时间:2015-08-04 01:59:44    阅读次数:204
Powershell查看SSAS Cube占用磁盘空间
以下是用powershell查看Cube占用磁盘空间大小的方式。可以编译成函数也可以直接把参数改成需要的服务器名称。 Param($ServerName="SERVERNAME") $loadInfo = [Reflection.Assembly]::LoadWithPartialName("Mic...
分类:系统相关   时间:2015-07-17 00:06:26    阅读次数:309
asp.net程序集冲突解决笔记(未能加载文件或程序集"XXXXXXXXX")
先来看张截图。(未能加载文件或程序集”System.Web.Razor“)先说一下我的情况。(扯蛋的,解决方法还在下面 —> _ < )这是 ASP.NET MVC 的东西。老大写了一个Razor解析(以下叫 “BBRazor“ ),然后通过Nuget进行管理这个包,这个 BBRazor 依赖Mic...
分类:Web程序   时间:2015-07-16 18:19:07    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!