摘要: using System;using System.Collections.Generic;using System.Text;using System.Collections.Generic;/// <summary>/// 功能描述:类GetRandomPassword为了得到随机密码 /// </summary>public class GetRandom{ public GetRandom() { } /// <summary> /// 返回指定位数的随机数 /// </summary> /// <param name=" 阅读全文
posted @ 2013-05-27 18:05 乡土的味道 阅读(239) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.IO;using System.Data.OleDb;using Excel = Microsoft.Office.Interop.Excel;using System.Reflection;using System.Collections;namespace ConSystemComponent.DataAccess{ public class ExcelOpera.. 阅读全文
posted @ 2013-05-27 18:04 乡土的味道 阅读(225) 评论(0) 推荐(0) 编辑
摘要: public static string MMSTxtQuickMark = System.Configuration.ConfigurationManager.AppSettings["MMSTxtQuickMark"];/// <summary> /// 向文件夹TXT写入文字 /// </summary> /// <param name="msg"></param> private void TestAppend(string msg) { string path = MMSTxtQuickMar.. 阅读全文
posted @ 2013-05-27 18:03 乡土的味道 阅读(315) 评论(0) 推荐(0) 编辑