会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
还是苦瓜
博客园
首页
新随笔
联系
订阅
管理
2020年8月26日
后方交会代码
摘要: /// <summary> /// 测点信息 /// </summary> /// <param name="list"></param> /// <returns></returns> public class PointInfo { /// <summary> /// 是否基准点 0基准点 1
阅读全文
posted @ 2020-08-26 15:02 还是苦瓜
阅读(399)
评论(0)
推荐(0)
2020年5月8日
js byte转数字,数字转byte
摘要: var NumberUtil={ //byte数组转换为int整数 bytesToInt2:function(bytes, off) { var b3 = bytes[off] & 0xFF; var b2 = bytes[off + 1] & 0xFF; var b1 = bytes[off +
阅读全文
posted @ 2020-05-08 14:33 还是苦瓜
阅读(11647)
评论(0)
推荐(1)
2020年5月4日
C#串口通讯,复制粘贴就可用,仅仅介绍怎样最快的搭建一个串口通讯,异常拦截等等需要自己加上
摘要: using System; using System.Collections.Generic; using System.IO.Ports; using System.Text; //串口通讯类 public class SerialPortManager { //声明一个静态的串口资源 priva
阅读全文
posted @ 2020-05-04 10:30 还是苦瓜
阅读(691)
评论(0)
推荐(2)
公告