文件名称:delphidicontainer:适用于 Windows 和 MacOSX 上的 Delphi 2010 或更高版本的(简单)Delphi 依赖注入框架
文件大小:820KB
文件格式:ZIP
更新时间:2024-07-09 02:11:14
Pascal
delphidicontainer 适用于 Windows 和 MacOSX 上的 Delphi 2010 或更高版本的(简单)Delphi 依赖注入框架。 program Test01; { $APPTYPE CONSOLE } uses SysUtils, DIContainer in ' DIContainer.pas ' , ServiceTestObjectsU in ' ..\UnitTest\ServiceTestObjectsU.pas ' ; var DIContainer: TDIContainer; s1: TService1; s2: TService2; s3: TService3; s6: TService6; s7: TService7; begin ReportMemoryLeaksOnShutdown := T
【文件预览】:
delphidicontainer-master
----src()
--------DCTC.xml(3KB)
--------DIContainer.pas(15KB)
----bin()
--------container.conf(235B)
--------FastMM_FullDebugMode.dll(194KB)
--------DCTD_cmd.exe(1.25MB)
--------dunit.ini(562B)
----ProjectGroup.groupproj(2KB)
----doc()
--------html()
----README.md(3KB)
----UnitTest()
--------FastMM_FullDebugMode.dll(172KB)
--------ServiceTestObjectsU.pas(7KB)
--------TestDIContainer.pas(10KB)
--------Test01Tests.dproj(11KB)
--------Test01Tests.dpr(2KB)
--------dunit.ini(943B)
--------ServiceTestObjectsU.xml(43KB)
----create_docs.bat(33B)
----test()
--------01()
--------02()