.NET多线程技术详解(3) 线程状态 C#的线程包括以下几种状态:成员名称说明Aborted线程处于 Stopped 状态中。 AbortRequested已对线程调用了 Thread.Abort 方法,但线程尚未收到试图终止它的挂起的 System.Threading.ThreadAbortException。 B c# 2023-11-29 53 点赞 0 评论 80 浏览
keil4与ulink2调试LPC2368流水灯仿真 一年之前还用的ulink2那时还要手动装驱动,改文件,不想现在,都成了自动的。感叹下时代的进步!!配置下keil4右击工程>>“options for target”>>"debug">>"use UNLIK ARM Debugger"返回工程,ctrl+F5,出现“error: could not load file xxx.axf debugger aborted”去官网查了下具体解决方法 delay 2023-11-10 65 点赞 0 评论 98 浏览