11 2016 档案

摘要:Index jquery-validate表单校验验证 用户名: ... 阅读全文
posted @ 2016-11-30 14:41 深南大道 阅读(253) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Sample2 { class Program { static void Main(string[] args)... 阅读全文
posted @ 2016-11-28 20:19 深南大道 阅读(605) 评论(0) 推荐(1) 编辑
摘要:Jquery实现数据双向绑定(赋值和取值) jquery数据双向绑定 姓名 ... 阅读全文
posted @ 2016-11-25 16:46 深南大道 阅读(513) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Aliyun.OTS; using Aliyun.OTS.DataModel; using Aliyun.OTS.Request; using Aliyun... 阅读全文
posted @ 2016-11-24 15:19 深南大道 阅读(396) 评论(0) 推荐(0) 编辑
摘要://jquery.datagrid 扩展加载数据Loading效果 (function (){ $.extend($.fn.datagrid.methods, { //显示遮罩 loading: function(jq){ return j... 阅读全文
posted @ 2016-11-22 11:50 深南大道 阅读(3550) 评论(0) 推荐(0) 编辑
摘要:一.WITH AS的含义 WITH AS短语,也叫做子查询部分(subquery factoring),可以让你做很多事情,定义一个SQL片断,该SQL片断会 被整个SQL语句所用到。有的时候,是为了让SQL语句的可读性更高些,也有可能是在UNION ALL的不同部分,作为提供数 据的部分。 特别对于UNION ALL比较有用。因为UNION ALL的每个部分可能相同,但是如果每个部分... 阅读全文
posted @ 2016-11-21 16:32 深南大道 阅读(466) 评论(0) 推荐(0) 编辑
摘要:/*带输入输出参数存储过程*/ ALTER PROCEDURE pro_test2 @userID INT, @maxUserID INT OUTPUT, @countUser INT OUTPUT AS BEGIN SELECT * FROM dbo.SY_ADMIN WHERE UserID=@userID --10075 SELECT @maxUser... 阅读全文
posted @ 2016-11-21 14:34 深南大道 阅读(330) 评论(0) 推荐(0) 编辑
摘要:EasyUI ComboTree示例 using System; using System.Web; using System.Collections.Generic; using Newtonsoft.Js... 阅读全文
posted @ 2016-11-19 16:54 深南大道 阅读(275) 评论(0) 推荐(0) 编辑
摘要:/// /// 反射得到实体类的字段名称和值 /// var dict = GetProperties(model); /// /// 实体类 /// 实例化 /// public static Dictionary GetProperties(T t) { var ret = new Dictionary(); if (t == null) { return null; } Prop... 阅读全文
posted @ 2016-11-18 15:54 深南大道 阅读(424) 评论(0) 推荐(0) 编辑
摘要:EasyUI DataGrid示例 编号 ... 阅读全文
posted @ 2016-11-05 17:06 深南大道 阅读(423) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Text;using System.Data;using System.Collections;using ... 阅读全文
posted @ 2016-11-03 10:31 深南大道 阅读(300) 评论(0) 推荐(0) 编辑
摘要:public class MessageQueue { #region Private Properties private const string _accessKeyId = ""; private const string _secret... 阅读全文
posted @ 2016-11-01 11:26 深南大道 阅读(323) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示