摘要: Enabling sound over RDP with a Windows Server 2003 virtual machine Virtual Server does not provide sound support out of the box - and in the past I have commented that it is possible to get sound ...
阅读全文
摘要: Project Type Description Project Type Guid Windows (C#) {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Windows (VB.NET) {F184B08F-C81C-45F6-A57F-5ABD9991F28F} Windows (Visual C++) {8BC9CEB8-8B4A-11D0-8D11-00...
阅读全文
摘要: VS2010 Beta2发布了MSDN订阅用户可以下载了.正式版在明年3月22日发布.
阅读全文
摘要: Silverlight3 Tools Download link:Microsoft® Silverlight™ 3 Tools Beta 1 for Visual Studio 2008 SP1
阅读全文
摘要: 转帖自 http://blogs.msdn.com/tims/archive/2009/01/12/the-bumper-list-of-windows-7-secrets.aspx It’s great to see Windows 7 Beta finally released to the world! We're very proud of what has been acco...
阅读全文
摘要: 从MSDN的Blog看到的:http://blogs.msdn.com/rohant/archive/2008/04/30/free-windows-mobile-remote-control-software-and-screen-capture-tool.aspx免费的Windows Mobile远程遥控软件, 试了一下确实不错。 View your mobile screen on your...
阅读全文
摘要: Silverlight 2.0 Beta 1 今天发布了。从 ScottGu的教程中我们知道,Silverlight的发布非常简单,只需要一个.xap文件,然后在HTML中嵌入相关的Tag即可。要宿主和运行一个Silverlight 2 应用,你可以把<object>标签加到任何标准的HTML页面中(不需要JavaScript )并将其指向 .xap 文件。Silverlight然后就...
阅读全文
摘要: 今天遇到一个问题,我试图使用javascript创建一个Table,希望生成的HTML如下<table cellpadding="0px" cellspacing="0px" > ...</table>我使用了如下代码:var _tableRoot = document.createElement("table");_tableRoot.setAttribute("cell...
阅读全文
摘要: 转帖自朋友的Blog:http://www.zhangsichu.com/blogview.asp?Content_Id=104跨站点脚本攻击在Web开发中是个非常敏感的安全问题。跨站点脚本攻击(XSS)FAQ 这篇文章 http://tech.idv2.com/2006/08/30/xss-faq/ 讲述了跨站点脚本攻击的常见情况。下面摘引自原文部分章节:--------------------...
阅读全文
摘要: 今天在学习JavaScript时,遇到一个问题:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" >...
阅读全文