10 2015 档案

摘要:1.生成验证码类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Web.Mvc; 6 using System.IO... 阅读全文

posted @ 2015-10-31 13:54 CeleryCabbage 阅读(477) 评论(0) 推荐(0)

摘要:code first网站发布后数据表中没有数据问题(1).将internal sealed class Configuration类访问修饰符改为public class Configuration : DbMigrationsConfiguration(2).在Global文件的Start()方法... 阅读全文

posted @ 2015-10-28 20:28 CeleryCabbage 阅读(228) 评论(0) 推荐(0)

导航