摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;//前台线程和后台线程names 阅读全文
posted @ 2018-06-28 13:17 枫影竹韵 阅读(140) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Threading;using System.Dia 阅读全文
posted @ 2018-06-28 13:16 枫影竹韵 阅读(152) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;//检测线程状态namespac 阅读全文
posted @ 2018-06-28 13:15 枫影竹韵 阅读(432) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;//终止线程 namespace 阅读全文
posted @ 2018-06-28 13:14 枫影竹韵 阅读(199) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Threading;//线程等待//让程序等待另一个 阅读全文
posted @ 2018-06-28 13:13 枫影竹韵 阅读(238) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Threading;//暂停线程namespace 阅读全文
posted @ 2018-06-28 13:12 枫影竹韵 阅读(2131) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;//创建线程//两组范围为1-1 阅读全文
posted @ 2018-06-28 13:11 枫影竹韵 阅读(369) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace _05base关键字{ //显示的调用父类的构造函数 / 阅读全文
posted @ 2018-05-11 11:44 枫影竹韵 阅读(1752) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace _04OOP继承{ //继承:好处:减少代码的冗余 // 阅读全文
posted @ 2018-05-11 11:43 枫影竹韵 阅读(159) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; //作用1:返回值;作用2:立即结束本次方法的执行 namespace _0 阅读全文
posted @ 2018-05-11 10:48 枫影竹韵 阅读(8983) 评论(0) 推荐(2)