ADOU-V

导航

2016年8月24日 #

解决iis7只能上传30M文件的限制

摘要: 首先停止IIS7 服务 访问 下面的目录 X:\Windows\System32\inetsrv\config\schema 用记事本打开 IIS_schema.xml 右键管理员取得权限,以去除只读属性。 查找 <attribute name="maxAllowedContentLength" t 阅读全文

posted @ 2016-08-24 13:16 a-dou 阅读(438) 评论(0) 推荐(0)

在ASP.NET MVC中使用Juqery实现页面局部刷新

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Mvc.Ajax; namespace MyMVC. 阅读全文

posted @ 2016-08-24 13:15 a-dou 阅读(3837) 评论(0) 推荐(0)

asp.net mvc3 利用Ajax实现局部刷新

摘要: 1.利用Ajax.ActionLink()方法 首先在_Layout.cshtml文件中加载 运行AJAX必要的Jquery HomeController中的Index视图,HomeController的Index()方法直接返回View() HomeController中的Refresh()方法直 阅读全文

posted @ 2016-08-24 13:11 a-dou 阅读(561) 评论(0) 推荐(0)