GAC:全局程序集缓存

“全局程序集缓存”(Global Assembly Cache,常缩写为GAC)是计算机硬件和软件开发中的一个重要概念。它主要用于存储和管理计算机系统中被多个应用程序共享的程序集,从而提高软件运行效率并简化部署流程。无论是系统管理员还是一线开发者,掌握GAC的使用对于优化部署和维护工作都至关重要。

Global Assembly Cache具体释义

  • 英文缩写:GAC
  • 英语全称:Global Assembly Cache
  • 中文意思:全局程序集缓存
  • 中文拼音:quán jú chéng xù jí huǎn cún
  • 相关领域gac 硬件

Global Assembly Cache的英文发音

例句

  1. Removes the browser capabilities factory from the global assembly cache and deletes its strong name public key token file.
  2. 从全局程序集缓存(GAC)中移除浏览器功能工厂并删除其强名称公钥标记文件。
  3. There are scenarios where you explicitly do not want to install an assembly into the global assembly cache.
  4. 在有些情况下,您显然不希望将程序集安装到全局程序集缓存(GAC)中。
  5. Before you add an assembly to security policy, you must give it a strong name and put it in the global assembly cache.
  6. 在将一个程序集添加到安全策略中之前,必须给它提供一个强名称并将其放置在全局程序集缓存(GAC)中。
  7. If the domains do not share a common application base, sign the assembly containing the exception information with a strong name and deploy the assembly into the global assembly cache.
  8. 如果两个应用程序域不共享一个公共应用程序基,则用强名称给包含异常信息的程序集签名并将其部署到全局程序集缓存(GAC)中。
  9. Custom Web Parts that derive from the WebPart class, on the other hand, can be compiled into a reusable DLL and deployed globally in the Global Assembly Cache(GAC) ( GAC ).
  10. 另一方面,自定义Web部件类继承自WebPart类,能够被编译到一个可重用的dll里面,并且部署到全局程序集缓存(GAC)(GAC)。