摘要:
#region ReadMenu(string FilePath)读取配置文档中的信息 /// /// 读取配置文档中的信息 /// /// 网站配置文件 /// 数组长度 /// 对象长度 /// private string ReadMenu(string FilePath) { if (!File.Exists... 阅读全文
摘要:
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{ //... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Text;using System.IO;using InsApp.log4; namespace InsApp.word{ /// /// 对文件和文件夹的操作 /// public class FileClass : CreateCode {... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Text.RegularExpressions;using System.Text; namespace InsApp.word{ /// /// string CreateRandomCode(int codeCount) 根据长度生成随机的数字和字母 //... 阅读全文