摘要:
"style", "vnd.ms-excel.numberformat: @;" 阅读全文
2016年9月29日 #
2016年6月17日 #
摘要:
http://blog.csdn.net/lonestar555/article/details/10192595/ 在action中的参数以数组方式接收数据 一、表单方式 1、提交Form [html] view plain copy <form action="../../test/test" 阅读全文
摘要:
http://www.cnblogs.com/zhyp/p/5556980.html http://www.asp.net/web-api/overview/security/preventing-cross-site-request-forgery-csrf-attacks http://www. 阅读全文
2016年5月30日 #
摘要:
/// <summary> /// Decorates any MVC route that needs to have client requests limited by time. /// </summary> /// <remarks> /// Uses the current System 阅读全文
2016年4月22日 #
2016年3月31日 #
摘要:
获取控制器名称: ViewContext.RouteData.Values["controller"].ToString(); 获取Action名称: ViewContext.RouteData.Values["action"].ToString(); 获取路由参数值: ViewContext.Ro 阅读全文
2016年2月19日 #
摘要:
Singleton<SqlServer2012DatabaseType>.InstanceSqlClientFactory.InstanceSqlServerDatabase public Database(string connectionString, DatabaseType database 阅读全文
2016年2月18日 #
摘要:
public static class EnumEx { public static T GetValueFromDescription<T>(string description) { var type = typeof(T); if(!type.IsEnum) throw new Invalid 阅读全文
摘要:
http://www.s u c h s o.com/projecteactual/ztree-jiaocheng-mvc-checkbox-quanxuan-demo-down.html http://www.cnblogs.com/lori/p/3154139.html http://www.c 阅读全文
2016年1月20日 #
摘要:
http://www.css88.com/archives/5141Response.AppendHeader("X-Frame-Options", "SAMEORIGIN"); 阅读全文