摘要:
var qGroup = from dispatch in _dispatchRepository.GetAll() group dispatch by dispatch.DeviceId into g select g.Key + "_" + g.Max(d => d.BeginTime); ... 阅读全文
摘要:
理清思路,记录以备忘。 XPName:项目名称 XEName:菜单名称 X:\XPName\angular>:命令行路径 第一步: XPName.AngularUI/src/shared/layout/topbar.component.ts文件内添加 menuItems: MenuItem[] = 阅读全文
摘要:
$ ng generate component xxxx xxxx表示组件的名称 阅读全文
摘要:
public class XEntity: FullAuditedEntity<Guid> { } 记录以备忘 阅读全文
摘要:
工具=》NuGet 包管理器=》程序包管理器控制台 阅读全文
摘要:
在“https://www.microsoft.com/net/download/core#/runtime”页面 下载文件“.NET Core 1.1.2 runtime (Current)”,安装后就可以了。 阅读全文