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; …… 阅读全文
Jquery Uploadify上传带进度条,且多参数 $(document).ready(function () { $("#pics").hide(); $("#uploadify").uploadify({ 'uploader': …… 阅读全文
JSORDER 案例 案例一:我的菜单(点击菜名即可加入菜单) 红烧豆腐 12元 毛血旺 32元 套餐:京酱肉丝+2米饭 18元 //jsorder配置 $.fn.jsorder.defaults = { staticname: 'jsorder', jsorde …… 阅读全文