摘要: 前言 在使用一些应用的时候会发现等待界面做的用户体验很好,所以打算使用wpf实现一篇。 点击链接加入群聊 效果图预览 第一步需要一张无缝背景图片(图片地址)。 准备飞机图片。 XAML代码。 <Window.Resources> <ImageBrush x:Key="freeMachineImage 阅读全文
posted @ 2021-03-12 20:22 冬眠的龙龙 阅读(275) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic;using System.Linq;using System.Text;using System.Configuration;using System.Data.SqlClient;using System 阅读全文
posted @ 2021-03-12 15:22 冬眠的龙龙 阅读(335) 评论(0) 推荐(0)
摘要: ASP.NET Core从2.1 --> 3.1后出现 [The JSON value could not be converted to System.Nullable]错误 解决方案如下: 出现如上的错误,是因为从ASP.NET Core 3.0开始,默认使用了微软内置的JSON序列化和反序列化 阅读全文
posted @ 2021-03-12 08:21 冬眠的龙龙 阅读(389) 评论(0) 推荐(0)