上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 135 下一页
摘要: //D:\C\WcfService3\WcfService3\Web.config <?xml version="1.0"?> <configuration> <appSettings> <add key="aspnet:UseTaskFriendlySynchronizationContext" 阅读全文
posted @ 2026-04-27 22:49 FredGrit 阅读(14) 评论(0) 推荐(0)
摘要: Install-Package Microsoft.Xaml.Behaviors.WPF public class IdDataTemplate : DataTemplateSelector { public DataTemplate ZeroTemplate { get; set; } publi 阅读全文
posted @ 2026-04-27 19:19 FredGrit 阅读(14) 评论(0) 推荐(0)
摘要: Install-Package Microsoft.Xaml.Behaviors.WPF public class ListBoxBehavior : Behavior<ListBox> { private ContextMenu ctxMenu; private MenuItem saveItem 阅读全文
posted @ 2026-04-26 22:58 FredGrit 阅读(6) 评论(0) 推荐(0)
摘要: Install-Package Microsoft.Xaml.Behaviors.WPF public class DataGridBehavior : Behavior<DataGrid> { private ContextMenu ctxMenu; private MenuItem saveIt 阅读全文
posted @ 2026-04-25 23:08 FredGrit 阅读(21) 评论(0) 推荐(0)
摘要: Install-Package Microsoft.Xaml.Behaviros.WPF Install-Package Newtonsoft.json public class ItemsControlBehavior:Behavior<ItemsControl> { private Contex 阅读全文
posted @ 2026-04-24 22:17 FredGrit 阅读(15) 评论(0) 推荐(0)
摘要: //D:\C\WcfService2\WcfService2\IBookService.cs using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; 阅读全文
posted @ 2026-04-23 19:52 FredGrit 阅读(13) 评论(0) 推荐(0)
摘要: 1.In WCF,Add WCF Service,BookService 2. //D:\C\WcfService1\WcfService1\Book.cs using System; using System.Collections.Generic; using System.Linq; usin 阅读全文
posted @ 2026-04-22 21:29 FredGrit 阅读(16) 评论(0) 推荐(0)
摘要: Install-Package Grpc.AspNetCore Install-Package Grpc.Net.Client Install-Package Google.Protobuf Install-Package Grpc.Tools //Add book.proto and shared 阅读全文
posted @ 2026-04-21 22:42 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: Install-Package Microsoft.Xaml.Behaviors.WPF public class GridBehavior : Behavior<Grid> { private ContextMenu contextMenu; private MenuItem saveItem; 阅读全文
posted @ 2026-04-21 20:53 FredGrit 阅读(22) 评论(0) 推荐(0)
摘要: 1.C++ Dll project //D:\C\CPPServiceDll\CPPServiceDll\BookNativeLib.h #pragma once #include <string> #include <vector> #include <chrono> struct Book { 阅读全文
posted @ 2026-04-14 00:47 FredGrit 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 135 下一页