摘要: 1、HTML部分代码 <div id="dateValue_div" class="easyui-dialog"> <div> <form id="dateValue_form" enctype="multipart/form-data"> <table id="dateChooseValue_ta 阅读全文
posted @ 2016-05-30 14:06 动感回旋踢 阅读(812) 评论(6) 推荐(0) 编辑
摘要: (一)一列或几列的单独合并 js代码如下: function mergeCellsByField(tableId, colList) { var colArray = colList.split(","); var tTable = $("#" + tableId); var tableRowCnt 阅读全文
posted @ 2016-04-29 14:10 动感回旋踢 阅读(908) 评论(0) 推荐(0) 编辑
摘要: 1、UserLogin.ascx.cs using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.We 阅读全文
posted @ 2016-02-26 16:33 动感回旋踢 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 在设置cookie时,如果存入cookie中的内容为中文,则读取后变成乱码,英文或者数字不存在这种问题。解决办法是不直接存取,而是采用编码的方法进行存取。 1、设置cookie public void setCookies() { HttpCookie ck = new HttpCookie("ck 阅读全文
posted @ 2016-02-26 16:01 动感回旋踢 阅读(268) 评论(0) 推荐(0) 编辑