摘要:
闲来无事,写篇博客打发时间。前几日想给WPF的RichTextBox新增上智能感知的功能,搜了一圈没有找到合适的开源代码,于是自己花了点时间搞定了它,小小的扩展了一下RichTextBox,让它有了VS一样的智能感知功能。 阅读全文
摘要:
windows命令行下如何查看磁盘空间大小文章分类:操作系统 查看所有 wmic DiskDrive get Size /value ::查看C盘 wmic LogicalDisk where "Caption='C:'" get FreeSpace,Size /value ::查看D盘 wmic ... 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
保存于C:\Users\CurrentUser\AppData\Local\AppName 阅读全文
摘要:
以下内容来源于网络:宿主机环境:Windows7(其他的只要可以安装VMWare的我认为也都可以)+VM6.0.3分身步骤: 第一步: 在虚拟机文件夹的设备配置文件.vmx里增加下面一行。 usb.generic.allowHID = "TRUE" 第二步: 连接好第二套USB鼠标、键盘设备。 第三步: 进入虚拟机显示属性窗口,依次点击设置--高级--疑难解答窗口,将硬件加速降低一至两格(这是为了能在虚拟机窗口中看到第二套鼠标设备的指针) 第四步: 启动虚拟机,在菜单里选 虚拟机-可移动设备-USB 设备-勾选在虚拟机中使用的键盘、鼠标设备。 阅读全文
摘要:
发布一小工具,火车票余票查询小助手,希望能对十一要买票的同学起到一些作用。请注意,这小工具是windows 7 的一个gadget,所以下载后请在windows7 上解压后双击安装即可。有一些瑕疵,请见谅。拍砖者尽管拍,我今天回家,看不到。/Files/hanxianlong/TicketQuery.zip 阅读全文
摘要:
for /l %i in (1,1,59) do set /p=-x %i.out >>s.txtWith pressing 59 time enter key, you will get a txt file named s.txt in which the content is as below:-x 1.out -x 2.out -x 3.out...-x 59.out 阅读全文