摘要: WPF 基础样式合集,参考https://github.com/cmfGit/WpfDemo.git 阅读全文
posted @ 2024-05-29 11:52 近墨者黑,近我者甜 阅读(1) 评论(0) 推荐(0) 编辑
摘要: TCP通讯粘包,分包代码实例参考EasyTcpSocket,https://blog.csdn.net/Trinity_Force/article/details/121421915 阅读全文
posted @ 2024-05-29 11:45 近墨者黑,近我者甜 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/zh-cn/dotnet/desktop/winforms/controls/how-to-share-bound-data-across-forms-using-the-bindingsource-component?view=netframe 阅读全文
posted @ 2022-04-19 16:11 近墨者黑,近我者甜 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 在使用redis的时候,需要进行可视化的查看,可以使用这个客户端 简单记录一下防止后面还要再找:下载地址:https://gitee.com/qishibo/AnotherRedisDesktopManager/releases 阅读全文
posted @ 2021-09-07 17:03 近墨者黑,近我者甜 阅读(188) 评论(0) 推荐(0) 编辑
摘要: using RabbitMQ.Client;using System;using System.Collections.Generic;using System.Configuration;using System.Linq;using System.Text;using System.Thread 阅读全文
posted @ 2021-08-24 17:37 近墨者黑,近我者甜 阅读(100) 评论(0) 推荐(0) 编辑
摘要: using ServiceStack; using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Linq; using System.Text; 阅读全文
posted @ 2021-08-24 17:31 近墨者黑,近我者甜 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 1:新建asp.net web api 项目 2:在生成得项目中添加 Owin Startup类 3:nuget Hangfire ,在Startup 添加以下代码 string myConn = System.Configuration.ConfigurationManager.AppSettin 阅读全文
posted @ 2021-08-24 16:36 近墨者黑,近我者甜 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 1:nuget 程序集:RestSharp, Version=106.3.1.0, Culture=neutral, PublicKeyToken=598062e77f915f75 2:类库代码:ClientHelper using RestSharp; using System; using Sy 阅读全文
posted @ 2021-08-23 11:17 近墨者黑,近我者甜 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 参考博客:https://blog.csdn.net/qiaohuyue/article/details/105134949 ,其余的很多遗漏点。 阅读全文
posted @ 2021-08-19 16:46 近墨者黑,近我者甜 阅读(172) 评论(0) 推荐(0) 编辑
摘要: public AirQueryPriceCNRes AirQueryPriceCNByComprehensive(AirQueryPriceCNRes result) { #region 空运查价结果处理 /********************************************** 阅读全文
posted @ 2021-08-19 15:34 近墨者黑,近我者甜 阅读(52) 评论(0) 推荐(0) 编辑