摘要:
设计这个项目的一种方式 简单工厂设计模式:核心:根据用户的输入创建对象赋值给父类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading. 阅读全文
摘要:
生成一个GUID码,是全世界独一无二的码 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _GU 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 接口小练习 { class Program { 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 显示实现接口 { class Program { 阅读全文