11 2016 档案
摘要:Index jquery-validate表单校验验证 用户名: ...
阅读全文
摘要: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)...
阅读全文
摘要:Jquery实现数据双向绑定(赋值和取值) jquery数据双向绑定 姓名 ...
阅读全文
摘要: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...
阅读全文
摘要://jquery.datagrid 扩展加载数据Loading效果 (function (){ $.extend($.fn.datagrid.methods, { //显示遮罩 loading: function(jq){ return j...
阅读全文
摘要:一.WITH AS的含义 WITH AS短语,也叫做子查询部分(subquery factoring),可以让你做很多事情,定义一个SQL片断,该SQL片断会 被整个SQL语句所用到。有的时候,是为了让SQL语句的可读性更高些,也有可能是在UNION ALL的不同部分,作为提供数 据的部分。 特别对于UNION ALL比较有用。因为UNION ALL的每个部分可能相同,但是如果每个部分...
阅读全文
摘要:/*带输入输出参数存储过程*/ 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...
阅读全文
摘要:EasyUI ComboTree示例 using System; using System.Web; using System.Collections.Generic; using Newtonsoft.Js...
阅读全文
摘要:/// /// 反射得到实体类的字段名称和值 /// var dict = GetProperties(model); /// /// 实体类 /// 实例化 /// public static Dictionary GetProperties(T t) { var ret = new Dictionary(); if (t == null) { return null; } Prop...
阅读全文
摘要:EasyUI DataGrid示例 编号 ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Text;using System.Data;using System.Collections;using ...
阅读全文
摘要:public class MessageQueue { #region Private Properties private const string _accessKeyId = ""; private const string _secret...
阅读全文