别名问题 meaning in English
alias problem
Examples
- For the federated objects this advisor recommends the actions that can resolve the problem with unhealthy servers and nicknames
对于联邦对象,此顾问推荐了可以解决不健康服务器和别名问题的措施。 - Point . here is another example of a dangling alias problem , which is very similar to one i recently saw in a server application
下面是悬空别名问题的另一个例子,该例子非常类似于我最近在一个服务器应用中所看到的。 - There can be no side effects on immutable objects , and caching a reference to an immutable object is always safe from alias problems
不可变对象上没有副作用,并且缓存不可变对象的引用总是安全的,不会出现别名问题。 - The alias problem is further aggravated by the feature known as serve servlets by classname , which brings us to our next recommendation
通过类名提供servlet这一功能进一步加剧了别名问题,这就引出了我们的下一个推荐。 - Besides garbage collection , two other approaches are commonly used to deal with the problems of aliasing : reference counting and ownership management
为内存管理而管理对象所有权除了垃圾收集之外,通常还有其他两种方法用于处理别名问题:引用计数和所有权管理。