namespace pollution的意思|示意
命名空间污染
namespace pollution的网络常见释义
命名空间干扰 ... namespace name 命名空间名称 namespace pollution 命名空间干扰 namespace prefix 命名空间前缀 ...
命名空间污染 名字空间命名空间污染(namespace pollution)是用许多不同模块创建库时遇到的一个问题。一个典型的库模块将会有一个与之相对应的#include文件,这个文件为库中所出现的例程、...
名字空间污染 因为即使是最小的模块也要链接到整个 内核中,所以必须防止名字空间污染(namespace pollution),解决的办法可以将所有符号定义为静态变 量,并且在表示非全局变量的符号前加上一个内核中 唯一的前缀。
namespace pollution相关短语
1、 global namespace pollution 全局名字空间污染 ; 全局命名空间污染
namespace pollution相关例句
It has been said that namespace pollution is the worst pollution in software engineering.
有人说命名空间污染是软件工程中最糟糕的污染。
Your resources should be defined at the cluster scope to avoid namespace pollution and keep resource definitions visible only in the servers where those resources are actually used.
为避免命名空间污染,应在集群范围定义您的资源,并保持资源定义仅在实际使用这些资源的服务器中可视。
The modules you define will create a logical group and liberal use of modules will prevent pollution of the global namespace.
您定义的模块将创建一个逻辑组,模块的自由使用防止了全局名称空间的污染。
Obviously, global variables could do the same job, but they cause the familiar problems with pollution of the global namespace, and allow mistakes due to non-locality.
显而易见,全局变量可以做同样的工作,但它们带来了大家熟知的全局性名称空间污染的问题,并会因非局部性而引起错误。