accessorize

accessorize

1. The get accessor must end in a return or throw statement, and control cannot flow off the accessor body.

get访问器必须以return或throw语句终止,并且控制权不能离开访问器体。

2. An important technique that Java developers can employ to increase encapsulation, and to support information hiding, is the appropriate use of accessor methods.

Java开发人员用来增强封装性和支持信息隐藏的一种重要技术就是恰当地使用读写方法。

3. The JIT compiler understands your need for both efficiency and elegance, so it inlines the property accessor.

JIT编译器了解你的对于效率与优雅的需求,因此它对属性访问符进行了内联。

4. The RaiseEvent keyword declares a custom RaiseEvent accessor.

RaiseEvent关键字声明一个自定义的RaiseEvent访问器。

5. To pass a pointer to its own storage object, the consumer creates an accessor that binds the value of the BLOB column and then calls the IRowsetChange::SetData or IRowsetChange::InsertRow methods.

[本主题是发行前的文件集,在未来的版本中可能有所变更。空白的主题则以预留位置表示。

6. " "We'll have to think of other ways we can accessorize and augment the players' experience," he said.

“我们会去想其他配件的发展道路,以及去增加玩家的体现。”

7. And we must remember that all these things, the nuances, the anomalies, the subtleties, which we assume only accessorize our days, are in fact, here for a much larger and nobler cause.

一个作家在自己假想的故事里,可以布置现实生涯里人物的命运,光想想就让人感到意味无限。

8. . placement to color and lighting right down to the correct way to accessorize .

一些聊天室的话题涵盖技术方面的问题,另一些则关注大众文化方面的话题。.

9. Refuse to accessorize a dress that speaks for itself.

一件够好的衣服不必再增加其它装饰。

10. Syntax for the get accessor for a property in a class.

一起出现,允许读取/写入存取属性。

11. The following command generates a private accessor for use when you test an application that was built to run on a smart device

下面的命令生成一个专用访问器,以供在测试为在智能设备上运行而生成的应用程序时使用

12. Provide an accessor for their connection; however, application servers and Web application frameworks frequently use the decorator pattern to wrap JDBC connections.

为它们的连接提供了存取器;但是,应用程序服务器和Web应用程序框架频繁地使用修饰器模式包装JDBC连接。

13. Then it is up to you to accessorize with beads, feathers, fur, hats or anything else that takes your fancy.

之后,是搭配珠子、羽毛、毛皮、帽子,还是你所喜好的其它什么东西,就由你来定了。

14. Use them as cell phone charms, key rings, or to accessorize your bag or pouch!

何不用作手机链、钥匙扣、坤包及钱包饰件呢!

15. You can accessorize you rifle with a new muzzle brake or a nice stock set.

你可以给你的步枪加上新的制退器或漂亮的枪托。

16. Follow the JavaBeans conventions for naming property accessor methods.

使用动词来命名方法。

17. Use accessor methods instead of constructors to reinitialize the object.

使用访问函数方法代替构造函数来重新初始化对象。

18. For example, the following accessor produces the side effect of changing the state of the object each time the number field is accessed.

例如,以下访问器在每次访问number字段时都产生更改对象状态的副作用。

19. For example, the following accessor produces the side effect of changing the state of the object every time that the number field is accessed.

例如,以下访问器在每次访问number字段时都会产生更改对象状态的副作用。

20. Using the typed accessor methods, assuming the underlying data type is known, reduces the amount of type conversion required when retrieving the column value.

假定基础数据类型为已知,如果使用类型化访问器方法,将减少在检索列值时所需的类型转换量。

21. optical accessor

光学读取器

22. Brief Job Description/Candidate Requirement-To audit and assess the status of factories supplying Monsoon Accessorize pr...... ...

公司名称:香港季候风配饰(亚洲)有限公司上海代表处工作地点:上海市发布时间:2009-8-2

23. In the midst of hardcore mobile tech products, we accessorize and protect them while maintaining the heart and soul of the individual owner.

公司简介:We are a professional iPod and notebook accessories provider, here to bring individuality, innovation, and ideals to our current technological lifestyle.

24. The unit test generates a call to the private accessor, and then calls the private method through the private accessor.

单元测试生成对私有访问器的调用,然后通过私有访问器来调用私有方法。

25. At the same time, I ve lost track of the number of developers I ve met who complain about accessor method performance.

同时,我已记不清曾有多少开发人员抱怨访问器方法的性能了。

26. Since we really just want to return always text/plain, the accessor should statically return text/plain and the mutator should just ignore the input.

因为我们真正想返回的总是 text/plain 类型,所以 accessor 应该静态地返回 text/plain 且 mutator 则应忽略输入。

27. Thus, the purpose of the accessor is to indicate whether the indexer is read-write, read-only, or write-only.

因此,访问器的用途是指示索引器是读写、只读还是只写。

28. Open the DebugControl source file in the Code Editor and place a breakpoint on the Set accessor of the DemoString property.

在“代码编辑器”中打开“DebugControl”源文件,并在DemoString属性的Set访问器上设置一个断点。

29. In almost any other object-oriented language (for example Java) one would have written an accessor ( getDescription()) and a mutator ( setDescription(desc)) method.

在几乎所有的面向对象语言(例如Java)中,有人可能已经编写了一个 accessor(getDescription())和一个mutator(setDescription(desc))方法。

30. Free to accessorize to one's own taste, orengage in game-playing entertainment, robots have become one of the means for human communication.

在日本当代艺术的语境中,我们无法忽视漫画和动画里描绘的机器人所诱发的艺术想象力。

31. In this example, Month is declared as a property so that the set accessor can make sure the Month value is set between 1 and 12.

在本例中,Month是作为属性声明的,这样set访问器可确保Month值设置为1和12之间。

32. In this example, Month is declared as a property so that the set accessor can make sure that the Month value is set between 1 and 12.

在此示例中,Month是作为属性声明的,这样set访问器可确保Month值设置为1和12之间。

33. Declares a method or an accessor whose implementation can be changed by an overriding member in a derived class.

在派生类中声明其实现可由重写成员更改的方法或访问器。

34. In this case, the test generation procedure creates a private accessor, which enables the test assembly to access those types, both internal and private.

在这种情况下,测试生成过程将创建一个专用访问器,使测试程序集能够访问这些类型。

35. Block, which might be used as a body of a method, operator, or accessor.

块中,该块可用作方法、运算符或访问器的体。

36. A get accessor is declared that takes a string, the name of a day, and returns the corresponding integer.

声明了一个get访问器,它接受字符串(天名称),并返回相应的整数。

37. If the JIT compiler inlines the property accessor, it must JIT that code when the containing method is called.

如果JIT编译器内联了该属性访问符,那么,当包含的方法被调用时,就必须JIT那些代码。

38. If such a member is found and is flagged as an accessor function for an element of the default collection, then a call is generated to that member function.

如果找到这样的成员,而且该成员标志为默认集合的某元素的访问函数,则生成对该成员函数的调用。

39. If such a member is found, and is flagged as an accessor function for an element of the default collection, a call is generated to that member function.

如果找到这样的成员,而且该成员标志为默认集合的某元素的访问器函数,则生成对该成员函数的调用。

40. If changing the property affects the visual display of the control, call the Invalidate method (that your control inherits from Control) from the set accessor.

如果更改属性会影响到控件的可视显示,请调用set访问器中的Invalidate方法(此方法是控件从Control继承的)。

41. accessor control

存取器控制

42. Accessor methods allow access to private member variables, but in a controlled manner.

存取方法允许访问静态成员变量,但仅能在控制方式中。

43. This must match the return type of the get accessor, if defined.

它必须匹配get访问器的返回类型(如果已定义)。

44. It covers everything from furniture style and placement to color and lighting right down to the correct way to accessorize.

它涵盖了家具风格的每一个细节,颜色的搭配,灯光的选择。

45. Experimental results show that features represented by mutual information, single-character word frequency and accessor variety can obtain an optimum result of 94.39%.

实验结果表明,采用互信息、单字词频和附属种类表示的特征向量所取得的分类性能最优,正确率可达94.39%。

46. For each column in a row (or parameter in a set of parameters), the accessor contains a binding.

对一行的每一列(或一个参数集中的参数),访问者存有一个绑定。

47. For simple properties that require no custom accessor code, consider the option of using auto-implemented properties.

对于不需要任何自定义访问器代码的简单属性,可考虑选择使用自动实现的属性。

48. For instance fields and accessor methods, the system inserts a check at run time to determine whether the object is a proxy.

对于实例字段和访问器方法,系统在运行时插入检查以确定对象是否是代理。

49. Beware of classes that have many accessor methods defined in their public interface. Having many implies that related data and behavior are not being kept in one place.

对公共接口中定义了大量访问方法的类多加小心。大量访问方法意味着相关数据和行为没有集中存放。

50. Intercepting calls to a component's property accessor is known as "shadowing."

对组件的属性访问器的调用的截获操作称为“隐藏”。

51. Serializing the object into a Section 5-compliant SOAP XML document involves three steps: generating the opening element for the accessor, serializing the value of the object, and closing the element.

将对象序列化为遵循Section 5的SOAP XML文档需要三个步骤:为访问器生成开元素,序列化对象的值,最后关闭元素。

52. Yes, we know you have a fabulous body and gorgeous hair and stunning and eyes but NO ONE, NO FREAKIN ONE can pull off a green jumpsuit, even if you accessorize it perfectly as you have.

就算身材火爆,头发飘飘,眼神迷离,面容姣好,再怎么样穿这么一条绿色背带裤也不能脱颖而出,就算项链再好看也没用啦。

53. When overridden in a derived class, returns the public or non-public get accessor for this property.

当在派生类中重写时,返回此属性(Property)的公共或非公共get访问器。

54. When you declare a simple property, the compiler generates the get and set accessor methods, and those names are present in the scope of your program.

当声明一个简单的属性时,编译器生成get和set访问器方法,并且那些名称存在于程序范围内。

55. When the import process converts a type library description of an interface with properties to metadata, it creates a property and one or more accessor methods for that property.

当导入过程利用属性将接口的类型库说明转换为元数据时,它将创建一个属性并为属性创建一个或多个访问器方法。

56. This error occurs when you try to implement a property of an interface, but the implementation of the property accessor in the class is not public.

当您尝试实现某个接口的属性,但在类中实现的属性访问器不是公共的时,则会发生此错误。

57. When you run publicize. Exe and pass the name of that assembly, it generates a private accessor for that assembly.

当运行publicize.exe并传递该程序集的名称时,它将为该程序集生成一个专用访问器。

58. Take the following accessor methods, which provide a safe way to change the value of a counter.

感受下面的存储程序,它以一种安全的方式修改计数器的值。

59. we must remember that all these things the nuances the anomalies the subtleties which we assume only accessorize our days are , in fact , here for a much larger and nobler cause .

我们必须记得所有的这一切,这些细微的差别,异常的事物,难以捉摸的小事,我们一直视之为理所当然,但事实上,他们却扮演着更大的作用。

60. We accessorize the product line by providing desiccants, humidity indicator cards and other packaging products.

我们的生产线提供干燥剂、湿度显示器卡片和其他的包装产品。

61. Our items are chosen to accessorize your elegance, pampering yourself with style and be ENCHANTING!

所有物品为您打造,装饰您的高贵和优雅!

62. The provider uses the accessor to determine how to transfer the data to or from the consumer's buffer.

提供者使用这个访问者来决定如何向或从消费者缓冲区中传送数据。

63. Accessorize with intricate drop earrings(try Lee Angel.)If you want to wear heels,try wedges,so you don's sink into the soil.

搭配精制的吊坠耳环吧(试试李小燕的设计)。如果你想穿高跟鞋,就试试坡跟的,这样就不会陷入泥土中了。

64. Accessor's comments are informatic with objective and fair grading, and guidingly.

教师评语内容充实,评分客观公正,有指导性。

65. Accessor’s comments are informatic with objective and fair grading, and guidingly.

教师评语内容充实,评分客观公正,有指导性。

66. Accessor’s comments are guidingly, and can be more clear.

教师评语有指导性,可再明确一些。

67. Array accessor must be ordinal but was '{0}'

数组访问器必须为序号,但为“{0}”

68. The new unit test, which will now correctly reference the newly regenerated private accessor, is appended to the end of the test source-code file.

新的单元测试将会追加到测试源代码文件的末尾,它现在将可以正确地引用最近重新生成的专用访问器。

69. Ruby provides a convenient shortcut: attr_reader creates these accessor methods for you.

方法名不一定要和属性名一样.

70. Semicolon after method or accessor block is not valid

方法或访问器块后面的分号无效

71. High-heeled espardrilles are great for warm weather and cowboy boots are always fashionable in winter (worn under your pants, not on top). accessorize your outfit with a cool belt or chunky juwelry.

暖和的天气最适合穿高跟帆布便鞋,而牛仔靴在冬天总是显示的很时尚(穿在裤管里,不要露出来)。还可以反搭配一根酷酷的腰带和夸张的首饰。

72. The last step, closing the element, is completed by simply writing out the closing tag for the accessor.

最后一步是关闭元素,只要为这个访问器写一个关闭标记这一步即告完成。

73. The simplest method is to make your variables private (but you do that already, right?) and to use synchronized accessor methods.

最简单的方法是使用静态变量(你是否已经这么做了?)或使用同步存取方法。

74. A convention for service interfaces is that they only contain accessor methods.

服务接口的一个习惯性用法是他们只包含“访问者(accessor)”方法。

75. YiWu YingGuang decoration factory is an eminent enterprise in accessorize industry, which integrates the exploiting, designing, production and selling together.

本公司是一家集科研、开发、生产、销售为一体的中型饰品企业。

76. But maybe the best any of us can do is not quit,play the hand we've been dealt and accessorize what we've got.

欧是新人,比较土的说,现在是既看不成真人兽,也发不了真人兽地说。

77. This value should be the same as the default value you return from the property accessor (getter).

此值应与从属性访问器(getter)返回的默认值相同。

78. Several methods in this class assume that the get accessor and set accessor methods of a property have certain formats.

此类中的多个方法假定属性(Property)的get访问器和set访问器方法具有某些格式。

79. Even when a property accessor has not been inlined, the actual performance difference is the negligible cost of one function call.

甚至当属性访问符没有内联时,实际的性能差别是一个方法的调用,是可以忽略不计的。

80. The generated private accessor contains code that enables your test code to access the private types in the assembly.

生成的专用访问器包含允许您的测试代码访问程序集中的私有类型的代码。

英语宝典
考试词汇表