导航

2023年11月29日

摘要: C++/CLI如何封装实现C#与C++交互 阅读全文

posted @ 2023-11-29 17:49 JianMing 阅读(81) 评论(0) 推荐(0)

摘要: WPF实现MPR多平面显示医学重建图像 阅读全文

posted @ 2023-11-29 17:32 JianMing 阅读(81) 评论(0) 推荐(0)

摘要: WPF使用VTK实现多张dicom图片展示 阅读全文

posted @ 2023-11-29 17:17 JianMing 阅读(223) 评论(0) 推荐(0)

摘要: WPF使用fo-dicom实时动态显示Dicom图像 Demo源代码地址:DicomViewerSample · FrankLJM/NET WPF - 码云 - 开源中国 (gitee.com) 运行环境:.NET 6 使用Nuget 工具包: <PackageReference Include=" 阅读全文

posted @ 2023-11-29 17:12 JianMing 阅读(380) 评论(0) 推荐(0)

2012年9月26日

摘要: have been asked this question many times by different readers of my blog. They wanted to know about the fundamentals of Web Farms and Web Garden. In this blog post, I am going to explain the exact difference between web farm and web garden, and the advantages and disadvantages of using them. I have. 阅读全文

posted @ 2012-09-26 15:57 JianMing 阅读(380) 评论(0) 推荐(0)

摘要: Table of Contents IntroductionBasics about state managementAppDomainWhat is AppDomainRole of AppDomain in ASP.NETWeb FarmAffinityWeb GardenAffinityMore about session managementHow to handle Cache in a Web Farm/Web Garden scenarioScenario 1: Static dataApproachScenario 2: Static data, ca... 阅读全文

posted @ 2012-09-26 15:53 JianMing 阅读(329) 评论(0) 推荐(0)

摘要: Introduction When request come from client to the server a lot of operation is performed before sending response to the client. This is all about how IIS Process the request. Here I am not going to describe the Page Life Cycle and there events, this article is all about the operation of IIS Leve... 阅读全文

posted @ 2012-09-26 10:45 JianMing 阅读(219) 评论(0) 推荐(0)