摘要: SpringBoot 开启 UDP 服务,进行接收 UDP,及发送 UDP,这里依赖的是 SpringBoot 内置 integration 包 1. Config 添加 Jar,下面用的是 SpringBoot 内置 integration 依赖 <dependency> <groupId>org 阅读全文
posted @ 2022-05-11 15:46 Booom丶 阅读(2674) 评论(0) 推荐(1)
摘要: 1、打开终端窗口 2、输入:cd /etc/sysconfig/network-scripts/ 3、编辑配置文件:vim ifcfg-ens33 修改ONBOOT=no 为 ONBOOT=yes 4、修改完成后保存:冒号(:)wq 保存退出 (如果为只读) 4.1、先强制退出 :q! 4.2、退出 阅读全文
posted @ 2021-07-20 13:04 Booom丶 阅读(1094) 评论(0) 推荐(0)
摘要: GPS协议数据结构 $GNRMC $GNRMC,<1>,<2>,<3>,<4>,<5>,<6>,<7>,<8>,<9>,<10>,<11>,<12>*<13><CR><LF> <1> UTC(Coordinated Universal Time)时间,hhmmss(时分秒)格式 <2> 定位状态,A 阅读全文
posted @ 2021-04-22 14:05 Booom丶 阅读(5794) 评论(0) 推荐(2)