摘要: public void Insert(Customer item) { string sql = @"USE [WXCustomerCard]GOINSERT INTO [dbo].[customer_info] ([customer_id] ,[member_id] ,[grade_id] ,[n 阅读全文
posted @ 2017-08-04 10:47 六月雨 阅读(1105) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><configuration> <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler 阅读全文
posted @ 2017-08-04 10:45 六月雨 阅读(157) 评论(0) 推荐(0) 编辑
摘要: $(document).ready(function () { var current = 1; var over = true; function load() { if (!over) { return; } over = false; $(".loading").show(); $.ajax( 阅读全文
posted @ 2017-08-04 10:27 六月雨 阅读(2550) 评论(1) 推荐(0) 编辑
摘要: //出自http://www.cnblogs.com/ahjesus function ConvertJSONDateToJSDate(jsonDate) { /// <summary> /// json日期格式转换为正常格式 /// </summary> /// <param name="json 阅读全文
posted @ 2017-08-04 10:21 六月雨 阅读(8722) 评论(0) 推荐(0) 编辑
摘要: 写成下面这种方式时,异步加载回来的数据不受JS控制 $(."orderdiv").click(function(){ $(this).find(".orderinfo").slideToggle(); $(this).find("i").slideToggle(); }) 下面这种方式,异步加载回来 阅读全文
posted @ 2017-08-04 10:19 六月雨 阅读(883) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Web;using System.Text;using System.Net.S 阅读全文
posted @ 2017-08-04 10:11 六月雨 阅读(135) 评论(0) 推荐(0) 编辑