摘要:
I was working on a series of dialogs that required validation, and since there's a funky validation setup in place, I thought I might build up a nice 阅读全文
摘要:
通常制作一个可以在不同配置电脑上使用的Ghost系统需要使用系统封装软件,该类软件的核心是删除所有设备驱动, 这里自己编写命令行程序删除所有驱动替代系统封装软件 @echo off :: CPU devcon remove ACPI"Processor ::GAME Port devcon remo 阅读全文
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ClrVarCSharp.C13Interface 7 { 8 class Program 9 { 10 pu... 阅读全文