2018年4月18日

摘要: test test test test test test 阅读全文
posted @ 2018-04-18 17:13 三盛乙烯 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 这个代码有个特点:通常情况下是用按键绑定一个函数。 但这个代码是用函数绑定一个按键。按键本身没有设定任何函数。 阅读全文
posted @ 2018-04-18 16:22 三盛乙烯 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 输入消息: 阅读全文
posted @ 2018-04-18 16:19 三盛乙烯 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 输入消息: 阅读全文
posted @ 2018-04-18 16:13 三盛乙烯 阅读(105) 评论(0) 推荐(0) 编辑

2018年4月16日

摘要: 所属部门 序号 姓名 基本工资 ... 阅读全文
posted @ 2018-04-16 18:54 三盛乙烯 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 工作地点 周次 日期 值班人员 值班电话 值班地点 ... 阅读全文
posted @ 2018-04-16 15:24 三盛乙烯 阅读(124) 评论(0) 推荐(0) 编辑

2018年4月7日

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace ConsoleApp1 8 { 9 10 class Program 11 ... 阅读全文
posted @ 2018-04-07 23:34 三盛乙烯 阅读(252) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1 { public enum Gender { 男, 女 ... 阅读全文
posted @ 2018-04-07 23:03 三盛乙烯 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace ConsoleApp1 8 { public enum QQstate 9 { 10 ... 阅读全文
posted @ 2018-04-07 15:38 三盛乙烯 阅读(185) 评论(0) 推荐(0) 编辑

2018年4月6日

摘要: 结果: 12抽象方法的实现0抽象属性 阅读全文
posted @ 2018-04-06 21:57 三盛乙烯 阅读(128) 评论(0) 推荐(0) 编辑

导航