摘要:
1. CSS 重置 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legen... 阅读全文
摘要:
using System;using System.Data;using System.Data.SqlClient;using System.Configuration;/// <summary>/// 2013年6月10日 10:27:52/// </summary>public class SqlHelperXhf{ #region 初始化参数 public SqlConnection myConn public SqlConnection myConn = null; #endregion #region 构造函数 SqlHelperXhf() pub... 阅读全文