摘要: namespace Unit95{ [ServiceContract(Namespace = "")] [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] 阅读全文
posted @ 2017-11-30 09:17 Mr.htb 阅读(150) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-11-28 16:38 Mr.htb 阅读(112) 评论(0) 推荐(0)
摘要: <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Origin" value="http://localhost:60699" /> <add name="Access-Control-Allow-Headers" valu 阅读全文
posted @ 2017-11-28 16:33 Mr.htb 阅读(278) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-11-28 16:27 Mr.htb 阅读(110) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-11-28 16:26 Mr.htb 阅读(113) 评论(0) 推荐(0)
摘要: function showAdd() { layer.open({ type: 2, shade: 0.5, title: false, //不显示标题 area: ['800px', '600px'], content: "/student/addinsert", //success: funct 阅读全文
posted @ 2017-11-22 19:31 Mr.htb 阅读(488) 评论(0) 推荐(0)
摘要: //全选 $("#chk").click(function(){ $("input[name='chkbox']").prop("checked", this.checked) }) //批量删除 function piliangshanchu() { debugger; //定义一个空字符串 va 阅读全文
posted @ 2017-11-22 19:29 Mr.htb 阅读(147) 评论(0) 推荐(0)
摘要: ///视图 @using (Html.BeginForm("addinsert", "student", FormMethod.Post, new { @enctype = "multipart/form-data" })) { <table class="table table-bordered 阅读全文
posted @ 2017-11-22 19:28 Mr.htb 阅读(188) 评论(0) 推荐(0)
摘要: [HttpGet] public ActionResult xiugai(int id=0) { var checkedlist = new List<checklist>() { new checklist(){ id =1, name ="打球"}, new checklist(){ id =2 阅读全文
posted @ 2017-11-22 19:28 Mr.htb 阅读(135) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Net.Http;using System.Web;using System.Web.Mvc;using System.Net.Http.Head 阅读全文
posted @ 2017-11-22 19:25 Mr.htb 阅读(446) 评论(0) 推荐(0)