摘要: 一、文件结构 二、文件内容 FlattenMethodEnum.cs public enum FlattenMethodEnum { [Description("单点")] SinglePoint = 0, [Description("平均")] Average = 1, } } EnumBindi 阅读全文
posted @ 2024-11-20 19:19 WilsonH 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1、安装NuGet包:Newtonsoft.Json 2、新建Confgi.json,属性设置为始终复制或者复制最新 Tip: 名字需要和属性名字一一对应。 { "KFins": -1, "KZs" : 0.2, "周期": 100 } 3、在Models文件中新建AppConfig.cs和Conf 阅读全文
posted @ 2024-11-01 09:29 WilsonH 阅读(19) 评论(0) 推荐(0) 编辑
摘要: pip install numpy 出现A new release of pip is available: 23.2.1 -> 24.2 输入: python -m pip install --upgrade pip setuptools wheel pip install PyQt5 pip i 阅读全文
posted @ 2024-09-10 10:15 WilsonH 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 一、项目结构 二、主界面 Main.cs Panel Name: panel1 三、代码实现 namespace 测试窗口切换 { public partial class Main : Form { // 先定义对应的私有字段 private CmmPage _cmmPage; private T 阅读全文
posted @ 2024-09-02 17:31 WilsonH 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 前提注意: NI LabVIEW 2021(32位) Python 3.9.10 (32位) 32位对应32位,64位同理,否则可能会报错 报错的原因:LabVIEW中使用的Python环境与安装的Python包不匹配 也就是说Labview中使用的是python版本安装的系统路径,而PyCharm 阅读全文
posted @ 2024-07-10 10:43 WilsonH 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 一、创建 asp.net core web(MVC)项目 二、导包 Microsoft.EntityFrameworkCore.Design Microsoft.EntifyFrameworkCore.Tools Pomelo.EntityFrameworkCore.MySql 三、创建实例 这里创 阅读全文
posted @ 2024-03-05 23:01 WilsonH 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 阿里巴巴矢量图库https://www.iconfont.cn/ 选择要使用的图标加入购物车,添加至项目。 资源管理➡我的项目,Unciode-下载至本地 在IDE中复制 xxxx.ttf文件复制到项目Fonts文件夹中,xxx.html中查看图标编号 (检查文件属性是否为资源) “./”:代表目前 阅读全文
posted @ 2023-11-08 19:54 WilsonH 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 一、确定MySQL Connector Net 版本 如果没有请下载 下载驱动: mysql-connector-odbc-8.0.20-winx64.msimysql odbc驱动 mysql-for-visualstudio-1.2.9.msiVisual Studio连接MySQL工具 mys 阅读全文
posted @ 2023-10-17 10:55 WilsonH 阅读(243) 评论(0) 推荐(0) 编辑