上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 137 下一页
摘要: 1.Open WcftestClient.exe,option cancel Always regenerate configuration when starting services; 2.New folder WCFTest under C disk; 3.Open Developer Com 阅读全文
posted @ 2026-05-16 16:12 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: Install-Package Newtonsoft.json <Window x:Class="WpfApp30.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http: 阅读全文
posted @ 2026-05-14 17:00 FredGrit 阅读(14) 评论(0) 推荐(0)
摘要: Install-Package Prism.Core -v 9.0.537 Install-Package Prism.Wpf -v 9.0.537 Install-Package Prism.DryIoc -v 9.0.537 <prism:PrismApplication x:Class="Wp 阅读全文
posted @ 2026-05-13 21:31 FredGrit 阅读(18) 评论(0) 推荐(0)
摘要: Install-Package Microsoft.Xaml.Behaviors.Wpf Install-Package Newtonsoft.json Install-Package CsvHelper public class GridRightBehavior : Behavior<Grid> 阅读全文
posted @ 2026-05-12 17:11 FredGrit 阅读(14) 评论(0) 推荐(0)
摘要: python -m pip install requests -i https://pypi.tuna.tsinghua.edu.cn/simple import requests from datetime import datetime import time API_URL="http://l 阅读全文
posted @ 2026-05-12 14:06 FredGrit 阅读(17) 评论(0) 推荐(0)
摘要: //WCF //D:\C\WcfService4\WcfService4\Web.config <?xml version="1.0"?> <configuration> <appSettings> <add key="aspnet:UseTaskFriendlySynchronizationCon 阅读全文
posted @ 2026-05-04 22:06 FredGrit 阅读(15) 评论(0) 推荐(0)
摘要: //D:\C\WcfService4\WcfService4\Web.config <?xml version="1.0"?> <configuration> <appSettings> <add key="aspnet:UseTaskFriendlySynchronizationContext" 阅读全文
posted @ 2026-05-04 21:47 FredGrit 阅读(11) 评论(0) 推荐(0)
摘要: //WCF using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.T 阅读全文
posted @ 2026-04-29 20:07 FredGrit 阅读(15) 评论(0) 推荐(0)
摘要: //D:\C\WcfService3\WcfService3\Web.config <?xml version="1.0"?> <configuration> <appSettings> <add key="aspnet:UseTaskFriendlySynchronizationContext" 阅读全文
posted @ 2026-04-27 22:49 FredGrit 阅读(15) 评论(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)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 137 下一页