WPF数据采集与监控系统开发实战
WPF数据采集与监控系统开发实战-
微软MVP Eleven
这个作者很懒,什么都没留下…
展开
-
2021-09-06 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/blen.原创 2021-09-06 08:46:56 · 33140 阅读 · 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 19:40:03 · 33134 阅读 · 0 评论 -
2021-09-05 WPF数据采集与监控系统开发实战-程序架构和数据库介绍
一:程序架构 二:数据库介绍原创 2021-09-05 19:39:16 · 32837 阅读 · 0 评论