摘要: const routes: Routes = [ { path: '', redirectTo: '/home', pathMatch: 'full' }, { path: 'home', component: HomeComponent }, { path: 'product/:id', component: Prod... 阅读全文
posted @ 2018-04-21 20:42 chester·chen 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 参数订阅: 参数快照: 阅读全文
posted @ 2018-04-21 19:15 chester·chen 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 页面不存在 阅读全文
posted @ 2018-04-21 18:23 chester·chen 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 第一步:引入其他组件 ngFor指令与数据绑定(数据驱动视图) 父组件穿值到自组建 阅读全文
posted @ 2018-04-20 18:19 chester·chen 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 第一步 --save:自动写入package.json 第二步: 第三部: 为了让typescript识别$ 第四步: 阅读全文
posted @ 2018-04-20 14:28 chester·chen 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 第一步: .angular-cli.json 第二步: 第三步: 第四步: 第五步: 阅读全文
posted @ 2018-04-20 13:30 chester·chen 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-20 13:12 chester·chen 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1 在Visual Studio 中创建一个Asp.NET WebApi 项目,项目名:Com.App.SysApi(本例创建的是 .net 4.5 框架程序) 2 打开Nuget 包管理软件,查找 swagger 安装Swashbuckle 组件 3 开启项目的XML注释位置(选中项目Com.Ap 阅读全文
posted @ 2018-04-19 18:18 chester·chen 阅读(4395) 评论(0) 推荐(0) 编辑
摘要: public ActionResult Login(string data) { var _params = JsonConvert.DeserializeAnonymousType(data, new { userName = "", password = "" }); string userIdMd5 = _pa... 阅读全文
posted @ 2018-04-18 16:58 chester·chen 阅读(454) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using cpf360.Common; using cpf360.DTO; namespace hanli_project.Filters { public class H... 阅读全文
posted @ 2018-04-18 16:56 chester·chen 阅读(177) 评论(0) 推荐(0) 编辑