[转自Aero's Unit Test] 二.实践单元测试 - 大话单元测试

本文通过作者亲身经历阐述了单元测试在软件开发过程中的重要性。它不仅能帮助开发者及时发现问题,还能提高代码质量和系统的稳定性,减少后期维护成本。文章还讨论了在实际项目中推行单元测试所面临的挑战。

 ...
我知道这个项目bug很多,无法按时完成,即使老板把我炒了也是应该的。曾经有一个做单元测试的机会放在我面前,我没有珍惜,等到后来项目雪崩了才后悔。如果上天能再给我一次机会,我会对老板说:我要做单元测试!如果一定要在单元测试上加个日期,我希望是一直。
...

在这里我并不是想说该怎么样去进行单元测试,既然我们无法规定该如何编写产品代码去实现需求功能,同样也不能要求开发人员该如何编写测试代码,甚至是否要编写UT。

劝服项目经理在项目中实施单元测试更是难上加难,因为单元测试对PM来说往往意味着需要更长的开发周期,更多的成本投入,而且按照传统的方式一样也能完成项目,赚到钱。于是面对着紧张的工期,在项目中拍板实施单元测试的确需要魄力和权衡。

但正是这样的理解误区导致了UT在国内难以推广,我认为对于整个开发周期而言,单元测试可以缩短开发时间,提高产品质量,起到降低成本和规避风险的作用。下面我们看看在代码编写过程中都把时间花在哪了:

1、学习和阅读代码:对于项目组的新成员或着是当使用别人编写的服务时,往往需要阅读他人的代码,UT提供了最佳示例,可节省学习时间和成本。
2、编写产品代码:无论是否实施UT,这都是必须的。
3、修改产品代码:在未引入UT时,产品代码的bug往往要等到质量部门或这是客户试用时才能发觉,更甚至是到系统运行一段时间后才会出现,当然UT并不能完全避免bug的产生,但是能够帮助我们尽早的发现bug,及早解决问题,往往可以节约开发时间和成本。
4、重构:这点小项目就谈不上了,但是对于大项目,没有UT也敢说进行重构的确是需要超人的勇气!我更倾向于认为没有实施UT的项目是不可重构的。


不过我也没有参与过全程实施单元测试的项目,上面的话也是一番空讲,期望您的意见。

CAD运行时点击“开始绘制”后弹出问题: ************** 异常文本 ************** System.InvalidCastException: 指定的换无效。 在 BeamSectionPlugin.ObjectSnapMode..ctor(Editor editor, Mode modes) 位置 C:\Users\卓越生活\Desktop\梁板剖面绘制2\梁板剖面绘制\Class1.cs:行号 420 在 BeamSectionPlugin.BeamSectionDrawer.DrawBeamSection() 位置 C:\Users\卓越生活\Desktop\梁板剖面绘制2\梁板剖面绘制\Class1.cs:行号 42 在 Autodesk.AutoCAD.Runtime.CommandClass.InvokeWorker(MethodInfo mi, Object commandObject, Boolean bLispFunction) 在 Autodesk.AutoCAD.Runtime.CommandClass.InvokeWorkerWithExceptionFilter(MethodInfo mi, Object commandObject, Boolean bLispFunction) 在 Autodesk.AutoCAD.Runtime.PerDocumentCommandClass.Invoke(MethodInfo mi, Boolean bLispFunction) 在 Autodesk.AutoCAD.Runtime.CommandClass.CommandThunk.Invoke() ************** 已加载的程序集 ************** mscorlib 程序集版本:4.0.0.0 Win32 版本:4.8.9310.0 built by: NET481REL1LAST_C 基本代码:file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ---------------------------------------- Acdbmgd 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/Acdbmgd.DLL ---------------------------------------- adui23 程序集版本:0.0.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/adui23.DLL ---------------------------------------- AdUiPalettes 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AdUiPalettes.DLL ---------------------------------------- System 程序集版本:4.0.0.0 Win32 版本:4.8.9310.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- WindowsBase 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll ---------------------------------------- System.Core 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- PresentationCore 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll ---------------------------------------- PresentationFramework 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll ---------------------------------------- System.Xaml 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll ---------------------------------------- System.Configuration 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- AdUIMgd 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AdUIMgd.DLL ---------------------------------------- AdApplicationFrame 程序集版本:0.0.0.0 Win32 版本:2018.11.1.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AdApplicationFrame.DLL ---------------------------------------- AdWindows 程序集版本:2018.11.1.0 Win32 版本:2018.11.1.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AdWindows.DLL ---------------------------------------- AdWindows.resources 程序集版本:2018.11.1.0 Win32 版本:2018.11.1.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AdWindows.resources.DLL ---------------------------------------- WindowsFormsIntegration 程序集版本:4.0.0.0 Win32 版本:4.8.9139.0 built by: NET481REL1LAST_B 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll ---------------------------------------- PresentationFramework.Aero2 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero2/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero2.dll ---------------------------------------- accoremgd 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/accoremgd.DLL ---------------------------------------- Acmgd 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/Acmgd.DLL ---------------------------------------- AcWindows 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AcWindows.DLL ---------------------------------------- PresentationFramework.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.resources/v4.0_4.0.0.0_zh-Hans_31bf3856ad364e35/PresentationFramework.resources.dll ---------------------------------------- AcWindows.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcWindows.resources.DLL ---------------------------------------- AcCui 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AcCui.DLL ---------------------------------------- PresentationFramework-SystemXml 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll ---------------------------------------- PresentationFramework.Aero 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll ---------------------------------------- mscorlib.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll ---------------------------------------- System.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.resources.dll ---------------------------------------- PresentationCore.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationCore.resources/v4.0_4.0.0.0_zh-Hans_31bf3856ad364e35/PresentationCore.resources.dll ---------------------------------------- System.Drawing 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- PresentationUI 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationUI/v4.0_4.0.0.0__31bf3856ad364e35/PresentationUI.dll ---------------------------------------- PresentationUI.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationUI.resources/v4.0_4.0.0.0_zh-Hans_31bf3856ad364e35/PresentationUI.resources.dll ---------------------------------------- System.Xml.Linq 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll ---------------------------------------- System.Windows.Forms 程序集版本:4.0.0.0 Win32 版本:4.8.9256.0 built by: NET481REL1LAST_B 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- PresentationFramework-SystemXmlLinq 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll ---------------------------------------- WindowsBase.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase.resources/v4.0_4.0.0.0_zh-Hans_31bf3856ad364e35/WindowsBase.resources.dll ---------------------------------------- AcCloudAccess 程序集版本:23.1.0.0 Win32 版本:23.1.0.0 基本代码:file:///C:/Users/%E5%8D%93%E8%B6%8A%E7%94%9F%E6%B4%BB/AppData/Roaming/Autodesk/ApplicationPlugins/Autodesk%20Save%20to%20Web%20and%20Mobile.bundle/Contents/AutoCAD/Win64/AcCloudAccess.dll ---------------------------------------- AcCloudAccess.resources 程序集版本:23.1.0.0 Win32 版本:23.1.0.0 基本代码:file:///C:/Users/%E5%8D%93%E8%B6%8A%E7%94%9F%E6%B4%BB/AppData/Roaming/Autodesk/ApplicationPlugins/Autodesk%20Save%20to%20Web%20and%20Mobile.bundle/Contents/AutoCAD/Win64/zh-CN/AcCloudAccess.resources.DLL ---------------------------------------- Microsoft.GeneratedCode 程序集版本:1.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- FeaturedAppsPlugin 程序集版本:23.1.0.0 Win32 版本:23.1.43.0.0 基本代码:file:///C:/Program%20Files%20(x86)/Autodesk/ApplicationPlugins/Autodesk%20FeaturedApps.bundle/Contents/Windows/2020/Win64/FeaturedAppsPlugin.dll ---------------------------------------- ACAD2013 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/ACAD2013.DLL ---------------------------------------- 盘扣轴网布置 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/BW.dll ---------------------------------------- 盘扣斜梁轴网布置 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/bzxl.dll ---------------------------------------- 块统计 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/ktj.dll ---------------------------------------- 梁截面尺寸统计插件 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/ljmtj.dll ---------------------------------------- 盘扣平面布置 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/pkbz.dll ---------------------------------------- 剖面图绘制 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/pmhz.dll ---------------------------------------- 平面斜拉杆布置 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/pmxlg.dll ---------------------------------------- 图纸处理插件 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/tzcl.dll ---------------------------------------- PresentationFramework-SystemCore 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemCore/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemCore.dll ---------------------------------------- Anonymously Hosted DynamicMethods Assembly 程序集版本:0.0.0.0 Win32 版本:4.8.9310.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll ---------------------------------------- UIAutomationTypes 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll ---------------------------------------- UIAutomationProvider 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll ---------------------------------------- AcCloudFsMgd 程序集版本:1.0.7627.12247 Win32 版本:23.1.0.0 基本代码:file:///C:/Users/%E5%8D%93%E8%B6%8A%E7%94%9F%E6%B4%BB/AppData/Roaming/Autodesk/ApplicationPlugins/Autodesk%20Save%20to%20Web%20and%20Mobile.bundle/Contents/AutoCAD/Win64/AcCloudFsMgd.DLL ---------------------------------------- AcLivePreviewContext 程序集版本:0.0.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AcWindows.dll ---------------------------------------- AcLayer 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AcLayer.DLL ---------------------------------------- AcLayer.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcLayer.resources.DLL ---------------------------------------- AcAeNet.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcAeNet.resources.DLL ---------------------------------------- AcCloudRender.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcCloudRender.resources.DLL ---------------------------------------- AcCustomize.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcCustomize.resources.DLL ---------------------------------------- AcDxWizard.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcDxWizard.resources.DLL ---------------------------------------- AcExportLayoutUI.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcExportLayoutUI.resources.DLL ---------------------------------------- AcInterfere.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcInterfere.resources.DLL ---------------------------------------- AcLayerTools.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcLayerTools.resources.DLL ---------------------------------------- AcMrUi.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcMrUi.resources.DLL ---------------------------------------- AcMultiLineUi.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcMultiLineUi.resources.DLL ---------------------------------------- AcRecoverAll.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcRecoverAll.resources.DLL ---------------------------------------- AcScaleList.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcScaleList.resources.DLL ---------------------------------------- AcSeamless.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcSeamless.resources.DLL ---------------------------------------- AcUnderlay.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcUnderlay.resources.DLL ---------------------------------------- AcViewTransitionsUi.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcViewTransitionsUi.resources.DLL ---------------------------------------- AdskConnectionPointMgd.resources 程序集版本:1.0.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AdskConnectionPointMgd.resources.DLL ---------------------------------------- AcCalcUi.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcCalcUi.resources.DLL ---------------------------------------- Accessibility 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- 梁板剖面绘制 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/Users/%E5%8D%93%E8%B6%8A%E7%94%9F%E6%B4%BB/Desktop/%E6%A2%81%E6%9D%BF%E5%89%96%E9%9D%A2%E7%BB%98%E5%88%B62/%E6%A2%81%E6%9D%BF%E5%89%96%E9%9D%A2%E7%BB%98%E5%88%B6/bin/Debug/%E6%A2%81%E6%9D%BF%E5%89%96%E9%9D%A2%E7%BB%98%E5%88%B6.dll ---------------------------------------- Windows.UI 程序集版本:255.255.255.255 Win32 版本:10.0.10011.16384 基本代码:file:///C:/WINDOWS/system32/WinMetadata/Windows.UI.winmd ---------------------------------------- Windows.Foundation 程序集版本:255.255.255.255 Win32 版本:10.0.10011.16384 基本代码:file:///C:/WINDOWS/system32/WinMetadata/Windows.Foundation.winmd ---------------------------------------- System.Runtime.InteropServices.WindowsRuntime 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.InteropServices.WindowsRuntime/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.InteropServices.WindowsRuntime.dll ---------------------------------------- System.Runtime.WindowsRuntime 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.WindowsRuntime/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.WindowsRuntime.dll ---------------------------------------- System.Windows.Forms.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- ************** JIT 调试 ************** 应用程序不支持 Windows 窗体实时(JIT) 调试。有关更多 信息,请与应用程序的作者联系。
08-08
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值