injects
英 [ɪnˈdʒekts]
美 [ɪnˈdʒekts]
v. (给…)注射(药物等); (给…)注射(液体); (给…)添加,增加(某品质)
inject的第三人称单数
柯林斯词典
- VERB 给…注射
Toinjectsomeone with a substance such as a medicine means to put it into their body using a device with a needle called a syringe.- His son was injected with strong drugs...
他儿子被注射了烈性麻醉药。 - The technique consists of injecting healthy cells into the weakened muscles...
该技术是把健康细胞注射到衰弱的肌肉里面。 - He needs to inject himself once a month.
他需要每月为自己打一针。
- His son was injected with strong drugs...
- VERB 添加,注入(某种特性)
If youinjecta new, exciting, or interesting qualityintoa situation, you add it.- She kept trying to inject a little fun into their relationship...
她一直在设法为他们的关系增添一些情趣。 - The result might inject more sense into future bargaining.
其结果可能为未来的谈判注入更多的理性。
- She kept trying to inject a little fun into their relationship...
- VERB 投入(金钱或资源)
If youinjectmoney or resourcesintoa business or organization, you provide more money or resources for it.- He has injected £5.6 billion into the health service.
他已经为公共医疗卫生服务投入了 56 亿英镑。
- He has injected £5.6 billion into the health service.
双语例句
- Seam determines where to get this dependent component based on the application's current state and "injects" it into the asking component.
Seam依据应用当前状态得到这个依赖组件,并将它注入到所需求的组件中。 - Spring injects the resources my DAO needs, such as data sources, and platform-specific configuration, such as Hibernate's session factory.
Spring会注入我的DAO需要的资源(比如数据源)和平台特定的配置(比如Hibernate的会话工厂)。 - The attacker injects his malicious inputs to the SQL statement to change the query's logic.
攻击者将其恶意输入注入到SQL语句中,以修改查询语句的逻辑。 - This annotation extracts the { id} from the URI pattern/ books/ { id} and injects it into the value of the parameter id of the getBook method.
这个注释从URI模式/books/{id}提取{id},并将其注入getBook方法的id参数的值。 - PathParam(" contact"): This annotation injects the parameters into the path, contact id in this case, to the method parameter.
@PathParam(“contact”):该注释将参数注入方法参数的路径,在本例中就是联系人id。 - Enthusiasm realizes dreams, and innovation injects vitality into Daitou.
激情成就梦想,创新方显活力。 - Aqua paint injects fresh colour into this charming bathroom.
液体涂料为这个漂亮的浴室增添了新鲜的色彩。 - They believe their adaptation of traditional cross talk not only makes it relevant to student audiences, but also injects new vitality into the art form.
他们认为,相声新编不仅可以让传统相声在校园中更加接地气,更为这种艺术形式注入了新的活力。 - All three versions of FrogMan exhibit the same behavior: Guice injects the appropriate Vehicle when they're constructed.
三个FrogMan版本都展示了相同的行为:Guice在构建时注入相应的Vehicle。 - FormParam: Injects the form input identified by the HTML name attribute to this method.
@FormParam:注入该方法的HTML属性确定的表单输入。