会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
放肆看
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2024年4月29日
WPF用Command执行鼠标事件,并传递参数
摘要: <hc:Interaction.Triggers> <hc:EventTrigger EventName="PreviewMouseLeftButtonUp"> <hc:EventToCommand Command="{Binding AddPointCommand}" EventArgsConve
阅读全文
posted @ 2024-04-29 11:33 放肆看
阅读(214)
评论(0)
推荐(0)
编辑
2021年4月28日
.net framework webapi swagger 上传文件
摘要: 参考:how to get swashbuckle to generate parameter type "form" for testing APIs that need a file upload? · Issue #120 · domaindrivendev/Swashbuckle.WebAp
阅读全文
posted @ 2021-04-28 11:44 放肆看
阅读(717)
评论(0)
推荐(0)
编辑
2020年12月4日
配置OPC Server 模拟器
摘要: 原贴地址:https://blog.csdn.net/yhtppp/article/details/80676118 OPC DA规范 1. Knight OPC Server Simulator 可以添加Item,但是Value好像没法设置成变动的值,比如Random; 2. ICONNICS S
阅读全文
posted @ 2020-12-04 09:32 放肆看
阅读(4474)
评论(0)
推荐(0)
编辑
2020年12月3日
VMWare Workstation:局域网PC连接虚拟机里的远程桌面或端口
摘要: 环境: 物理路由器:192.168.0.1 PC1(win):192.168.0.2 PC2(win):192.168.0.3 PC2里安装VMware Workstation 目标:让PC1通过远程桌面连接PC2的VMware Workstation。 1.VMware网络设置 2.虚拟机设置 3
阅读全文
posted @ 2020-12-03 15:57 放肆看
阅读(752)
评论(0)
推荐(0)
编辑
2020年5月8日
打包下载,byte[] ,
摘要: 1.多byte[] 打包下载 var streamsDict = new Dictionary<string, byte[]>(); // 循环添加到 streamsDict var ds=new DataSet(); streamsDict.Add(ds.DataSetName+ ".xls",
阅读全文
posted @ 2020-05-08 10:56 放肆看
阅读(456)
评论(0)
推荐(0)
编辑
2020年4月27日
.net mvc 异常处理 IExceptionFilter,保存请求参数
摘要: 1. 异常处理代码 /// <summary> /// 异常处理 /// </summary> public class WebExceptionFilterAttribute : IExceptionFilter { public virtual void OnException(Exceptio
阅读全文
posted @ 2020-04-27 14:32 放肆看
阅读(617)
评论(0)
推荐(1)
编辑
2020年3月25日
c# webapi websocket 服务端消息发送
摘要: WebSocketForWebAPI:https://gitee.com/lycz/WebSocketForWebAPI 服务端发送消息,控制器代码 private readonly ClientWebSocket webSocket = new ClientWebSocket(); private
阅读全文
posted @ 2020-03-25 11:59 放肆看
阅读(6861)
评论(0)
推荐(1)
编辑
2019年9月19日
mailkit用163发邮件
摘要: 1. 开启SMTP服务,并设置授权码 2. 代码如下,使用ssl模式连接,用授权码登录
阅读全文
posted @ 2019-09-19 10:03 放肆看
阅读(581)
评论(0)
推荐(1)
编辑
2019年7月9日
使用OPCAutomation实现对OPC数据的访问,“对 COM 组件的调用返回了错误 HRESULT E_FAIL”错误
摘要: 在连接opc服务器的时候,报错——对 COM 组件的调用返回了错误 HRESULT E_FAIL 不确定是怎么解决的,有以下可能性,如果遇到同样问题可以参考参考1.安装了Matrikon OPC Server Simulator(https://blog.csdn.net/yhtppp/articl
阅读全文
posted @ 2019-07-09 15:33 放肆看
阅读(2543)
评论(0)
推荐(0)
编辑
2019年2月13日
.net core 获取客户端ip
摘要: 1.NUGET安装 Microsoft.AspNetCore.Http 2.在 startup.cs 的 ConfigureServices 中注入 3.获取ip
阅读全文
posted @ 2019-02-13 14:46 放肆看
阅读(1211)
评论(1)
推荐(1)
编辑
下一页