02 2016 档案

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

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

摘要:(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 听哥哥的话 阅读(490) 评论(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 听哥哥的话 阅读(248) 评论(0) 推荐(0)

摘要:1.前台代码 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication10.WebForm1" %> <!DOCTYPE html> <html xmlns 阅读全文

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

导航