摘要: 开发项目中,ASP.NET MVC传值方式总结如下: ViewData与ViewBag的区别: 1、ViewData是字典类型,赋值方式用字典方式,通过key值读取对应的value,ViewData["myName"] 2、ViewBag是动态类型,使用时直接添加属性赋值即可ViewBag.myNa 阅读全文
posted @ 2016-10-27 15:19 木木的博客 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 前缀:prefix public static string NewSequenceNumber(string prefix) { lock (_localObj) { System.Threading.Thread.Sleep(10); //让进程停止10毫秒 DateTime d = DateT 阅读全文
posted @ 2016-10-27 14:45 木木的博客 阅读(1289) 评论(0) 推荐(0) 编辑