页首Html代码
摘要: MEF参考本文即可 https://www.cnblogs.com/lzjsky/p/16164433.html Prism教程 https://www.cnblogs.com/kavilee/p/6531663.html https://www.cnblogs.com/Clingingboy/ar 阅读全文
posted @ 2024-12-24 14:13 noigel 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1按键 旋转:Alt+ 左键 缩放:滚轮, 精细缩放:Alt+右键 平移:按住滚轮移动 围绕当前视点旋转看:右键移动 按住shift 点击Gizmo,回到一个初始态位置 右键Gizmo,选择六个方向的视图 选择一个物体,点击F,置于视图中心 2,最简单的材质和纹理 在Assets目录,新建一个文件夹 阅读全文
posted @ 2024-12-03 17:55 noigel 阅读(10) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-10-29 11:31 noigel 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 教程1 https://ironpdf.com/blog/net-help/httplistener-csharp/ 教程2 https://zetcode.com/csharp/httplistener/ 补充: https://stackoverflow.com/questions/700461 阅读全文
posted @ 2024-09-03 20:36 noigel 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 通用用法,用户创建对象,注册事件,表示事件发生时的响应 server = new AsyncServer(10001, new byte[] { 0x0D}); server.DataReceived += (s, e) => { ... }; 常用event的委托函数说明和使用 1 public 阅读全文
posted @ 2024-04-26 10:05 noigel 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 基础复习: https://www.cnblogs.com/my_life/articles/5950415.html 一对多关系 对象的定义 public class Customer { [Column(IsPrimary = true, IsIdentity = true)] public i 阅读全文
posted @ 2024-03-06 17:13 noigel 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 1. 查看端口占用 程序报错:通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 说明该端口被某个程序占用。 在CMD 中输入netstat -aon|find 10001 查看占用10001端口的进程ID。得到 TCP 0.0.0.0:10001 0.0.0.0:0 LISTENING 5 阅读全文
posted @ 2024-02-27 10:54 noigel 阅读(43) 评论(0) 推荐(0) 编辑
摘要: public partial class Form1 : Form { ushort NrStations = 1; ushort[] StationCode = { 0, 1, 2, 3, 4, 5, 6 ,7}; ushort[] StationType = { 2, 0, 0, 0, 0, 0 阅读全文
posted @ 2023-12-01 01:29 noigel 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 模块和接线 步进电机的红蓝绿黑分别接 A+,A-,B+,B-。 关键:红蓝,为一组,绿黑为一组。 Smart200 Q0.0接PUL+,Q0.2接DIR+。 电机最高600转/分 SN04 N 棕蓝黑分别是电源,地,信号线。棕色接L+,蓝色接M,常开。 NPN传感器感应时,输出低电平信号,PNP相反 阅读全文
posted @ 2023-11-13 01:41 noigel 阅读(2549) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-09-26 17:50 noigel 阅读(1) 评论(0) 推荐(0) 编辑
js脚本
点击右上角即可分享
微信分享提示