QT 打开logplus/logPlusAll.pro 项目 设置构建路径这个层级,logplus\build\logPlus_xxxxxxxxx Debug:生成路径logplus/Bin Release:生成路径logplus/BinR 1.Slfio 共享内存 https://www.cnblogs.com/ys0103/p/4562493.html 2.BaseFun 3.HPluginManage 4.CallPlugin 5.qtpropertybrowser 6.Workflow\WFCrystal 7.Workflow\WFEngine 8.Workflow\WFWidget 9.OSGDataModel 10.DataMgr 11.OSGFramework 12.WellLogModule 13.WellLogUI 14.ModuleConsole 15.appDllTest--算法测试 16.ConvertorManager 17.DataOutput--内存分配问题,windows兼容 18.tran\SLFAscIIConvertor 19.DrawBase 20.EditPlotHeader 21.logPlus powershell统计代码行数 Get-ChildItem -Recurse -Include *.h | Get-Content | Measure-Object -Line Get-ChildItem -Recurse -Include *.cpp | Get-Content | Measure-Object -Line Get-ChildItem -Recurse -Include *.ui | Get-Content | Measure-Object -Line