
WPF数据采集与监控系统开发实战
WPF数据采集与监控系统开发实战
愚公搬代码
《头衔》:华为云特约编辑,华为云云享专家,华为开发者专家,华为产品云测专家,CSDN博客专家,CSDN商业化专家,阿里云专家博主,阿里云签约作者,腾讯云优秀博主,腾讯云内容共创官,掘金优秀博主,亚马逊技领云博主,51CTO博客专家等。
《近期荣誉》:2022年度博客之星TOP2,2023年度博客之星TOP2,2022年华为云十佳博主,2023年华为云十佳博主,2024年华为云十佳博主等。
《博客内容》:.NET、Java、Python、Go、Node、前端、IOS、Android、鸿蒙、Linux、物联网、网络安全、大数据、人工智能、U3D游戏、小程序等相关领域知识。
展开
-
2021-09-05 WPF数据采集与监控系统开发实战-主窗口布局
一:页面布局<Window x:Class="Zhaoxi.Industrial.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend原创 2021-09-05 19:37:38 · 43560 阅读 · 0 评论 -
2021-09-05 WPF数据采集与监控系统开发实战-设备数据采集
窗口配置信息<configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> </startup> <connectionStrings> <add name="db_config" connectionString="Server=localhost;DataBase=zx_原创 2021-09-05 02:48:56 · 43787 阅读 · 0 评论 -
2021-09-04 WPF数据采集与监控系统开发实战-程序架构和数据库介绍
一:程序架构二:数据库介绍原创 2021-09-04 12:57:52 · 43519 阅读 · 1 评论