2021年1月14日
摘要: /// <summary> /// SqlServer数据访问帮助类 /// </summary> public sealed class SqlHelper { private static string _connectionString = "Server=PC-123\\SQLEXPRESS 阅读全文
posted @ 2021-01-14 16:42 缘惜 阅读(289) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// OleDbServer数据访问帮助类 /// </summary> public sealed class OleDbHelper { public static string getACCESS07constr(string accessfilename, st 阅读全文
posted @ 2021-01-14 16:36 缘惜 阅读(305) 评论(0) 推荐(0) 编辑
  2020年12月3日
摘要: <Window x:Class="TreeTest.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2020-12-03 17:03 缘惜 阅读(366) 评论(0) 推荐(0) 编辑
  2020年11月29日
摘要: <Window x:Class="ImageViewer.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx 阅读全文
posted @ 2020-11-29 11:09 缘惜 阅读(308) 评论(1) 推荐(0) 编辑
  2020年1月16日
摘要: 一、效果图 二、代码预览 1 <Window x:Class="Test.MainWindow" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3 xmlns:x="http://schemas.microso 阅读全文
posted @ 2020-01-16 09:49 缘惜 阅读(473) 评论(0) 推荐(0) 编辑
  2019年9月24日
摘要: 后台代码如下: 阅读全文
posted @ 2019-09-24 14:06 缘惜 阅读(2141) 评论(0) 推荐(0) 编辑
  2019年6月20日
摘要: 一、概述 使用Newtonsoft.Json开源库进行序列化 二、代码 阅读全文
posted @ 2019-06-20 12:32 缘惜 阅读(300) 评论(0) 推荐(0) 编辑
  2019年6月12日
摘要: 一、界面预览 阅读全文
posted @ 2019-06-12 20:56 缘惜 阅读(528) 评论(2) 推荐(0) 编辑
摘要: 一、界面如下 阅读全文
posted @ 2019-06-12 20:32 缘惜 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 一、聊天界面如下 阅读全文
posted @ 2019-06-12 20:20 缘惜 阅读(992) 评论(0) 推荐(0) 编辑