摘要: #region ReadMenu(string FilePath)读取配置文档中的信息 /// /// 读取配置文档中的信息 /// /// 网站配置文件 /// 数组长度 /// 对象长度 /// private string ReadMenu(string FilePath) { if (!File.Exists... 阅读全文
posted @ 2007-05-28 17:04 世之云枭 阅读(179) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.OleDb;using InsApp.word;using InsApp.log4; namespace InsApp.Linkdata{ //... 阅读全文
posted @ 2007-05-28 15:41 世之云枭 阅读(178) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Data; namespace InsApp.log4{ public class LogUtil { private static readonly log4net.ILog Log = log4net.LogMana... 阅读全文
posted @ 2007-05-28 15:28 世之云枭 阅读(243) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Xml;using System.IO;using System.Net;using System.Web;using InsApp.word; namespace InsApp.WebSearch{ public class ReadW... 阅读全文
posted @ 2007-05-28 15:27 世之云枭 阅读(178) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;using InsApp.log4; namespace InsApp.word{ /// /// 对文件和文件夹的操作 /// public class FileClass : CreateCode {... 阅读全文
posted @ 2007-05-28 15:25 世之云枭 阅读(335) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text.RegularExpressions;using System.Text; namespace InsApp.word{ /// /// string CreateRandomCode(int codeCount) 根据长度生成随机的数字和字母 //... 阅读全文
posted @ 2007-05-28 15:23 世之云枭 阅读(382) 评论(0) 推荐(0) 编辑