... namespace name 命名空间名称 namespace pollution 命名空间干扰 namespace prefix 命名空间前缀 ...
基于74个网页-相关网页
名字空间命名空间污染(namespace pollution)是用许多不同模块创建库时遇到的一个问题。一个典型的库模块将会有一个与之相对应的#include文件,这个文件为库中所出现的例程、...
基于46个网页-相关网页
因为即使是最小的模块也要链接到整个 内核中,所以必须防止名字空间污染(namespace pollution),解决的办法可以将所有符号定义为静态变 量,并且在表示非全局变量的符号前加上一个内核中 唯一的前缀。
基于8个网页-相关网页
global 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.
您定义的模块将创建一个逻辑组,模块的自由使用防止了全局名称空间的污染。
应用推荐