随笔 - 175  文章 - 35  评论 - 831 
03 2011 档案
windows命令行下如何查看磁盘空间大小
摘要: windows命令行下如何查看磁盘空间大小 文章分类:操作系统 查看所有 wmic DiskDrive get Size /value ::查看C盘 wmic LogicalDisk where "Caption='C:'" get FreeSpace,Size /value ::查看D盘 wmic LogicalDisk where "Caption='D:'" get FreeSpace,Size /value阅读全文
posted @ 2011-03-24 18:20 韩现龙 阅读(996) | 评论 (0) 编辑
Online Icon Maker
摘要: Use this online tool to easily create a favicon (favorites icon) for your site. A favicon is a small, 16x16 image that is shown inside the browser's location bar and bookmark menu when your site is called up. It is a good way to brand your site and increase it's prominence in your visitor阅读全文
posted @ 2011-03-15 15:56 韩现龙 阅读(63) | 评论 (0) 编辑
Host WCF on IIS 7.5
摘要: here is the solution:step 1: open folder : C:\WINDOWS\Microsoft.Net\Framework\v3.0\Windows Communication Foundationstep 2:run command:ServiceModelReg.exe /i /xstep3:run command:%comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"" x86step 4:run com阅读全文
posted @ 2011-03-08 11:38 韩现龙 阅读(79) | 评论 (0) 编辑
Implementing RelativeSource binding in Silverlight
摘要: February 27th, 2009 by Colin Eberhardt1tweetIn my previous post I demonstrated how an the WPF ElementName style binding can be emulated with Silverlight via an attached behaviour. As a brief recap, the technique involved creating an attached property, which when bound, adds a handler for the element阅读全文
posted @ 2011-03-04 08:32 韩现龙 阅读(187) | 评论 (0) 编辑