摘要: 报错:该字符串未被识别为有效的DateTime □ 背景 前端的搜索条件中包含关于时间的字符串,由jquery ui的datepicker产生时间字符串。 服务端对时间做了一次转换:DateTime.Parse(Request["时间字段"].ToString())。 搜索的时候没有选择点击datapicker,从而报错,出错的点停在了DateTime.Parse(Request["... 阅读全文
posted @ 2014-03-11 20:42 Darren Ji 阅读(13182) 评论(0) 推荐(1) 编辑
摘要: 控制台代码 using System; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Console.WriteLine("Hello, World!"); ... 阅读全文
posted @ 2014-03-11 14:55 Darren Ji 阅读(770) 评论(0) 推荐(2) 编辑
摘要: 通过实现IRouteConstraint接口,实现对某个控制名进行限制。本篇把重点放在自定义约束,其余部分参考: MVC自定义路由01-为什么需要自定义路由 自定义约束前 using System.Web.Mvc; using System.Web.Routing; using MvcApplication2.Extension; namespace MvcA... 阅读全文
posted @ 2014-03-11 11:14 Darren Ji 阅读(1213) 评论(0) 推荐(0) 编辑
摘要: 本篇体验自定义路由以及了解为什么需要自定义路由。 准备 □ View Models using System.Collections.Generic;namespace MvcApplication2.Models{ //单位 public class Unit { public int ID { get; set; } public RentalP... 阅读全文
posted @ 2014-03-11 01:13 Darren Ji 阅读(1085) 评论(2) 推荐(2) 编辑

我的公众号:新语新世界,欢迎关注。