摘要: 实现如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ public class Number { public str... 阅读全文
posted @ 2014-08-14 00:28 wolf child 阅读(270) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2014-08-06 06:35 wolf child 阅读(133) 评论(0) 推荐(0) 编辑
摘要: create database XjhDemogouse XjhDemogo--商品类别Create table Sort( SortId int primary key identity(1,1),--类别Id SortFatherId int foreign key references Sor... 阅读全文
posted @ 2014-08-06 06:32 wolf child 阅读(5464) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;/// ///SortInfoManager 的摘要说明/// public class SortInfoManager{ publ... 阅读全文
posted @ 2014-08-06 06:26 wolf child 阅读(264) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data;using System.Data.SqlClient;/// ///SortInfo 的摘要说明//... 阅读全文
posted @ 2014-08-06 06:25 wolf child 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 核对订单信息 ... 阅读全文
posted @ 2014-08-03 23:41 wolf child 阅读(552) 评论(0) 推荐(0) 编辑
摘要: function createXmlHttp() { if (typeof XMLHttpRequest != "undefined") { return new XMLHttpRequest(); } else if (window.ActiveXOb... 阅读全文
posted @ 2014-08-03 23:40 wolf child 阅读(205) 评论(0) 推荐(0) 编辑
摘要: //代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Newtons... 阅读全文
posted @ 2014-08-03 23:34 wolf child 阅读(299) 评论(0) 推荐(0) 编辑
摘要: #region 添加购物车 public void GetShoppingCart(int skuId, int quanlity) { HttpCookie cookie = HttpContext.Current.Request.Cookies["myCart"];//获取coo... 阅读全文
posted @ 2014-08-03 17:18 wolf child 阅读(761) 评论(1) 推荐(1) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data;using System.Data.SqlClient;using System.Configurat... 阅读全文
posted @ 2014-07-30 23:01 wolf child 阅读(143) 评论(0) 推荐(0) 编辑