FreeRTOS Posix原理 1. FreeRTOS源码原理 FreeRTOS可以创建不同优先级的task,RTOS负责管理这些任务。同时提供了队列、信号等功能,这些功能能够使task再不满足条件时挂起,当运行条件满足时触发运行。 RTOS依据不同的优先级,创建不同任务链表,相同优先级的任务挂在 ...
分类:
其他好文 时间:
2020-06-22 01:02:14
阅读次数:
129
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title></ti ...
分类:
其他好文 时间:
2020-06-21 22:59:25
阅读次数:
71
自定义滚动条实现: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title ...
分类:
Web程序 时间:
2020-06-21 17:59:50
阅读次数:
74
Collection继承关系图 Collection类 Set、List、Map、Queue使用场景梳理 1 方法摘要 2 boolean add(E e) 3 确保此 collection 包含指定的元素(可选操作)。 4 boolean addAll(Collection<? extends E ...
分类:
其他好文 时间:
2020-06-21 17:48:26
阅读次数:
44
例子: 执行每过一分钟执行bat里的内容:SCHTASKS /Create /sc minute /mo 1 /tn "biaoti" /tr "C:\inetpub\wwwroot\caiji\aaa.bat" 删除:SCHTASKS /Delete /tn "biaoti" 下面详解: Scht ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
其他好文 时间:
2020-06-21 15:29:25
阅读次数:
47
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
其他好文 时间:
2020-06-20 16:16:38
阅读次数:
54
检查一下 --initial-advertise-peer-urls=https://172.16.16.80:2380 \ --listen-peer-urls=https://172.16.16.80:2380 \ --listen-client-urls=https://172.16.16.8 ...
分类:
其他好文 时间:
2020-06-19 23:16:23
阅读次数:
79
Here is an incomplete stack of tricks to help you work with Chromium in Visual Studio. Faster Solution Loading / IntelliSense Loading a huge solution ...
分类:
其他好文 时间:
2020-06-19 12:20:55
阅读次数:
63
/var/log : where the linux put the logs /var/log/cron on system cron tasks /var/log/cups/ something about the printer /var/log/dmesg/ system self chec ...
分类:
系统相关 时间:
2020-06-18 19:21:13
阅读次数:
56