摘要:
using System;using System.Security.Cryptography; using System.Text;namespace Maticsoft.Common.DEncrypt{/// <summary>/// DES加密/解密类。 /// Copyright (C) Maticsoft/// </summary>public class DESEncrypt{public DESEncrypt(){}#region ========加密======== /// <summary> /// 加密 /// </summary& 阅读全文
摘要:
声明:private Point mouseOffset; //记录鼠标指针的坐标 private bool isMouseDown = false; //记录鼠标按键是否按下 调用 : BLL.BitmapRegion.CreateControlRegion(this, new Bitmap(Ap 阅读全文
摘要:
using System;using System.Data;using System.Configuration;using System.Web;using System.IO;using ICSharpCode.SharpZipLib.BZip2;using System.Text; name 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Text;using System.Reflection.Emit;using System.Reflection;using System.Data; namespace Comm 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Text;using Microsoft.Win32; namespace Common{ /// <summary> /// 注册表操作类 /// /// 主要包括以下操作: // 阅读全文