摘要:using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Text; namespace E
阅读全文
10 2022 档案
摘要:using System; using System.IO; using System.Text; namespace ZB.QueueSys.Common { public class LogHelper { //private static LogHelper instance; //publi
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ZB.QueueSys.Common { public class DateTimeHelper { //定
阅读全文
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Reflection; using S
阅读全文
摘要:using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; namespace ZB.QueueSys.Common { public class MouseHelper { //定义
阅读全文
摘要:using System; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Net; using System.Text; namespace ZB.QueueSys.Common {
阅读全文
摘要:using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Text; namespace Z
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tas
阅读全文
摘要:using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace ZB.QueueSys.Comm
阅读全文
摘要:using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; namespace ZB.QueueSys.Common { public
阅读全文
摘要:using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; namespace ZB.QueueSys.Common
阅读全文
摘要:using Microsoft.Win32; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Z
阅读全文
摘要:using System; using System.Collections.Generic; namespace MEAS.Common { public class TimeHelper { //定义一个用于保存静态变量的实例 private static TimeHelper instance
阅读全文
摘要:using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using iTextSharp.
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MEAS.Common { public class DesensitizationHelper { //定
阅读全文
摘要:using System; using System.Configuration; namespace EncryptTool { /// <summary> /// 用于XML操作 /// </summary> public class ConfigurationHelper { //定义一个用于
阅读全文
摘要:using System.ComponentModel; using System.Reflection; namespace MEAS.Common { public class EnumHelper { //定义一个用于保存静态变量的实例 private static EnumHelper in
阅读全文
摘要:using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace MEAS.Common { public class JsonHelper { private static JsonHelper _jsonHelper = new
阅读全文
摘要:第一步:新增帮助类库,即动态库,具体实现如下 using log4net; using log4net.Appender; using log4net.Config; using log4net.Layout; using log4net.Repository.Hierarchy; using Sy
阅读全文