04 2023 档案

摘要:// 文件路径 private static string ConfigPath = AppDomain.CurrentDomain.BaseDirectory + @"\XXX.config"; private static AppSettingsSection _sviewFrameSettin 阅读全文
posted @ 2023-04-26 09:52 安静点-- 阅读(67) 评论(0) 推荐(0)
摘要:界面: <Window x:Class="WpfApp1.weibo" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006 阅读全文
posted @ 2023-04-25 18:28 安静点-- 阅读(40) 评论(0) 推荐(0)
摘要:界面: <Window x:Class="WpfApp1.weixin" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200 阅读全文
posted @ 2023-04-25 18:27 安静点-- 阅读(127) 评论(0) 推荐(0)
摘要:xaml代码: <Window x:Class="WpfApp1.QQFormCef" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi 阅读全文
posted @ 2023-04-25 18:24 安静点-- 阅读(27) 评论(0) 推荐(0)
摘要:C++利用libcurl获取下载文件名称及大小 阅读全文
posted @ 2023-04-23 11:55 安静点-- 阅读(196) 评论(0) 推荐(0)
摘要:加载框代码: <UserControl x:Class="WpfApp1.LoadingForm" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft. 阅读全文
posted @ 2023-04-12 11:51 安静点-- 阅读(73) 评论(0) 推荐(0)
摘要:<Window x:Class="WpfApp1.PageWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200 阅读全文
posted @ 2023-04-10 18:16 安静点-- 阅读(102) 评论(0) 推荐(0)
摘要:Asp.NetCore3.1 .NetCore Framework 都属于框架 并列:大家是不同的框架,都有自己的CLR。 Asp.Net Core是一套Web开发框架 全家桶--.NetFramework 配置齐全直接用—但是会付出额外成本(淹没陈本) 自选式—Asp.NetCore—只有基本骨架 阅读全文
posted @ 2023-04-09 15:39 安静点-- 阅读(230) 评论(0) 推荐(0)