小巧冬瓜

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

VS中C#复制、粘贴文本信息到剪贴板

复制:private void button1_Click(object sender, System.EventArgs e) {  // Takes the selected text from a text box and puts it on the clipboard.  if(textBox1.SelectedText != ”")  Clipboard.SetData

【树莓派】简易LoRa网关搭建+服务器设置一条龙教程(the things network)

测试项目需要LoRa网关和服务器又不想花太多钱,于是自己试着做一个简易实惠的测试用LoRa网关,服务器免费用the things network的注:该简易(简陋)版网关只支持ABP入网单信道通信首先硬件方面:树莓派3,dragino lora shield软件:https://github.com/tftelkamp/single_chan_pkt_fwd.git具体操作:树莓派:1.terminal进入你准备好的文件夹然后输入git clonehttps://github..