runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2021年11月30日

摘要: 1.新建一个名为“WindowsForms承载WCF”的WINFORM程序。 2.在解决方案里添加一个“WCF 服务库”的项目,名为“WcfYeah”。 3.修改IService1文件,内容如下: using System.Runtime.Serialization; using System.Se 阅读全文
posted @ 2021-11-30 16:35 runliuv 阅读(482) 评论(0) 推荐(0) 编辑

摘要: 使用搜索按钮(WIN+Q),搜索“多任务设置”,在弹出的窗口中看到“alt+tab”相关设置。选择“仅打开的窗口”,ok搞定。 阅读全文
posted @ 2021-11-30 12:27 runliuv 阅读(588) 评论(1) 推荐(1) 编辑

摘要: winform同步承载WCF时,遇到大量请求,可能会阻塞UI线程。这时就需要开个线程来承载WCF。 1.硬编码形式创建WCF服务,WCFServer类: using CommonUtils; using System; using System.Net; using System.ServiceMo 阅读全文
posted @ 2021-11-30 10:40 runliuv 阅读(296) 评论(0) 推荐(0) 编辑

摘要: 1.新建一个名为“WindowsForms承载WCF”的WINFORM程序。 2.在解决方案里添加一个“WCF 服务库”的项目,名为“WcfYeah”。 3.修改IService1文件,内容如下: using System; using System.Collections.Generic; usi 阅读全文
posted @ 2021-11-30 09:41 runliuv 阅读(584) 评论(0) 推荐(0) 编辑