随笔分类 - C#
摘要:using System;using System.Collections.Generic;using System.Text;namespace Example0526{ public abstract class Road { public abstract void Start(); } public abstract class AbstractRoadFactory { public a...
阅读全文
摘要:C#后台执行batProcessStartInfo p = new ProcessStartInfo();p.FileName = "C:\\1.bat";p.WindowStyle = ProcessWindowStyle.Hidden;p.ErrorDialog = false;p.CreateNoWindow = true;Process.Start(p);
阅读全文
摘要:如题代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--constintHTLEFT=10;constintHTRIGHT=11;constintHTTOP=12;constintHTTOPLEFT=13;constintHTTOPRIGHT=14;c...
阅读全文
摘要:如题代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<?xmlversion="1.0"encoding="gb2312"?><themeversion="1.0"><WindowminWidth="205"minHe...
阅读全文
摘要:如题代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<?xmlversion="1.0"encoding="utf-8"?><ThemeName="深海幽蓝"Version="2.0"><MainWindow>&...
阅读全文

浙公网安备 33010602011771号