摘要: 1、win10打开PLSQL后,其他软件很卡的问题 百度 查因 是Cnplugin1.5.4问题,参考:https://blog.csdn.net/xiaoguaihu12/article/details/78275374 解决问题。 原因就是因为plsql的 插件Cnplugin1.5.4问题, 阅读全文
posted @ 2018-05-14 10:21 古月木昜 阅读(155) 评论(0) 推荐(0)
摘要: ViewBag.List = _questionRepository.GetAllIncluding(s=>s.Selections, p=>p.QuestionCategory,t=>t.Investigations).ToList(); 该问题实体GetAllIncluding获取选项子集合,问 阅读全文
posted @ 2018-03-01 11:11 古月木昜 阅读(536) 评论(0) 推荐(0)
摘要: app_start下的Startup.cs app.UseCookieAuthentication(new CookieAuthenticationOptions { AuthenticationType = DefaultAuthenticationTypes.ApplicationCookie, 阅读全文
posted @ 2018-02-06 20:21 古月木昜 阅读(164) 评论(0) 推荐(0)