- 博客(4)
- 收藏
- 关注
原创 dw1000-嗅探模式
4.5.1 SNIFF mode In SNIFF mode the DW1000 alternates between the RX (on) and the IDLE (off) states. To enable SNIFF mode two parameters SNIFF_ONT (sniff on time) and SNIFF_OFFT (the off time) need to be configured in Register file: 0x1D – SNIFF Mode. The o
2021-06-30 18:02:07
574
转载 linux echo 字体大小 背景 字体颜色 的编码
linux 终端颜色代码 echo -e "\033[背景;字体颜色m 字符串\033[0m" eg : echo -e "\033[30m 黑色字 \033[0m" 字体颜色(30-37) ------------------ 背景颜色(40-47) ------------------ 特色功能 ------------------ \33[0m 关...
2019-08-29 15:04:28
1824
原创 golang mgo 设置TTL索引
一.mongodb通过设置TTL索引,自动删除过期的文档: 例如,下面的操作创建的索引log_events集合的createdAt字段和指定expireAfterSeconds的值3600来设置的到期时间是1小时通过指定的时间之后createdAt。 1.建立TTL索引 db .log_events .createIndex ( { “ createdAt ” : 1 }, { e...
2019-04-27 14:36:00
1430
原创 Goland 安装Remote Hosts Access,SSH Remote Run
1.在File->Settings->Plugins中搜索Remote Hosts Access,点击安装如图: 安装完成后,重启goland。 2.配置Romote Hosts Access插件: a.菜单栏Tools->Deployment->Configuration,如下图: b.点击添加,设置远程服务器得信息,如下图: c.设置映射,如下图...
2019-03-25 11:10:18
5564
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人