单词 | singleton |
释义 |
复数:singletons 例句释义: 单张,单元素集合,单例模式,单件,单件模式 1. The remaining alternative is to use a service locator, make it a singleton, but remove the reference cache. 剩下的一个选择是使用服务定位器使用集合的方式,但是要去除引用缓存。 www.ibm.com 2. I went and had a look round Kew Gardens with the botanist Joyce Singleton; it was a bit of a busman 's holiday for her. 我同植物学家乔分伊斯辛格尔顿一起去参观了丘花园,对她来说,这有点象照常工作的例假日味道。 tr.bab.la 3. Since an instance of a subclass is an instance of your superclass, you could find multiple instances of the singleton. 由于子类的实例也是单例类的实例,所以可能出现多个单例实例并存的情况。 www.bing.com 4. The server is a singleton object that has its own dual interface as well as a dispatch interface used for firing off events. 服务器是一个singleton对象,它具有自己的双重接口和一个用于引发事件的调度接口。使用。 msdn2.microsoft.com 5. As I said, after creating the singleton instance of the class, the code initializes it. 如上所述,在创建该类的单个实例后,该代码会将其初始化。 blog.163.com 6. Annotation-based injection often used by JAX-RS resource classes may not be supported in the case of a singleton instance. 常被JAX-RS资源类使用的基于注释的注入可能在一个单例实例的情况内并不受支持。 www.ibm.com 7. The current item of the collection is bound to automatically if the target of a binding is a singleton value. 如果绑定的目标为单一实例值,则会自动绑定到集合的当前项。 technet.microsoft.com 8. This form of progesterone has previously been shown to reduce the rate of recurrent preterm birth in singleton gestations . 此类型的黄体激素之前显示可以减少单胞胎的早产风险。 dictsearch.appspot.com 9. The singleton exception publisher was responsible for ensuring that exceptions were reported to a single location within the system. 独立异常发布程序负责确保将异常报告给系统中某个单一的位置。 www.ibm.com 10. The Singleton pattern applies to situations in which there needs to be a single instance of a class. 单例模式支持那些需要只保存一个单独的实例的类。 blog.sina.com.cn 1. The class acts as a singleton and the only available instance can be retrieved later through the getInstance method. 该类充当一个单例,并且是后来可通过getInstance方法来检索的唯一可用实例。 blog.163.com 2. There is no doubt that a DI application is a more testable and cleaner architecture than the sprawling singleton hair-ball. 毫无疑问,使用DI的应用要比东一块西一块的单件应用有更可测、更清晰的架构。 www.infoq.com 3. Since there is only one singleton instance, any instance fields of a singleton will occur only once per class, just like static fields. 由于只有一个单实例,单例对象的域只会在一个类中出现一次,就像静态域一样。 www.bing.com 4. The connection factory singleton could have been extended with a Runnable interface to provide a connection close on inactivity timeout. 独立连接工厂可以使用Runnable接口进行扩展,以提供基于非活动超时的连接关闭。 www.ibm.com 5. The change in her, she appears to be the must singleton club to join the girls can also usher in their love? 而在她变化的过程中,她这个看似一定得加入单身俱乐部的女孩又是否能迎来自己的爱情? dictsearch.appspot.com 6. Most helper APIs like this one and EJB singleton session beans are great candidates for the application scope. 大多数像这样的助手类API和EJB单例会话bean都很适合于选用应用范围的作用域。 xwj148.blog.163.com 7. Most caches are implemented using the Singleton pattern involving a static reference to a top level Cache class as shown in this example. 使用Singleton模式实现的大多数缓存都涉及本例所示的对顶级Cache类的静态引用。 www.ibm.com 8. The GameServer singleton is used for its positions array, which has the current state of each square on the game board. GameServer单例用于它的位置数组,其中保存了游戏面板上每个格子的当前状态。 www.ibm.com 9. As its name suggests, the Singleton Pattern is typically used when you want only one instance of a particular class. 如其名称所暗示的,当您想要特别类的仅仅一个实例时,才使用Singleton模式。 www.ibm.com 10. This constitutes a "between" predicate since the self axis always evaluates to a singleton. 由于self轴始终对单个值进行计算,因此上述表达式构成了“between”谓词。 www.ibm.com 1. In regular expressions, a normal character is an atom that denotes the singleton set of strings containing only itself. 在正则表达式中,一个常规字符是一个原子,它表示只包含其自身的单字符串集。 msdn2.microsoft.com 2. Under the relaxation he seeks, couples would be allowed an extra child if only one parent were a singleton, not both. 在他所寻求的宽松政策中,允许父母双方只有一个是独生子女,而不是夫妇双方都是独生子女的夫妇生养另外一个孩子,。 blog.sina.com.cn 3. Or how do fridge microbes of an urban singleton stack up with those of a suburban family? 城里冰箱里的单个的细菌是怎样和郊区家庭里的细菌堆积联系起来的? www.kekenet.com 4. Volunteers will visit the singleton elderly in the Kwun Tong District at least once every two months for one year . 各组义工将于未来一年内,最少每两个月探访观塘区的独居长者一次。 www.bing.com 5. The singleton pattern can be used to delay the initialization of an object as long as possible. 单元素模式可以用来尽可能久地延迟对象的初始化。 www.cnblogs.com 6. That to say, the couple has responsibility recommending their singleton in the party. 也就是说,参加的夫妻或情侣有义务向大家推荐自己的单身朋友。 www.5yi.com 7. Implement it using a centralized configuration singleton, which you can configure with a properties file. 使用一个集中的配置singleton来实现它,对于这个singleton,可以使用一个属性文件进行配置。 www.ibm.com 8. The singleton instance serves concurrent requests using multithreading, so it has to be thread-safe. singleton实例使用多线程服务并发请求,因此它必须是线程安全的(thread-safe)。 www.ibm.com 9. Instead, Scala supports a singleton object construct to support those cases where exactly one instance of a type is needed. 相反,Scala支持单例模式,可以应用于那些一种类型只有一个实例的情况。 www.bing.com 10. Singleton mode provides a shared instance of the object with a particular name, which will be retrieved on lookup. 单态模型提供了具有特定名称的对象的共享实例,可以在查询时对其进行检索。 www.ibm.com 1. The following example returns the predicted state of the Bike Buyer column in a singleton query. 以下示例返回单独查询中BikeBuyer列的预测状态。 technet.microsoft.com 2. To configure the query builder to create singleton predictions , click Singleton Queries in the top left corner of the tab . 若要配置查询生成器以创建单独预测,请单击该选项卡左上角的“单独查询”。 www.bing.com 3. However, the project had two closely related scenarios where the singleton pattern proved useful: for logging and exception handling. 不过本项目中有两个紧密相关的场景可以证明独立模式是有用的:可以用于日志记录和异常处理。 www.ibm.com 4. Results: The total score and number of positive items of SCL-90 were higer in non- singleton than in singleton. 结果:独生子女SCL-90的强迫、人际关系敏感、抑郁因子,总分以及阳性项目数显著低于非独生子女。 www.theautoindex.com 5. Having this method available can be helpful in the application in general because now the singleton becomes easily mutable. 总之,在应用程序中增加这个方法是很有用的,因为我们现在可以轻松地修改单一实例。 www.ibm.com 6. Some of the patterns covered are Singleton, Observer, Template Method, Iterator , and Proxy. 这些模式涵盖了单件模式,观察者模式,模板方法模式,迭代器模式和代理模式。 dictsearch.appspot.com 7. The problem with this line of code is that the variable instance can become non-null before the body of the Singleton constructor executes. 这行代码的问题是:在Singleton构造函数体执行之前,变量instance可能成为非null的。 www.ibm.com 8. Upon failure, a singleton must be restarted on the same server or migrated to a new server. 当失败的时候,独立对象必须在同一个服务器上重起或者移植到另一台服务器上。 blog.163.com 9. Changing from singleton to multiple elements affects results that will have more instances of the same element. 从一到多将使结果中出现同一元素的多个实例。 www.ibm.com 10. The component consists of a singleton class named PoIdGenerator, exposing a simple API, and responsible for managing blocks of POIDs. 这个组件由名为PoIdGenerator的单一类组成,它公开一个简单的API,并且负责管理POID块。 www.ibm.com 1. To facilitate this, the plug-in class implements the singleton pattern: It stores a reference to itself in a private class variable. 为了使这一点更方便,插件类实现单模式(singletonpattern):它在私有类变量中存储一个自身的引用。 www.ibm.com 2. The code at BE allocates the memory from the heap for the Singleton object and stores a pointer to that memory in eax. BE处的代码为Singleton对象从堆中分配内存,并将一个指向该块内存的指针存储到eax中。 www.ibm.com 3. Implement and get a singleton female cost, this is the country to respond to a nation called on to one child family sympathy. 实行并领取独生子女费一项,本是这个国家对响应国家号召只生一个孩子的家庭给予的慰问。 blog.sina.com.cn 4. lack of diabetes, singleton pregnancy, cephalic presentation, and cervical dilatation of less than 6 cm. 收纳条件包括未产妇、没有妊娠糖尿病、独生子、头位生产、且子宫颈扩张小于6公分。 dictsearch.appspot.com 5. Returns the elements of the specified sequence or the specified value in a singleton collection if the sequence is empty. 传回指定之序列的项目;如果序列是空的,则传回单一集合中型别参数的预设值。 technet.microsoft.com 6. Instead you can define some as an object (instead of a class) and it becomes a singleton instance of the class. 相反您可以定义一个对象(而不是类)并且它将成为类的一个单例实例。 www.ibm.com 7. Another way is for each component type to use its own instance of service locator, not a singleton. 另外一个方法是每个组件类型使用它自身的服务定位器实例,而不是集合。 www.ibm.com 8. This line is supposed to ensure that instance will only ever be null or refer to a fully constructed Singleton object. 此行应该确保instance只为null或引用一个构造完整的Singleton对象。 www.ibm.com 9. You can implement either approach in a Singleton utility class maintained and provided by the plug-in. 您在该插件维护和提供的Singleton实用程序类中实现这两种方式中的哪一种都可以。 www-128.ibm.com 10. Singleton: A singleton is active on exactly one server in the cluster at a time and processes requests from multiple clients. 独立的:一个独立的对象在一个时间内只活跃在集群中的一台服务器上,处理来自多客户端的请求。 blog.163.com 1. The Message singleton serves as a metadata repository and factory class for the Message class. 单实例对象Message作为Message类的元存储库和工厂类。 www.ibm.com 2. What seems even more perplexing is why there isn't a singleton version of a stateless session bean. 使我感到更为疑惑的是为什么这里不存在无状态会话bean的单独版本。 www.ibm.com 3. In some none-too-uncommon circumstances, however, multiple instances can occur, even in a class coded as a singleton. 然而,在一些及其少见的环境下,即使该类被定义为单例形式,但多个实例仍会出现。 www.bing.com 4. Static access is especially useful for implementing the singleton design pattern, where only one instance of class exists. 静态访问特别适合实现单一设计模式,在这种模式中只存在一个类实例。 www.ibm.com 5. So the first generation of singleton female to strengthen financial planning knowledge, and implementation of financial planning scheme. 因此第一代独生子女要加强对理财规划知识的了解,并认真的执行理财规划方案。 goabroad.zhishi.sohu.com 6. the singleton failed to attract initial saccades under these conditions. 单身未能吸引初步扫视在这种情况下。 www.syyxw.com 7. Therefore, use of a singleton instance for JAX-RS resources should be avoided unless carefully planned. 因此,除非仔细计划,否则应该避免使用JAX-RS资源的单例实例。 www.ibm.com 8. The Application class is a singleton class that acts as a controller for all of the application's operations. Application类是一个单身类(singletonclass),用作应用程序的所有操作的控制器。 www.ibm.com 9. Objective: To Compare the status of mental health and character of the singleton and non-singleton college students. 目的:比较独生与非独生子女大学生的心理健康状况及人格特征。 www.theautoindex.com 10. Being close to wild roses in appearance, the singleton fits the unfussy modern garden. 这种样子和野生蔷薇差不多的品种可以种植在那些不是很讲究的现代花园。 www.bing.com 1. The women were part of an ongoing maternity cohort who deliered singleton babies and had lien blood samples early in pregnancy. 受试者妇女有部分是正在产科医院中生了单胞胎并在妊娠早期留有血样的产妇。 www.showxiu.com 2. This line of code creates a Singleton object and initializes the variable instance to refer to this object. 此行代码创建了一个Singleton对象并初始化变量instance来引用此对象。 www.ibm.com 3. All had singleton pregnancies at less than 21 weeks' gestation at the time of enrollment, between 2005 and 2008. 在2005年和2008年登记参加试验时,这些人都至少怀孕21周。 www.bing.com 4. And, to make matters worse, the model is simply a global state, expressed through a singleton. 但更糟的问题是模型只是通过单体模式表达的一个全局状态。 www.infoq.com 5. The Singleton Query Input table appears on the tab, with the columns automatically mapped to the columns in the Mining Model table. 该选项卡中将出现“单独查询输入”表,该表中的各列自动映射到“挖掘模型”表中的各列。 msdn2.microsoft.com 6. That made it possible to identify which babies born as "singleton s" had actually started their lives as twins. 这使人们能够鉴别新生婴儿是否在妊娠初期有双胞兄妹的存在。 club.topsage.com 7. We could either implement each state as a Singleton, or create a factory of states which creates and manages the states. 我们既可以执行每个状态作为Singleton,也可以创建一个状态工厂用于生成和管理状态。 www.ibm.com 8. To create an instance of the Factory Method Pattern, perform the same steps as for the Singleton Pattern. 要创建Factory方法模式的实例,执行同Singleton模式相同的步骤。 www.ibm.com 9. The Select Input Table window is replaced with a Singleton Query Input window. “单独查询输入”窗口将取代“选择输入表”窗口。 technet.microsoft.com 10. George Singleton whose novel Work Shirts for Madmen hits shelves this month serves up some good ol' Southern fare on a napkin. GeorgeSingleton在餐巾上放了一笔可观的费用,其新作《疯子的工作装》于本月上架。 www.bing.com 1. One of the things we are working on is support for clustered singleton services. 我们正在做的一件事是支持集群的单例服务。 www.infoq.com 2. These absolute risks are high compared with those for singleton term births in Scotland during the same period. 在同时期内的资料看来,这样的绝对风险比独生子女还高。 www.24drs.com 3. Application scope effectively means that your authorizationManager is a singleton with only one shared instance in the application. 应用程序范围意味着您的authorizationManager是独立的,应用程序中只有一个共享实例。 www.ibm.com 4. This also allows components to be defined as @Singleton, which both ensures a single instance and avoids static lookups. 此外,它还支持将组件定义成@Singleton,既保证了单例又避免了静态查找。 www.infoq.com 5. It is much simpler for the service locator to be a singleton. 服务定位器作为集合的形式实现起来要简单的多。 www.ibm.com 6. I'll examine the idea of a singleton, memory pooling, and data streaming. 我将分析单元素、内存池和数据流的概念。 www.cnblogs.com 7. Singleton -- returns reference to the single instance of the delegate object. Singleton——返回对委托对象单个实例的引用。 www.ibm.com 8. The overall pressure and solution differ greatly between singleton and non-singleton, male and female students. 独生与非独生子女之间、男女大学生之间总体压力和应对方式上均存在显著差异。 www.magsci.org 9. The constructor of BookWebApp gets the singleton instance of the book service implementation object. BookWebApp的构造函数获取这个图书服务实现对象的singleton实例。 www.ibm.com 10. When a singleton class is garbage-collected and then reloaded, a new singleton instance is created. 当一个单例对象被当着垃圾回收,然后该单例类又被重新加载,一个新的单例对象被创建。 www.bing.com 1. Create a private attribute for the Singleton Pattern called _instance. 为Singleton模式创建私有属性,称为_instance。 www.ibm.com 2. The query compiler uses the DOCUMENT flag in type checks during query compilation to infer singleton top- level elements . 查询编译器在编译查询过程中的类型检查中使用DOCUMENT标志以推断单一的顶级元素。 www.bing.com 3. Methods Introduce a non-singleton fuzzy system into the structure of the regular neural networks to construct the prediction model. 方法通过将非单点模糊系统引入正则神经网络结构来建立模型。 www.ceps.com.tw 4. Because this decision makes all Leaves identical, we'll keep a singleton for Leaf in a static field. 由于这一决定使所有的Leaf相同,我们将用一个静态字段为Leaf保留一个单元素。 www.ibm.com 5. As a result, instance is now non-null and refers to a valid Singleton object. 结果是,instance现在为非null并引用一个有效的Singleton对象。 www.ibm.com 6. If you want to use a singleton query instead of an input table, right-click in the Query Design pane and select Singleton Query. 如果希望使用单独查询而不是输入表,请在“查询设计”窗格中单击鼠标右键,并选择“单独查询”。 technet.microsoft.com 7. To get a Workspace object, the user must request one from the repository singleton. 要获得Workspace对象,用户必须从惟一资料库中请求一个对象。 www-128.ibm.com 8. Cmdlets that end in "Config" manage singleton configuration, either one per server or organization. 以“Config”结尾的cmdlet管理单个配置,或者是每个服务器,或者是一个组织。 technet.microsoft.com 9. Singleton female college student on premarital cohabitation and sexual concept more open. 独生子女大学生对婚前同居和性观念比拟开放。 www.pjx8.com 10. For event sequencing to work properly, this value must remain one so that all requests are processed for sequencing by the same singleton. 为了能让事件排序正确工作,此值必须保持为1以便所有请求都能被相同的singleton做排序处理。 www.ibm.com 1. Maternal anemia and chronic hypertension also increase preterm and low birth weight risk on singleton , but not in twins. 产妇贫血及慢性高血压为单胞胎早产及低出生体重的危险因子,双胞胎则无。 ntur.lib.ntu.edu.tw 2. Spring has traditionally offered two scopes for beans: Singleton and Prototype (or non-singleton). Spring之前为bean提供了两种作用域:单例和原型(或者叫非单例)。 www.infoq.com 3. Our goal is to allow users to specify a clustered singleton using an annotation and custom SCA scope. 我们的目标是让用户能通过注解(annotation)和定制的SCA范围来指定集群的单例服务。 www.infoq.com 4. George Singleton has published four story collections, including Drowning in Gruel. GeorgeSingleton已经出版四部故事集,包括《在稀粥中淹死》。 www.bing.com 5. Drag and drop the Singleton Pattern instance from the Pattern Explorer into the UML Class Diagram view. 将Singleton模式实例从模式浏览器中拖拽到UML类图视图中。 www.ibm.com 6. On the Singleton Query Input table, select values in the Value column to describe the case for which you want to create a prediction. 在“单独查询输入”表中,选择“值”列中的值,用以说明要为其创建预测的事例。 msdn2.microsoft.com 7. The GameService class, in Listing 10, is a singleton class that represents the game server and the current state of the given game. 清单10中的GameService类是一个单例类,代表给定游戏的游戏服务器和当前状态。 www.ibm.com 8. I prefer the view expressed by Henry Singleton, founder of Teledyne Technologies: "Any idiot can cut costs. " 我更喜欢TeledyneTechnologies公司创始人亨利-辛格尔顿(HenrySingleton)说的一句话:“连傻子都能削减成本。” www.ftchinese.com 9. Otherwise, caesarean will increase preterm and low birth weight risk on singleton, but twins is opposite. 剖腹生产与单胞胎的早产及低出生体重有关,双胞胎则呈现相反结果。 ntur.lib.ntu.edu.tw 10. Is a singleton class, which means only this instance of this class can exist. 是一个单独的类,这意味着该类只能存在此实例。 msdn2.microsoft.com 1. Using C# 2. 0 Generics, it is possible to create what I have called a 'Singleton Provider'. 使用C#2.0的泛型,使得实现我所说的“单例提供者”成为可能。 www.cnblogs.com 2. A singleton bucket is indicated by a Low value in the result set being equal to the corresponding High value. 单一域桶是通过结果集中的Low值等于相应的High值进行指示的。 www.ianywhere.com 3. OWNER must be a singleton account and not a group or role. OWNER必须是单独帐户而不是组或角色。 technet.microsoft.com 4. On the first line, Upper is now declared as an object, which is a singleton. 在第一行,Upper被定义为一个object,也就是单体模式。 www.bing.com 5. When copies of the singleton class run in multiple VMs, an instance is created for each machine. singleton类的拷贝跑在虚拟机中的时候,在每个机器中都创建了一个自己的实例。 bbs.xml.org.cn 6. Also does the DI container get populated with the results of singleton lookups initially, with TODO comments promising a revisit later? 抑或是先用单件查找的结果填充DI容器,写上TODO注释表示以后再完善吗? www.infoq.com 7. All operations are generally backed by a singleton object instance. 所有操作通常都是由一个单独的对象实例提供支持。 www.ibm.com 8. This class is a singleton, meaning there's only one map of running server instances for all projects. 这是一个惟一的类,也就意味着所有项目正在运行的服务器实例只有一个惟一的映射。 www.ibm.com 9. The ViewModel document manager referenced in the last line is a singleton that manages all open ViewModel documents. 最后一行中引用的ViewModel文档管理器是管理所有打开的ViewModel文档的单一实例。 harvey8819.blog.163.com 10. The static getInstance method contains the template code for a singleton. 静态getInstance方法包含单例的模板代码。 www.ibm.com 1. The static getInstance method contains the template code for a singleton. 静态getInstance方法包含单例的模板代码。 www.ibm.com 2. A singleton query is useful if you want to create a prediction only for a single case. 如果仅需要为单个事例创建预测,则单独查询会非常有用。 msdn2.microsoft.com 3. Present singleton female just stepped a door, incommensurate to collective a lot of things, dare not contact with other even. 现在的独生子女刚踏出家门,对集体的很多事情都不适应,甚至不敢与他人接触。 dictsearch.appspot.com 4. This singleton is the root management object that starts and stops all other management tasks. 这个单实例对象是根用户管理对象,启动和停止所有其他管理任务。 www.ibm.com 5. If a node is specified as a singleton in the XML schema, the compiler uses that information and no error occurs. 如果某个节点指定为XML架构中单一的节点,则编译器将使用该信息,并且不会发生任何错误。 msdn2.microsoft.com 6. Sometimes it's just easier to write a simple algorithm than it is to incorporate a singleton or facade pattern. 有时候,写一个简单的算法,要比引入某种模式更容易。 blog.sina.com.cn 7. A singleton connection factory is provided to ensure that each thread in the pool is connected only once. 提供了独立连接工厂来确保池中的每个线程仅连接一次。 www.ibm.com 8. Returns the singleton application instance. 返回应用程式单例对象。 www.cocoachina.com 9. This replaces the Select Input Table(s) dialog box with the Singleton Query Input dialog box. 这将以“单独查询输入”对话框代替“选择输入表”对话框。 msdn2.microsoft.com 10. In this video we chill at his house and talk to Singleton about . . . well, everything. 在这段视频中,我们在他的房子里放松了一会,并与他聊了聊…所有事情。 www.elanso.com 1. For more information about singleton queries, see Singleton Query. 有关单独查询的详细信息,请参阅单独查询。 msdn2.microsoft.com 2. Rather than one-child won general social support scores and feel social support than the singleton female. 而非独生子女获得的总的社会支持分数和感受到的社会支持都要比独生子女的多。 www.bing.com 3. The singleton provides us with the means to store another object that is used for the aggregation done in each UDF in the SQL statement. 单件为我们提供了一种可以将SQL语句中每一个UDF进行聚集计算时需要的数据存储在另外的对象当中的方式。 www.ibm.com 4. Doing so creates an instance of the Singleton Pattern in the Model Explorer. 执行此操作将会在模型浏览器中生成一个Singleton模式的实例。 www.ibm.com 5. You can have a SingletonFactory class with a globally accessible map of class names or Class objects to singleton instances. 创建一个SingletonFactory类去全局映射类名(或者是类对象)和单实例对象。 www.bing.com 6. The source query for the prediction join can either be a table or a singleton query. 用于预测联接的源查询可以是表,也可以是单独查询。 msdn2.microsoft.com 7. Conclusion The twin pregnancy and singleton pregnancy have different growth patterns in the third trimester pregnancy. 结论双胎妊娠胎儿与单胎妊娠胎儿在晚孕期有着不同的生长发育规律。 www.hxyxqk.com.cn 8. Yang Mi, born on September 12, 1986 in Beijing China, is the singleton in her family. 杨幂,在1986年9月12日在中国北京出生,在她的单身家庭。 blog.sina.com.cn 9. A basic property of a singleton is that only one instance of such an object exists in the environment, that is the JVM. 单件的基本属性就是环境中仅存在该对象的一个实例,本例中的环境即JVM。 www.ibm.com 10. Because instance is non-null, a second Singleton object is not created and the one created by thread 1 is returned. 由于instance是非null的,并没有创建第二个Singleton对象,由线程1创建的对象被返回。 www.ibm.com 1. Class is a singleton - only one instance is alive in the Java virtual machine. 类是单元素在Java虚拟机中只有一个实例是有效的。 www-128.ibm.com 2. The mental health of singleton was better than that of non-singleton. 2. 独生子女的心理健康状况好于非独生子女。 www.fabiao.net 3. The Singleton creation pattern is a common programming idiom. 单例创建模式是一个通用的编程习语。 www.ibm.com 4. The activation mode for RecordingsManager is a singleton, so you will have only one instance of RecordingsManager running on the server. RecordingsManager的激活模式是Singleton,因此只会有一个RecordingsManager实例运行在服务器上。 msdn2.microsoft.com 5. This test is best for singleton pregnancy and multiply pregnancy might affect the result. 这项测试对单胎妊娠最佳,多胎妊娠有可能会影响结果。 www.hudong.com 6. The Singleton pattern is shown in Figure 5. Singleton模式如图5所示。 www.ibm.com 7. In this model, non singleton fuzzier was introduced into regular neural network, so that noise could be removed from train data adaptively. 该算法将非单点模糊化技术引入正则神经网络,在自学习的过程中,能够自动滤除训练数据中的噪声,获取准确的信息。 dictsearch.appspot.com 8. Singleton female parents retired old lump-sum award standard is 15 years is not changed. 独生子女父母年老退休时一次性奖励标准也是15年未变。 www.268r.com 9. BookServiceImpl is a singleton class that uses an in-memory map to maintain the collection of book objects. BookServiceImpl是一个singleton类,使用一个内存映射图(in-memorymap)来维护图书对象集合。 www.ibm.com 10. I have tested this code with a Dual Processor with hyper-threading enabled with 100 threads accessing the singleton. 我已经在一个超线程的双处理器上使用100个线程在单态模式下进行了测试。 www.cnblogs.com 1. I have tested this code with a Dual Processor with hyper-threading enabled with 100 threads accessing the singleton. 我已经在一个超线程的双处理器上使用100个线程在单态模式下进行了测试。 www.cnblogs.com 2. A Scitter singleton object handles those operations that don't require an authenticated user. 一个Scitter独立对象,处理那些不需要对用户进行验证的操作。 www.ibm.com 3. Singleton types never have more than one instance at any one time. Singleton类型在任何时刻只能有一个实例。 msdn2.microsoft.com 4. Because it is not, thread 2 returns the instance reference to a fully constructed, but partially initialized, Singleton object. 因为实例不为null,线程2将instance引用返回给一个构造完整但部分初始化了的Singleton对象。 www.ibm.com 5. By simply having a member variable following the xyzService convention, Grails knows to inject the xyzService singleton. 只要拥有遵循xyzService约定的成员变量,Grails就知道需要注入xyzService单体。 www.ibm.com 6. Those who use it will find that they often have to write the same code each time they want to create a different Singleton class. 他们会发现每次他们要创建一个不同的单例类的时候,都不得不写同样得代码。 www.cnblogs.com 7. Class, which again adopts a singleton design pattern. 类可以展示这一点,该类也采用了singleton设计模式。 www-128.ibm.com 8. The JVM is shared between the UDFs, so the singleton is also automatically shared. JVM在UDF之间共享,所以单件实例也可自动实现共享。 www.ibm.com 9. We don't really need more than one instance here, so a singleton is fine. 我们实际上并不需要更多的实例,所以单体模式也不错。 www.bing.com 10. It is my true belief that Singleton patterns have been used with far too little thought in most frameworks. 我坚信,在大多数的框架中,使用单例模式时,考虑得都太少了。 www.infoq.com 1. The singleton pattern is baked directly into Scala and is used anywhere you would use static methods or variables in the Java language. 单例模式被直接内置在Scala中,可以替代Java语言中的静态方法或变量。 www.ibm.com 2. The Factory class is used to load and create shared and singleton objects. Factory类用来装入并创建共享的和单子(singleton)对象。 www.ibm.com 3. The Singleton starts when the container invokes the newInstance method on the session bean class. 当容器调用sessionbean类的newInstance方法时该单例启动。 www.infoq.com 4. If we follow a straight singleton pattern for PoIdGenerator, this can be problematic. 如果我们使用PoIdGenerator的直接单一模式,可能会出现问题。 www.ibm.com 5. One common use is for storing a singleton of a type that is not thread-safe. 一种常见用法是用于存储非线程安全类型的单例。 www.cnblogs.com 6. Remember that object denotes a singleton in Scala. 还记得吗,object表示Scala中的一个单例。 www.ibm.com 7. You can access methods on singleton objects similar to how you would call static methods. 您可以像调用静态方法一样访问单例对象的方法。 www.ibm.com 8. Both UI components and the Application object (which is a singleton) can receive system events. UI组件和应用对象(这是一个单例)都能收到系统事件。 www.infoq.com 9. Using the UML-Java transformation, generate the code for the Singleton Pattern (see Listing 1). 利用UML到Java的转换,为Singleton模式生成代码(参见清单1)。 www.ibm.com 10. Lines CA and D0 represent the inline constructor storing the values true and 5 into the Singleton object. CA和D0行表示内联的构造函数,该构造函数将值true和5存储到Singleton对象。 www.ibm.com 1. Changing from multiple elements to singleton is more straightforward because it just reduces the cardinality of the results. 从多到一更简单,仅仅减少了结果的基数。 www.ibm.com 2. For example, I could have used a singleton with lower-level mechanisms like a ThreadLocal holding a stack of statistics and context. 例如,我可以用带有更底层机制的单体(例如ThreadLocal)持有一堆统计值和上下文。 www.ibm.com 3. MockupDB, illustrated in Listing 3, is singleton class that simulates a database of customer orders. 清单3所示的MockupDB是个单体类,模拟客户订单的数据库。 www.ibm.com 4. This woman is probably the UK's most famous singleton. 那个女人可能是英国最有名的单身了。 blog.hjenglish.com 5. China have many people, so Chinese families are mostly have singleton child, Parents dote on their more. 中国有很多人,所以中国家庭大都只有一个孩子,父母对独生子女太宠爱。 learning.zhishi.sohu.com 6. Because they are shared between clients, singleton states are unable to make use of their own local, agent-specific data. 因为他们由客户共享,单件状态不能使用他们自有的,特定智能体的数据。 edu.gamfe.com 7. Next, UnitsConverter is also a singleton as it is defined using the object keyword. 接下来,UnitsConverter也是一个单例模式,因为它是使用object关键词定义的。 www.ibm.com 8. You must include the singleton_pool. hpp header to use this interface. 必须包括singleton_pool.hpp头文件才能使用此接口。 www.ibm.com 9. It is actually the real name of the singleton instance of the Unit type! 事实上这是Unit类型单体实例的真正名字! www.bing.com 10. The irony is that delivering and caring for twins costs 16 times as much as for a singleton. 带有讽刺意味的是,生育和照顾双胞胎的费用是一个孩子的16倍。 dictsearch.appspot.com 1. This is sufficient when singleton values are promoted from each XML instance. 从每个XML实例提升单一值时,这就足够了。 msdn2.microsoft.com 2. There are two activation modes for server-activated objects: Singletonand SingleCall. 服务器激活对象有两种激活模式:Singleton和SingleCall。 msdn2.microsoft.com 3. Graphics3D is a singleton and _graphics3d holds a reference for later use. Graphics3D是一个单元素,_graphics3d中保存了一个引用,以备将来使用。 www.ibm.com 4. We made our database a singleton in order to limit the DataBase class to only one instance. 我们将数据库当作一个单实例对象,以将DataBase类限制为1个实例。 www.ibm.com 5. Value indicating whether this is a singleton instance path. 值,该值指示这是否为单独实例路径。 msdn2.microsoft.com 6. In order to reduce memory usage, the resource bundle object is static and singleton. 为了减少内存使用,资源对象是静态和单一的。 www.ibm.com 7. These are called singleton objects, and need only be initialized once. 这些对象被称为单个对象(singletonobject),并且只需要初始化一次。 www.ibm.com 8. Researchers studied nearly 41, 000 singleton pregnancies between 2003 to 2005 at five British maternity wards. 研究人员研究了2003年到2005年5个英国产科病房4.1万名单胎孕妇。 www.chinaenglish.com.cn 9. This is a Scala singleton because it uses the object declaration instead of a class declaration. 这是一个Scala单例(singleton),因为它使用对象声明,而不是类声明。 www.ibm.com 10. This is a standard PHP singleton pattern. 这是一个标准的PHP单元素模式。 www.ibm.com 1. For example, the lookup of an attribute requires a singleton parent element. 例如,对属性的查找需要单一的父元素。 msdn2.microsoft.com 2. For example, take a look at the connection pool singleton in Listing 1. 例如,看一下清单1内所示的这个连接池单例。 www.ibm.com 3. This is important because the singleton aspects are typically not garbage collected. 这一点很重要,因为单体的方面通常不会被垃圾收集。 www.ibm.com 4. Such as guangdong stipulating that after 1 January 2009 reached retirement age town of singleton female parents, rewarded 80 yuan per month. 比如广东省规定凡2009年1月1日后达到退休年龄的城镇独生子女父母,每人每月奖励80元。 www.268r.com 5. The most common such methods are those that return singleton numeric values, such as Sum, Max, Min, Average, and so on. 最常见的此类方法是那些返回单一数值的方法,如Sum、Max、Min、Average等。 msdn2.microsoft.com 6. The database is made up of 11, 061, 599 singleton deliveries between 1995 and 1997. 这一数据库的数据资料来源于1995年-1997年间单胎分娩的11,061,599名孕妇。 news.dxy.cn 7. EJB can make simple things hard. For example, the Singleton design pattern (or alternatives) is hard to implement in EJB. EJB把简单的问题复杂化。例如,单例设计模式很难用EJB实现。 www.open-china.net 8. there was significant difference of major, birthplace and singleton on interpersonal adaptability; 人际适应性存在显著的专业差异、生源地差异与是否独生差异; www.13191.com 9. DispSink Attributes Sample: Handles Events Fired from a Singleton COM Server Through a Dispatch Interface DispSink属性示例:处理单一COM服务器通过调度接口激发的事件 msdn2.microsoft.com 10. Singleton's Influence on the Sports Reserve Human Resources and Its Countermeasures 独生子女对竞技体育后备人才资源的影响与对策分析 www.ilib.cn 1. DispSink Sample: Handles Events Fired from a Singleton COM Server Through a Dispatch Interface DispSink示例:处理单一COM服务器通过调度接口激发的事件 msdn2.microsoft.com 2. Non-singleton fuzzy logic system and its performance of prefilter 具有前置滤波特性的非单点模糊逻辑系统 www.ilib.cn 3. Comparative Changes in Uterine Artery Blood Flow Waveforms in Singleton and Twin Pregnancies 正常单胎及双胎妊娠妇女子宫动脉血流变化的比较 www.ilib.cn 4. The Status Quo of Mentality Health of Singleton Undergraduate and Countermeasure 独生子女大学生群体心理健康现状分析 www.ilib.cn 5. Application of Inverter in the Reform of Singleton Paper Lithography Machine 变频器在单张纸平版印刷机改造中的应用 www.bpqcgw.com 6. The Singleton and Factory Patterns in PHP: Building object-oriented forms 建立面向对象的表单 www.rollenc.com 7. Nonlinear communications channel equalization based on non-singleton fuzzy logic system 非单点模糊逻辑系统在非线性信道均衡中的应用 www.ilib.cn 8. And a singleton class called 以及一个叫做 www-128.ibm.com 9. The singleton should not be seen as way to implement global variables in Java; 单例对象不能被简单地当着是java中的全局变量; www.bing.com 10. Prediction of Frequency Parameters of Short-wave Communication Based on Non-singleton Fuzzy System 基于非单点模糊系统的短波通信频率参数预测 www.ilib.cn 1. The following is a generic example of the singleton statement 下面是单独语句的一般示例 msdn2.microsoft.com 2. Singleton with static factory method 公有静态成员是一个工厂方法 macrochen.blogdriver.com 3. An Intelligent Control System of Guided Bomb Based on Non-singleton Fuzzy Regular Neural Networks 基于非单点模糊网络的制导炸弹智能控制研究 service.ilib.cn 4. The web is a multiunser environment, so holding application state in static objects such as singletons is likely to cause issues Web是一个多用户环境,所以在一个静态对象中(如singleton)保持应用状态是有可能引起问题的。 www.infoq.com 5. Predictive coding based on non-singleton fuzzy regular network 基于非单点模糊正则网络的图像预测编码 www.ilib.cn 6. if this is a singleton instance path ; otherwise , 如果这是单独实例路径,则为 www.ichacha.net 7. This has the usually undesirable effect of making the descriptor something like a singleton. For example 这通常对描述符起到不好的影响,使它类似于一个单例模式(singleton)。 www.ibm.com 8. Using C# 2. 0 Generics to achieve a reusable Singleton pattern 使用C#2.0泛型来完成单例模式的重用 www.cnblogs.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。