上一页 1 ··· 8 9 10 11 12 13 下一页
  2005年12月2日
摘要: 1using System; 2using System.Drawing; 3using System.Collections; 4using System.ComponentModel; 5using System.Windows.Forms; 6using System.Data; 7using System.Runtime.InteropServices; 8 9name... 阅读全文
posted @ 2005-12-02 12:10 kuning的程序博客 阅读(491) 评论(0) 推荐(0)
摘要: 1using System; 2using System.Management; 3 4class Sample_MethodDataEnumerator 5{ 6 public static int Main(string[] args) 7 { 8 ManagementClass diskClass = new ManagementClass("win32_lo... 阅读全文
posted @ 2005-12-02 12:06 kuning的程序博客 阅读(485) 评论(0) 推荐(0)
摘要: 1exec master..xp_cmdshell 'net use f: \\mrfu\carBackup "" /user:mrfu\administrator' 2 3 4/**//*--说明: 5这句是强制建立映射 6f: 是映射网络路径对应本机的盘符,与下面的备份对应 7\\mrfu\carBackup 是要映射的网络... 阅读全文
posted @ 2005-12-02 12:01 kuning的程序博客 阅读(356) 评论(0) 推荐(0)
摘要: 已经建立webservice:http:// webs异步调用.servervice1.asmx [STAThread] static void Main() { Application.Run(new Form1()); } private void Form1_Load(object sender, System.... 阅读全文
posted @ 2005-12-02 11:54 kuning的程序博客 阅读(740) 评论(0) 推荐(0)
摘要: [STAThread] static void Main() { Form1 f1=new Form1(); f1.Hide(); Application.Run(f1); } private void Form1_Load(object sender, System... 阅读全文
posted @ 2005-12-02 11:44 kuning的程序博客 阅读(259) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 下一页