1.在“服务资源管理器”连接数据库2.打开工具-Nuget程序包管理器“程序包管理器控制台”3.控制台输入命令:PM>
Enable-Misgrations4.以项目MvcGuestbook.Models.MvcGuestbookContext为例:PM>
Enable-Misgrations-Co...
分类:
数据库 时间:
2014-04-30 00:35:55
阅读次数:
577
1.调用widnows资源管理器打开文件夹 private void
OpenFolder(string folder) { System.Diagnostics.Process.Start("explorer.exe",
folder); ...
分类:
其他好文 时间:
2014-04-29 09:24:46
阅读次数:
406