摘要:
1.在开始->运行里面输入servermanager.msc2.在服务管理器中选择功能->添加功能->无线Lan服务,然后就一路“下一步就可以了”。如下图:原因是windows 2008本是为服务器设计的系统,自然不会主动把无线服务安装,即使你安装了硬件的无线驱动程序,而且设备管理器中也显示无线驱动正常,但就是找不到无线网络,那么肯定就是windows 2... 阅读全文
摘要:
本文通过一个实例来介绍怎样使用UI Automation实现软件的自动化测试。
阅读全文
摘要:
在构造方法中加上如下代码 public Form1(){ InitializeComponent(); SetStyle(ControlStyles.UserPaint, true); SetStyle(ControlStyles.AllPaintingInWmPaint, true); // 禁止擦除背景. SetStyle(ControlStyles.DoubleBuffer, true); ... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { public event EventHandler evt; static void Main(string[] args) { Progra... 阅读全文
摘要:
1.在扩展硬盘之前,请确保物理硬盘有足够的空间以供扩展。2.关闭所有虚拟机,推出所以虚拟机程序。3.在DOS下将目录定位到你的虚拟机的安装目录,如:C:"Program Files"VMware"VMware Workstation。4.运行vmware-vdiskmanager.exe。 以下为vmware扩展硬盘分区的方法。vmware安装目录下vmware-vdiskmanager.exe在... 阅读全文
摘要:
Implement and Call a Custom Extension MethodAuthor Kaden Kang 康翌2009-5-14How to Implement a Custom Extension Method1. Define a static class to contain the extension method.2. Create a static Method.3.... 阅读全文
摘要:
从对算法的质量来理解程序 阅读全文
摘要:
In the modern times, there are a large number of websites on the internet, including static websites and dynamic websites. As we all know, the static websites have higher performance than the dynamic ... 阅读全文
摘要:
比尔·盖茨在哈佛大学毕业典礼上的演讲2007年6月7日President Bok, former President Rudenstine, incoming President Faust, members of the Harvard Corporation and the Board of Overseers, members of the faculty, parents, and esp... 阅读全文
摘要:
There will be setbacks and false starts. There are many who won’t agree with every decision or policy I make as president. And we know the government can’t solve every problem. But I will always be ho... 阅读全文