10 2014 档案

摘要:首先引用ThoughtWorks.QRCode.dll代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;using ThoughtWork... 阅读全文
posted @ 2014-10-28 11:37 0611163 阅读(670) 评论(0) 推荐(0)
摘要:代码:1、AES加密类using System;using System.IO;using System.Security.Cryptography;using System.Text;namespace Utils{ /// /// AES加密解密 /// public... 阅读全文
posted @ 2014-10-17 08:53 0611163 阅读(572) 评论(0) 推荐(2)
摘要:代码(该AES加密解密代码可以和Java互通): using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace Utils { /// <summary> /// AES 阅读全文
posted @ 2014-10-16 14:36 0611163 阅读(516) 评论(0) 推荐(0)
摘要:代码:/// /// 分类检索 查询selectname/// public static DataTable GetSelectName_FLJS(string thing_type_id, string men_id, string gang_id, string mu_id, string k... 阅读全文
posted @ 2014-10-13 14:53 0611163 阅读(1866) 评论(0) 推荐(0)
摘要:代码:using System.Data;using System.IO;using NPOI.HSSF.UserModel;using NPOI.SS.UserModel;namespace ahwildlife.Utils{ /// /// Excel工具类 /// 利用NP... 阅读全文
posted @ 2014-10-13 14:28 0611163 阅读(882) 评论(3) 推荐(0)
摘要:1、跨线程访问控件委托和类的定义using System;using System.Windows.Forms;namespace ahwildlife.Utils{ /// /// 跨线程访问控件的委托 /// public delegate void InvokeDe... 阅读全文
posted @ 2014-10-13 14:04 0611163 阅读(634) 评论(0) 推荐(0)