Windows 查看DLL依赖关系的工具,查看DLL的导出函数、导入函数。协助解决Windows开发中的DLL依赖问题。 Windows开发必备。 Dependency Walker 是 Microsoft Visual C++ 中提供的非常有用的 PE 模块依赖性分析工具。主要功能如下: 查看 PE 模块的导入模块。 查看 PE 模块的导入和导出函数。 动态剖析 PE 模块的模块依赖性。 解析 C++ 函数名称。
2022-04-19 16:32:15 589KB Depend DLL
1
文件大小:1.1 MB 最新版本:2.5.2 最新发布日期:2020年10月21日 支持Unity版本:2017.4.40或更高 优化最终的构建大小并保持项目简洁
2022-04-11 02:02:51 1.11MB Asset Reference Dependency
1
maven-dependency-plugin-2.8.jar
2022-03-21 11:01:30 150KB maven-dependency
1
分析jar依赖关系
2022-03-14 09:46:38 5.05MB Dependency Finder
1
windows查看dll和exe的dependency工具,来自vc6,方便使用
2022-03-04 17:45:36 183KB dependency exe dll windows
1
Dependency Injection in .NET 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2022-02-12 22:52:47 12.21MB Dependency Injection .NET
1
Dependency Injection Principles, Practices, and Patterns teaches you to use DI to reduce hard-coded dependencies between application components. You'll start by learning what DI is and what types of applications will benefit from it. Then, you'll work through concrete scenarios using C# and the .NET framework to implement DI in your own projects. As you dive into the thoroughly-explained examples, you'll develop a foundation you can apply to any of the many DI libraries for .NET and .NET Core. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Dependency Injection (DI) is a great way to reduce tight coupling between software components. Instead of hard-coding dependencies, such as specifying a database driver, you make those connections through a third party. Central to application frameworks like ASP.NET Core, DI enables you to better manage changes and other complexity in your software. About the Book Dependency Injection Principles, Practices, and Patterns is a revised and expanded edition of the bestselling classic Dependency Injection in .NET. It teaches you DI from the ground up, featuring relevant examples, patterns, and anti-patterns for creating loosely coupled, well-structured applications. The well-annotated code and diagrams use C# examples to illustrate principles that work flawlessly with modern object-oriented languages and DI libraries. What's Inside Refactoring existing code into loosely coupled code DI techniques that work with statically typed OO languages Integration with common .NET frameworks Updated examples illustrating DI in .NET Core About the Reader For intermediate OO developers.
2022-02-10 02:25:35 14.25MB Depend
1
nist-data离线资源包,用于Dependency-Check部署私有检测库
2022-01-27 14:00:22 73.37MB Dependency-Check
1
文件大小:1.4 MB 最新版本:1.12.2 最新发布日期:2021年8月19日 支持Unity版本:2018.4.0或更高 Maintainer 将帮助您使用以下3合1功能集让您的项目保持整洁: • Issues Finder: 发现并解决问题 • References Finder: 查找对项目中资产或层次结构中对象的引用 • Project Cleaner: 从项目中清除未使用的资产 每个功能都包含在单独的模块中,请参阅下面的所有模块详细信息。 Issues Finder 这个模块允许您将统一项目中找到不同的问题,如缺少脚本,未使用的组件,等等。在今后将能够解决其中的一些问题在批处理模式,让你快速摆脱他们。 References Finder - 使用Project Assets范围搜索在整个项目中搜索资产参考 - 使用Hierarchy Objects作用域搜索在活动场景或预制件中搜索游戏对象和组件参考 找到的所有引用均包括资产路径(如有必要),确切的对象转换路径,组件名称甚至属性路径(如果可能)。 Project Cleaner 查找项目中的垃圾,让您检查它并逐个或以批处理模式删除不必要的资产。
2022-01-20 23:45:18 1.43MB Asset Reference Dependency
1
安全帽依赖编译器 直接从NPM依赖项编译Solidity源。 安装 yarn add --dev hardhat-dependency-compiler 用法 在安全帽配置中加载插件: require ( 'hardhat-dependency-compiler' ) ; 在dependencyCompiler项下添加配置: 选项 描述 默认 paths 依赖路径Array进行编译 [] path ABI导出目录的路径(相对于Hardhat源目录) './hardhat-dependency-compiler' keep 编译完成后是否保留临时文件目录(目录仍将在每次编译时删除并重新生成) false dependencyCompiler: { paths : [ '@openzeppelin/contracts/token/ERC20/IERC20.sol
2022-01-05 18:07:33 51KB npm wow yarn ethereum
1