02 2016 档案

进度参考代码
摘要:1.按钮点击的时候开始监视进度 var interval = window.setInterval(GlobalControlProcess, 1500); 2.js调用一般处理程序轮询进度 function GlobalControlProcess(){ $.post("/Common/Compu 阅读全文

posted @ 2016-02-27 14:02 听哥哥的话 阅读(241) 评论(0) 推荐(0)

jquery遮罩层
摘要:(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 听哥哥的话 阅读(488) 评论(0) 推荐(0)

符合mvc思维的分页思想
摘要: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 听哥哥的话 阅读(247) 评论(0) 推荐(0)

jquery表单数据反序列化为字典
摘要:1.前台代码 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication10.WebForm1" %> <!DOCTYPE html> <html xmlns 阅读全文

posted @ 2016-02-01 22:17 听哥哥的话 阅读(1423) 评论(0) 推荐(0)

导航