1 名称介绍
NB-----Narrow Band IOT -----Internet of things NB-IOT---窄带物联网
2 物联网技术发展 以太网:网线
RS232一种串行通信标准,通常采用正负电压来表示逻辑值,如正电压表示逻辑1,负电压表示逻辑0。
RS485一种串行通…
继续学习台湾洪老师的pythonexcel新书代码: 1) 按区域输出EXCEL:
fn data3_16.xlsx
wb openpyxl.load_workbook(fn)
ws wb.active
range ws[A1:E9]
for a, b, c, d, e in range:print(f"{a.value} {b.value} {c.value} {d.value} {e.value}…
go 项目库更新版本出现如下问题:
Get "https://proxy.golang.org/github.com/stretchr/testify/v/v1.7.1.zip": dial tcp 142.251.43.17:443: connectex: A connection attempt failed because the connected party did not properly respond after a pe…