会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
htb
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2017年11月30日
ajax调用ajax
摘要: namespace Unit95{ [ServiceContract(Namespace = "")] [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
阅读全文
posted @ 2017-11-30 09:17 Mr.htb
阅读(150)
评论(0)
推荐(0)
2017年11月28日
Js+fromdata
摘要:
阅读全文
posted @ 2017-11-28 16:38 Mr.htb
阅读(112)
评论(0)
推荐(0)
MVCAPI中的配置允许跨域
摘要: <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)
表单提交form
摘要:
阅读全文
posted @ 2017-11-28 16:27 Mr.htb
阅读(110)
评论(0)
推荐(0)
表单提交
摘要:
阅读全文
posted @ 2017-11-28 16:26 Mr.htb
阅读(113)
评论(0)
推荐(0)
2017年11月22日
ajax模态窗口
摘要: 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)
MVCForm表单图片添加
摘要: ///视图 @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)
修改MVCfrom表单
摘要: [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)
API调用HttpClient
摘要: 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)
上一页
1
2
3
下一页
公告