摘要: using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; namespace _01MD5加密 { class Program { ... 阅读全文
posted @ 2016-10-15 17:30 影落明湖 阅读(522) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _16超市收银系统 { class CangKu { List> list = new List>(); ... 阅读全文
posted @ 2016-10-15 15:46 影落明湖 阅读(561) 评论(0) 推荐(0) 编辑
摘要: //序列化和反序列化//序列化用于网络传输,序列化转对象为二进制无返回值,反序列化转二进制为对象有返回值。VS里面可以查看自动提示。using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; ... 阅读全文
posted @ 2016-10-15 14:02 影落明湖 阅读(136) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _03简单工厂设计模式 { class Program { static void Main(string[] ... 阅读全文
posted @ 2016-10-15 13:09 影落明湖 阅读(187) 评论(0) 推荐(0) 编辑
摘要: //多态 模拟 移动硬盘 插入电脑 读写,方法1传参,方法2属性赋值 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Progr... 阅读全文
posted @ 2016-10-15 11:45 影落明湖 阅读(394) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication4 { class Program { static void Main(s... 阅读全文
posted @ 2016-10-15 10:29 影落明湖 阅读(145) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication3 { class Program { s... 阅读全文
posted @ 2016-10-15 00:19 影落明湖 阅读(1877) 评论(0) 推荐(0) 编辑