摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace P01ReviewAndWhile{ class Program { static voi... 阅读全文
posted @ 2015-01-17 17:20 枫伶忆 阅读(336) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace P01Review{ class Program { //全局变量如果没有初始化也没有复制... 阅读全文
posted @ 2015-01-17 17:12 枫伶忆 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 说到数据类型,先把基本的数据类型拿出来byte 0 到 255 无符号 8 位整数sbyte -128 到 127 有符号 8 位整数short -32,768 到 32,767 有符号 16 位整数int -2,147,483,648 到 2,147,483,647 有符号 32 位整数long ... 阅读全文
posted @ 2015-01-17 16:56 枫伶忆 阅读(466) 评论(0) 推荐(1) 编辑
摘要: 今天第一天接触到AutoMapper,到底AutoMapper是个什么东西了,我们一起来探个究竟AutoMapper是一个.NET的对象映射工具。项目地址:https://github.com/AutoMapper/AutoMapper。帮助文档:https://github.com/AutoMa... 阅读全文
posted @ 2015-01-15 18:04 枫伶忆 阅读(459) 评论(0) 推荐(1) 编辑