摘要: 21分钟MySQL 入门教程:http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html 菜鸟教程:http://www.runoob.com/mysql/mysql-order-by.html 阅读全文
posted @ 2016-05-20 10:53 三人之行,必有我师 阅读(154) 评论(0) 推荐(0) 编辑
摘要: namespace MvcApplication1 { public class MvcApplication : System.Web.HttpApplication { protected void Application_Start() { AreaRegistration.RegisterA 阅读全文
posted @ 2016-05-10 13:52 三人之行,必有我师 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 转载别人的,用于以后学习。import java.util.TimerTask; /** * 执行内容 * @author admin_Hzw * */ public class Task extends TimerTask { public void run() { System.out.prin 阅读全文
posted @ 2016-05-10 11:29 三人之行,必有我师 阅读(927) 评论(0) 推荐(0) 编辑
摘要: HttpServletRequest对象(一): http://www.cnblogs.com/xdp-gacl/p/3798347.html HttpServletResponse对象(一) : http://www.cnblogs.com/xdp-gacl/p/3789624.html 阅读全文
posted @ 2016-05-10 11:00 三人之行,必有我师 阅读(129) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/xcy13638760/article/details/12994923 http://www.cnblogs.com/armyfai/p/3985660.html 阅读全文
posted @ 2016-05-05 09:21 三人之行,必有我师 阅读(168) 评论(0) 推荐(0) 编辑
摘要: [HttpPost] public ActionResult Setmobile() { string text = "<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>"; 根据需要的数据拼xml数据 string postData = 阅读全文
posted @ 2016-04-01 16:56 三人之行,必有我师 阅读(413) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> $(function () { $("#submitBtu").bind("click", function () { submitData(); }) }) function submitData() { var stuName = 阅读全文
posted @ 2016-04-01 16:47 三人之行,必有我师 阅读(286) 评论(0) 推荐(0) 编辑
摘要: /** * EasyUI DataGrid根据字段动态合并单元格 * @param fldList 要合并table的id * @param fldList 要合并的列,用逗号分隔(例如:"name,department,office"); */ function MergeCells(tableI 阅读全文
posted @ 2016-04-01 11:14 三人之行,必有我师 阅读(255) 评论(0) 推荐(0) 编辑
摘要: mergeGridColCells($(this),"AdminType"); function mergeGridColCells(grid,rowFildName) { var rows=grid.datagrid('getRows' ); //alert(rows.length); //ale 阅读全文
posted @ 2016-04-01 10:46 三人之行,必有我师 阅读(292) 评论(1) 推荐(0) 编辑
摘要: 实例: DataTable data = new DataTable(); data.Columns.Add("schoolid", Type.GetType("System.Int32")); data.Columns.Add("ccid", Type.GetType("System.Int32" 阅读全文
posted @ 2016-03-20 09:49 三人之行,必有我师 阅读(515) 评论(0) 推荐(0) 编辑