09 2018 档案

摘要:要求 引用包 先在angular目录下执行 关键代码 示例代码 "示例代码" 参考资料 "通过 ASP.NET Core 使用 Angular 项目模板" "Implement ASP.NET Core SPA template features in an Angular 6 app" 阅读全文
posted @ 2018-09-29 19:40 Lulus 阅读(3439) 评论(1) 推荐(1) 编辑
摘要:开放数据协议 (OData) 是一种用于 web 的数据访问协议 OData 提供统一的方式来查询和操作数据集通过 CRUD 操作 (创建、 读取、 更新和删除) 以下以asp .net为例作讲解 Server:向已存在的asp .net 项目中添加web api 引用 在App_Start中添加类 阅读全文
posted @ 2018-09-29 19:40 Lulus 阅读(875) 评论(0) 推荐(0) 编辑
摘要:下载 "下载地址" 需要FQ 使用PgAdmin PgAdmin是访问PostgreSQL数据库的图形化工具 连接数据库 Navicat也可以连接PostgreSQL PostgreSQL关于C 的数据驱动——Npgsql "官方资料" 安装包 解决报错 The ADO.NET provider w 阅读全文
posted @ 2018-09-29 19:39 Lulus 阅读(556) 评论(0) 推荐(0) 编辑
摘要:后台数据绑定 用户场景是生成报表,展示公司各员工每个月的绩效 数据结构 包括报表和单个员工绩效两个实体 public class Report { /// <summary> /// 统计时间 /// </summary> public string StatisticalDate { get; s 阅读全文
posted @ 2018-09-29 19:39 Lulus 阅读(6955) 评论(0) 推荐(1) 编辑
摘要:Command可以根据CommandParameter传参 关键代码 public ICommand SubmitCommand => _submitCommand; private RelayCommand _submitCommand = new RelayCommand(new Action< 阅读全文
posted @ 2018-09-29 19:39 Lulus 阅读(7043) 评论(1) 推荐(0) 编辑