上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: /// <summary> /// 联营板卡 /// </summary> public class UWC : AxisModel { //public UWC() { } public UWC() { } public override bool Home() { double speed = 阅读全文
posted @ 2023-09-10 18:06 baivfhpwxf 阅读(22) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 压力 传感器 /// </summary> public class ForceSensor { private static SerialPort _serialPort = new SerialPort(); /// <summary> /// 初始化参数 / 阅读全文
posted @ 2023-09-10 17:58 baivfhpwxf 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 1.关闭系统防火墙 2.小心360 3.扫码枪有话也去掉 阅读全文
posted @ 2023-09-05 12:11 baivfhpwxf 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 联营板卡 工具类 /// <summary> /// 联营板卡 /// </summary> public class UWC7000 { //与uwc7000建立连接,并初始化控制器参数 [DllImport("UWC7000.dll", EntryPoint = "uwc7000_initial 阅读全文
posted @ 2023-08-31 10:53 baivfhpwxf 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 雷赛板卡工具类,先记录一下还有优化空间 优化方向: 1.抽象出接口 2.抽象出一个基类 3.不同厂家的板卡不同实现。这样在使用时就简单了。 #region DMC3000系列重写 /// <summary> /// 雷赛板卡 /// </summary> public class DMC3000 : 阅读全文
posted @ 2023-08-31 10:48 baivfhpwxf 阅读(117) 评论(0) 推荐(0) 编辑
摘要: Grid的网格布局控件,使用网格布局时候需要先确定行数列数。 Grid.RowDefinitions 设置行 <Grid> <Grid.RowDefinitions> <RowDefinition Height="45"/> <RowDefinition /> <RowDefinition Heig 阅读全文
posted @ 2023-07-05 18:08 baivfhpwxf 阅读(175) 评论(0) 推荐(0) 编辑
摘要: window窗口属性 属性 定义 属性值 注解 WindowStartupLocation 获取或设置窗口首次显示时的位置。 一个 WindowStartupLocation 值,指定窗口首次显示时的顶边/左边位置。 默认值为 Manual。 将 WindowStartupLocation 属性设置 阅读全文
posted @ 2023-07-05 17:11 baivfhpwxf 阅读(117) 评论(0) 推荐(0) 编辑
摘要: public class OfficeFilesController : BaseController//Controller { /// <summary> /// 保存OnlyOffice文件 /// </summary> [HttpPost] public void SaveOnlyOffic 阅读全文
posted @ 2023-07-04 09:13 baivfhpwxf 阅读(799) 评论(0) 推荐(0) 编辑
摘要: #region 检测USB插拔 public const int WM_DEVICECHANGE = 0x219; public const int DBT_DEVICEARRIVAL = 0x8000; public const int DBT_CONFIGCHANGECANCELED = 0x0 阅读全文
posted @ 2023-06-15 21:30 baivfhpwxf 阅读(164) 评论(0) 推荐(0) 编辑
摘要: select datediff(year, 开始日期,结束日期); --两日期间隔年select datediff(quarter, 开始日期,结束日期); --两日期间隔季select datediff(month, 开始日期,结束日期); --两日期间隔月select datediff(day, 阅读全文
posted @ 2023-06-15 15:22 baivfhpwxf 阅读(2694) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页