会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
古月木昜
博客园
首页
新随笔
联系
订阅
管理
2018年5月14日
PL/SQL Developer 。
摘要: 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)
2018年3月1日
MVC 实体如何获取子集
摘要: ViewBag.List = _questionRepository.GetAllIncluding(s=>s.Selections, p=>p.QuestionCategory,t=>t.Investigations).ToList(); 该问题实体GetAllIncluding获取选项子集合,问
阅读全文
posted @ 2018-03-01 11:11 古月木昜
阅读(536)
评论(0)
推荐(0)
2018年2月6日
MVC修改起始页
摘要: app_start下的Startup.cs app.UseCookieAuthentication(new CookieAuthenticationOptions { AuthenticationType = DefaultAuthenticationTypes.ApplicationCookie,
阅读全文
posted @ 2018-02-06 20:21 古月木昜
阅读(164)
评论(0)
推荐(0)
公告