人本善良

导航

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页

2019年7月8日 #

git入门大全

摘要: git入门大全 阅读目录 前言 基本概念 文件几种状态 创建新仓库 配置 检出仓库 新建仓库常见流程 gitignore 添加、删除 提交 branch tag 远程仓库和合并分支 改写提交 暂存 撤销 diff log 其他命令 git内部 git提交规范 三种工作流程 命令行 参考 前言 以前写 阅读全文

posted @ 2019-07-08 16:00 简简单单2018 阅读(149) 评论(0) 推荐(0) 编辑

Git 详解

摘要: 阅读全文

posted @ 2019-07-08 15:53 简简单单2018 阅读(117) 评论(0) 推荐(0) 编辑

2019年7月6日 #

Dynamic Compilation and Loading of .NET Objects

摘要: This is another approach to dynamic compilation of objects and their usage via Interfaces. This is another approach to dynamic compilation of objects 阅读全文

posted @ 2019-07-06 14:10 简简单单2018 阅读(150) 评论(0) 推荐(0) 编辑

2019年7月2日 #

ASP.NET MVC 传递数据 从前台到后台,包括单个对象,多个对象,集合

摘要: ASP.NET MVC 传递数据 从前台到后台,包括单个对象,多个对象,集合 今天为大家分享下 Asp.net MVC 将数据从前台传递到后台的几种方式。 环境:VS2013,MVC5.0框架 1.基本数据类型 我们常见有传递 int, string, bool, double, decimal 等 阅读全文

posted @ 2019-07-02 10:59 简简单单2018 阅读(680) 评论(0) 推荐(0) 编辑

2019年6月21日 #

windows下 安装 rabbitMQ 及操作常用命令

摘要: windows下 安装 rabbitMQ 及操作常用命令 rabbitMQ是一个在AMQP协议标准基础上完整的,可服用的企业消息系统。它遵循Mozilla Public License开源协议,采用 Erlang 实现的工业级的消息队列(MQ)服务器,Rabbit MQ 是建立在Erlang OTP 阅读全文

posted @ 2019-06-21 10:57 简简单单2018 阅读(460) 评论(0) 推荐(0) 编辑

2019年6月20日 #

20.AutoMapper 之理解你的映射(Understanding Your Mappings)

摘要: https://www.jianshu.com/p/4f5c14fbf1c2 理解你的映射(Understanding Your Mappings) AutoMapper 为你的映射创建执行计划。在调试期间执行计划可以以表达式树的形式呈现。你可以通过安装VS扩展ReadableExpressions 阅读全文

posted @ 2019-06-20 17:17 简简单单2018 阅读(177) 评论(0) 推荐(0) 编辑

19.AutoMapper 之开放式泛型(Open Generics)

摘要: https://www.jianshu.com/p/ce4c7e291408 开放式泛型(Open Generics) AutoMapper可以支持开放式泛型的映射。为开放式泛型创建映射: public class Source<T> { public T Value { get; set; } } 阅读全文

posted @ 2019-06-20 17:16 简简单单2018 阅读(670) 评论(0) 推荐(0) 编辑

16.AutoMapper 之可查询扩展(Queryable Extensions)

摘要: https://www.jianshu.com/p/4b23e94a7825 可查询扩展(Queryable Extensions) 当在像NHibernate或者Entity Framework之类的ORM框架中使用AutoMapper的标准方法Mapper.Map 时,您可能会注意到,当Auto 阅读全文

posted @ 2019-06-20 17:15 简简单单2018 阅读(531) 评论(0) 推荐(0) 编辑

17.AutoMapper 之配置(Configuration)

摘要: https://www.jianshu.com/p/031ff68797dd 配置(Configuration) 通过构造函数创建并初始化MapperConfiguration实例: config = new MapperConfiguration(cfg => { cfg.CreateMap<Fo 阅读全文

posted @ 2019-06-20 17:15 简简单单2018 阅读(888) 评论(0) 推荐(0) 编辑

18.AutoMapper 之条件映射(Conditional Mapping)

摘要: https://www.jianshu.com/p/8ed758ed3c63 条件映射(Conditional Mapping) AutoMapper 允许你给属性添加条件,只有在条件成立的情况下该成员才会被映射。 这可以用在尝试将int 映射到 无符号 int的情况下。 class Foo{ pu 阅读全文

posted @ 2019-06-20 17:15 简简单单2018 阅读(1054) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页