Client code can safely assume that the one-off MXBeans are true singletons in the VM. 客户机代码可以安全地把一次性的MXBean当成虚拟机中真正的单体。
By default, services can be singletons or are created on a per-request basis. 在默认情况下,服务可以是单实例的,也可以为每个请求创建服务实例。
If you know that a book has at most one price element, you can write the query using XQuery value comparisons, which force the comparison operands to be singletons. 如果知道某个book至多有一个price元素,则可以使用XQuery的值比较来编写查询,这迫使进行比较的操作数是单个数。
Although the use of singletons supported the reuse goals of the project, this pattern caused all code to be dependent on particular instances of cross-cutting concern classes. 虽然独立模式可对项目的重用目标提供支持,但该模式会导致所有代码对横切关注点类的特殊实例产生依赖性。
Much of this comes from the overuse of singletons, where many of these so called god objects can be impossible to extend from. 这个问题主要源于单一实例的过度使用,因为它会造成大量不可扩展的所谓godobjects的出现。
Millions of singletons were being encouraged to pay about 100 yuan to submit photos of themselves-along with their vital statistics, age, salary, profession and hometown-to be viewed by people shopping for a partner. 数以百万的单身者在交付约100元的报名费后,即可提交个人照片,以及包括年龄、收入、职业和籍贯的重要个人资料,单身者可根据资料筛选自己的意中人。
The rise of singletons as a consumer group is not without its own costs. 消费者群体中单身族的崛起并不是没有代价的。
For singletons longing for a partner to cuddle, a Japanese-designed coat could have the answer. 对那些渴望另一半拥抱的单身,一件来自日本设计的外套可以给你答案。
In Taiwan, singletons have already topped 42% of the over-20 population. 台湾的单身贵族已经占到20岁以上人口的42%。
In the final panic before the big day you will find many singletons online scrounging for a date. 在情人节这个重要节日的最后恐慌前,你会发现许多单身男女在网络上寻找约会机会。
Of the country's 32 million singletons, the majority about 18 million are women. 全国3200万单身一族中,女性占多数,人数约为1800万。
We hope to keep going on these lines and get out other proposed features like Singletons and Async beans long before the spec goes final. 我们希望能再接再厉并在最终规范发布前提出其他建议如单例及异步beans。
Perinatal mortality associated with abruptio placenta in singletons and multiples 围生儿死亡率与单胎及多胎胎盘早剥有关
They all output the same value illustrating that this is a thread-safe generic way to create singletons. 所有线程都返回相同的值,这说明这是一个线程安全的使用泛型来实现的单态模式。
It is often the case, though, under time pressure, that simple Singletons make it easy to bridge large gaps between components. 尽管在时间压力下,通常情况是用简单的单件来连接各种各样的组件比较容易。
Singletons shower each other with tender gifts: a barrage of pearls; a storm of sweets. 在这一天,单身人士会彼此交换很多贴心的礼物:比如大包的珠宝首饰、大把的糖果。
Furthermore, I didn't like the way Cairngorm had only one main controller and everything was accessed through singletons, allowing only one model and one controller. 此外,我对Cairngorm只有一个主控制器并且所有东西都需要通过单例来访问的方式不太满意,因为这样只允许存在唯一一个模型及控制器。
The first component to move towards the service locator design, and away from its singleton origins, is the one that depends on no other singletons, yet may be depended by other singletons. 迈向服务定位器设计、摆脱单件血统的第一个组件是不依赖于其它单件、但被其它单件依赖的组件。
The latest release of OpenEJB, an open source lightweight EJB3.0 implementation framework, supports EJB3.1 Singletons, Constructor Injection and integration with Spring framework. 最新版的OpenEJB(一个开源、轻量级的EJB3.0实现框架)支持EJB3.1Singletons、构造器注入及与Spring框架的集成。
What starts with one or two singletons, can end up being tens or even hundreds, until the entire team declares that the code is unmaintainable. 但应用中的单件数目,会从开始的一两个变成最后的数十甚至数百个,直至整个团队表明代码是不可维护的。
It works for situations where there are hundred of components with which started out as a nest of singletons, and are now lightweight Dependency Injection. 原先单件套单件重重叠叠的数百个组件,现在变成了轻量级的依赖注入。
There may be loveless singletons around, but as long as nobody wants to marry them, the situation is said to be a "stable assignment". 或许还是会有一些没有爱情的单身人士,但只要没有人愿意跟他们结婚,这种状况就可以被称为稳定分配(stableassignment)。
Singletons, whether unmarried or divorced, are able to sign up for the roughest, toughest unaccompanied positions. 单身者,无论未婚或离异,都能够签约获得那些最难熬、最艰苦的无伴从职位。
Neither lock is needed for thread-static singletons. 线程静态单例不需要这两种锁定。
Singletons and static state have been accused of being problematic for many years. 单件和静态状态已经因问题重重而被指责了多年。
The only static feature the Scala language offers is ( companion) objects, whose counterparts in Java are singletons. Scala语言所提供的唯一一个静态特性就是对象,其在Java中的等价物就是单例。
When you have exhausted the list of Singletons to eliminate, you can revisit the code fragments that use the service locator. 当你把单件消灭完毕之后,应该重新检查一遍所有调用服务定位器的代码片段。