快乐冬瓜

文章
8
资源
0
加入时间
2年10月21天

JavaScript点击按钮开关灯案例

<style> .cls{ background-color: brown; } </style> <body id="dd"> <input type="button" value="开/关灯" id="bt

唯一获取v-for循环出来的某个dom元素

v-for循环出的多个dom元素,我们如果只想获得某一个怎么办?<ul> <li v-for="(value,index) in list" :key="index" :class="`list-item-${index}`" @click="clickItem(index)"> {{value}} </li>&lt

看门狗定时器

在procd中看到的看门狗。(不过从日志上看其实看门狗是没有生效的,从openwrt的配置文件上看看门狗是需要配置的)参考资料:https://blog.csdn.net/xiaopohaibebo/article/details/8090916procd中相关函数: 1 void watchdog_init(int preinit) 2 { 3 char *...