摘要: using System;using System.Collections.Generic;using System.Collections;using System.Linq;using System.Text;using System.IO;namespace BackUp{ /// <summary> /// 对本地备份操作 /// </summary> public... 阅读全文
posted @ 2010-03-06 11:22 会游泳dě鱼 阅读(265) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespac... 阅读全文
posted @ 2010-03-06 11:22 会游泳dě鱼 阅读(269) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace BackUp{ public class IniFile { ////声明读写INI文件的API函数 [DllImport("kernel3... 阅读全文
posted @ 2010-03-06 11:21 会游泳dě鱼 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 系统日志using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace BackUp{ public class Logs { private StreamWriter swWrite = null;//写文件 private string log... 阅读全文
posted @ 2010-03-06 11:20 会游泳dě鱼 阅读(175) 评论(0) 推荐(0) 编辑