上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 48 下一页

2016年4月29日

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RiskVarComputeDescription { class Program { static void Main(string[] ar... 阅读全文
posted @ 2016-04-29 17:28 听哥哥的话 阅读(676) 评论(0) 推荐(0) 编辑

2016年4月1日

摘要: 1.css .datagrid-mask-msg { position: absolute; top: 50%; margin-top: -20px; padding: 12px 5px 10px 30px; width: auto; height: 16px; border-width: 2px; border-style: solid; display... 阅读全文
posted @ 2016-04-01 13:13 听哥哥的话 阅读(448) 评论(0) 推荐(0) 编辑

2016年3月23日

摘要: function doKey(e) { var ev = e || window.event; //获取event对象 var obj = ev.target || ev.srcElement; //获取事件源 var t = obj.type || obj.getAttribute('type'); //获取事件源类型 var readonly =... 阅读全文
posted @ 2016-03-23 16:31 听哥哥的话 阅读(331) 评论(0) 推荐(0) 编辑

2016年3月19日

摘要: select t.limit_dim1_id,t.limit_dim1_value,t.limit_dim2_id,t.limit_dim2_value,t.limit_object_type,t.limit_type from bas_limit_config t; baslimitconfig讲 阅读全文
posted @ 2016-03-19 19:57 听哥哥的话 阅读(134) 评论(0) 推荐(0) 编辑

2016年3月13日

摘要:   阅读全文
posted @ 2016-03-13 14:36 听哥哥的话 阅读(384) 评论(0) 推荐(0) 编辑

2016年2月27日

摘要: 1.按钮点击的时候开始监视进度 var interval = window.setInterval(GlobalControlProcess, 1500); 2.js调用一般处理程序轮询进度 function GlobalControlProcess(){ $.post("/Common/Compu 阅读全文
posted @ 2016-02-27 14:02 听哥哥的话 阅读(235) 评论(0) 推荐(0) 编辑

2016年2月24日

摘要: (function () { //遮罩层实现 zhe zhao ceng kexb 2016.2.24 $.extend($.fn, { mask: function (msg, maskDivClass) { this.unmask(); // 参数 var op = { opacity: 0.8 阅读全文
posted @ 2016-02-24 12:01 听哥哥的话 阅读(478) 评论(0) 推荐(0) 编辑
摘要: 1.Model Student.cs namespace WebApplication14.Models { public class Student { public int Id { get; set; } public string Name { get; set; } public int 阅读全文
posted @ 2016-02-24 06:56 听哥哥的话 阅读(241) 评论(0) 推荐(0) 编辑

2016年2月1日

摘要: 1.前台代码 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication10.WebForm1" %> <!DOCTYPE html> <html xmlns 阅读全文
posted @ 2016-02-01 22:17 听哥哥的话 阅读(1404) 评论(0) 推荐(0) 编辑

2016年1月31日

摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication9.WebForm1" %> <!DOCTYPE html> <html xmlns="http:/ 阅读全文
posted @ 2016-01-31 13:34 听哥哥的话 阅读(659) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 48 下一页

导航