随笔分类 - Silverlight
摘要:首先Smooth Streaming是啥?参见介绍:http://www.microsoft.com/silverlight/smoothstreaming/http://www.iis.net/download/SmoothStreaminghttp://learn.iis.net/page.aspx/626/smooth-streaming-technical-overview/1,安装IIS Media Services要IIS支持Live Smooth,需要安装IIS Media Services安装方式有两种:Web Platform Installer直接下载安装包(MSI)1.1
阅读全文
摘要:突然想在WP上用MD5 ,c#的MD5方法在SL下是不能用的额搜索下MSDN,找到解决方法:http://archive.msdn.microsoft.com/SilverlightMD5下载那两个类添加到工程中,然后添加代码: 1: protected string GetMD5Hash(string input) 2: { 3: byte[] bs = System.Text.Encoding.UTF8.GetBytes(input); 4: MD5Managed md5 = new MD5Managed(); 5: byte[] hash = ...
阅读全文
摘要:前几天看园子有篇文章介绍Visual Studio Async觉得不错想试试效果,上MS网站下载安装包装下地址:http://www.microsoft.com/download/en/details.aspx?id=9983(可以在wp7上用的哦)OverviewThe original Async CTP from PDC 10 brought asynchronous programming to C# and Visual Basic in Visual Studio 2010. This refresh introduces the following:Compatible with
阅读全文
摘要:微软宣布 2010 年 12 月 2 日将会举办由微软企业副总裁 Scott Guthrie 主旨演讲的 Silverlight Firestarter 发布会,主题为“Silverlight 的未来”。 Keynote Starts December 2, 2010 at 9:00 pacific timeHear what’s coming next fr...
阅读全文
摘要:http://www.bl.uk/onlinegallery/virtualbooks/index.htmlhttp://msdn.microsoft.com/zh-cn/magazine/cc163368.aspx
阅读全文
摘要:ExpressionStudio_UltimateTrial_zh-Hanshttp://u.115.com/file/f648448247
阅读全文
摘要:PivotViewer控件可在较短时间内载入近千条数据,并将其进行可视化处理,在使用过程中,结合Deep Zoom技术,可以轻松阅览高分辨率的数据内容。看效果图很带劲啊那么就自己动手实验下效果吧首先要收集数据,Pivot 为我们提供了3种收集方法1. Pivot Collection Tool for Microsoft Excel 2. Pivot Collection Tools for th...
阅读全文
摘要:好久没写点东西了 随便画点吧 地址:http://slqq.qq.com:8080/ 腾讯在MIX09上展示的Web版QQ 后来关了一阵 最近好像又打开了 有兴趣的可以试试 感觉速度还行 下午晚上有点慢(当然那个时候我的网络干啥都慢...) 直接上图: 主界面: 登陆中: 登陆后: ...
阅读全文