(此文章同时发表在本人微信公众号"dotNET每日精华文章",欢迎右边二维码来关注.) 题记:曾经在Windows Phone上想开发一个支持多种格式的媒体播放器是比较困难的一件事情,因为无法利用FFmpege这样的开源库.不过现在好了,微软提供了一个开源的FFmpegInterop解决了此问题. 由于WinRT和Windows Phone平台的限制,在上面的APP只能播放内置多媒体播放器支持的几种格式(比如WMV,MP4等),虽然这些格式还是能满足大部分情况.不过如果你打算开发一款格…
在visual studio 2010中调用ffmpeg http://blog.sina.com.cn/s/blog_4178f4bf01018wqh.html Windows下使用Visual Studio 2010编译ffmpeg全过程 http://www.tuicool.com/articles/aiueai ffmpeg是一个开源的多媒体库,使用非常广泛. 在linux下编译ffmpeg非常简单,而在windows下编译就不是那么容易了.一般在windows下使用MinGW的gcc…
Installing the .NET Framework 3.5 on Windows 8, Windows 8.1 and Windows 10 .NET Framework (current version)   .NET Framework 是在 Windows 上运行的多个应用程序不可缺少的一部分,并且对这些应用程序运行发挥着同样的功能. 对开发人员而言,.NET Framework 提供了一个用于构建应用程序的一致的编程模型. 如果你使用的是 Windows 操作系统,则你的计算机上…
用C#创建Windows服务(Windows Services) 学习:  第一步:创建服务框架 创建一个新的 Windows 服务项目,可以从Visual C# 工程中选取 Windows 服务(Windows Service)选项,给工程一个新文件名 ,然后点击 确定.现在项目中有个Service1.cs类: 查看其各属性的含意是: Autolog                 是否自动写入系统的日志文件         CanHandlePowerEvent     服务时候接受电源事件…
来源:https://msdn.microsoft.com/en-us/library/windows/desktop/aa366778(v=vs.85).aspx Limits on memory and address space vary by platform, operating system, and by whether the IMAGE_FILE_LARGE_ADDRESS_AWARE value of the LOADED_IMAGEstructure and 4-gigab…
    UnlikeWinXP, VISTA, Windows2000, Windows Nt and Win98,Windows 7 / Windows 8 / Windows 10 select '/'  as the default seperator character between short date. Although the former windows OS chooses '-'as the default setting. Iam very sorry to inform…
转自:https://support.microsoft.com/en-us/help/2696547/detect-enable-disable-smbv1-smbv2-smbv3-in-windows-and-windows-server Summary This article describes how to enable and disable Server Message Block (SMB) version 1 (SMBv1), SMB version 2 (SMBv2), an…
Memory Limits for Windows and Windows Server Releases This topic describes the memory limits for supported Windows and Windows Server releases. Memory and Address Space Limits Physical Memory Limits: Windows 10 Physical Memory Limits: Windows 8 Physi…
C#创建Windows服务(Windows Services) Windows服务在Visual Studio 以前的版本中叫NT服务,在VS.net启用了新的名称.用Visual C# 创建Windows服务不是一件困难的事,本文就将指导你一步一步创建一个Windows服务并使用它.这个服务在启动和停止时,向一个文本文件中写入一些文字信息. C#创建Windows服务第一步:创建服务框架 要创建一个新的 Windows 服务,可以从Visual C# 工程中选取 Windows 服务(Wind…
The latest version of Windows is Windows Sandbox by Surur @mspoweruser Dec 19, 2018 at 1:40 GMT As has been rumoured earlier, Microsoft has now confirmed a new Windows 10 feature called Windows Sandbox.  Windows Sandbox is a new lightweight desktop e…