decorators
英 [ˈdɛkəreɪtəz]
美 [ˈdɛkəˌreɪtərz]
n. (房屋的)油漆匠,裱糊匠
decorator的复数
柯林斯词典
- 粉刷匠;油漆匠;裱糊匠
Adecoratoris a person whose job is to paint houses or put wallpaper up. - (室内)装饰设计师,装潢设计师
Adecoratoris a person who is employed to design and decorate the inside of people's houses.
in BRIT, use 英国英语用 interior decorator
双语例句
- The two decorators worked slowly to make mine that paint was plastered on the furniture evenly.
两个装饰工人干得很慢,以确保家俱上的油漆被均匀地涂上。 - Decorators aren't limited to a single decoration.
装饰器并不局限于单个的装饰物。 - Download JUnitPerf: A collection of JUnit test decorators used to measure performance and scalability.
下载JUnitPerf:一系列用于测量性能和可伸缩性的JUnit测试装饰器。 - The result is an almost universal shortage of carpenters, decorators, bricklayers and plumbers in developed countries jobs which increasingly may have to be filled by migrant workers.
发达国家几乎普遍短缺木匠、油漆工、砖瓦匠和水管工,这些工作愈来愈可能要由移民工人来填补。 - As mentioned in the last section, decorators could not completely replace the metaclass hook since they only modify methods rather than add or delete methods.
正如上一节中介绍的一样,decorator并不能完全取代元类挂钩,因为它们只修改了方法,而未添加或删除方法。 - Also, if you alter your domain model to not use the "default" package you lose the navigation decorators and the ability to generate Controllers and Views inside the IDE.
同样的,如果你改变你的领域模型不使用“缺省”包,你也会失去导航功能条和在IDE内生成控制器和视图的能力。 - Decorators work for regular functions too, in the same manner as for methods in classes.
decorator也可以用于正则函数,采用的是与类中的方法相同的方式。 - It's not for nothing that interior decorators the world over look to the English country garden for glorious inspiration.
全世界的室内设计师都希望从英国乡村花园汲取美妙的灵感,这并非没有道理。 - The most typical examples you will see discussed for decorators can probably be described as making a function or method "do something extra" while it does its basic job.
您将看到,有关decorator的最典型的例子可能是使一个函数或方法来实现“其他功能”,同时完成其基本工作。 - Parameterized decorators are common, but they wind up needed functions nested three-levels deep.
参数化的decorator较为常见,但是它们将所需的函数嵌套为三层。