Sql语句构造类,多字段新增或修改时,拼装sql语句比较方便
using System;using System.Collections.Generic;using System.Text;namespace MSCL{ #region 使用示例 /* List ftvlist = new List(); ftvlist.Add(new Ftv("ErrorDetail", "这是个错误")); …… 阅读全文
using System;using System.Collections.Generic;using System.Text;namespace MSCL{ #region 使用示例 /* List ftvlist = new List(); ftvlist.Add(new Ftv("ErrorDetail", "这是个错误")); …… 阅读全文
商品分类 using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data; …… 阅读全文
jQueryAjaxJson取值示例 $(function () { jsonAjax("AjaxQuery.aspx", "type=json", "json", callBack); jsonAjax("AjaxQuery.aspx", "id=1&name=2&type=text", " …… 阅读全文
生成二维码 请输入内容: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System …… 阅读全文
Lodop打印 function CheckIsInstall() { try { var LODOP = getLodop(document.getElementById('LODOP_OB'), document.getElementById('LODOP_ …… 阅读全文
using System;using System.Web;using ThoughtWorks.QRCode.Codec;using ThoughtWorks.QRCode.Codec.Data;using ThoughtWorks.QRCode.Codec.Util;using System.IO;using System.Text;using System.Drawing; …… 阅读全文