摘要: 注意添加引用:System.Configuration; using System; using System.Collections.Generic; using System.Text; using System.Configuration; namespace DotNet.Utilities 阅读全文
posted @ 2017-06-20 15:57 哈哈哈嗝 阅读(1107) 评论(0) 推荐(1) 编辑
摘要: using System.Collections; using System.Text.RegularExpressions; namespace DotNet.Utilities { public class BarCodeToHTML { public static string get39(s 阅读全文
posted @ 2017-06-20 15:17 哈哈哈嗝 阅读(901) 评论(0) 推荐(2) 编辑
摘要: 一、SQL Server 相关 1 /// <summary> 2 /// 数据库的通用访问代码 3 /// 此类为抽象类, 4 /// 不允许实例化,在应用时直接调用即可 5 /// </summary> 6 public abstract class SqlHelper 7 { 8 /// <s 阅读全文
posted @ 2017-06-20 15:03 哈哈哈嗝 阅读(1785) 评论(0) 推荐(1) 编辑