if it wants to – Chinese Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot      10 Results   8 Domains
  www.syntao.com  
BEIJING: China should further strengthen its institutions and governance in climate finance if it wants to effectively mitigate the negative impacts o...
2012年11月20日,北京 - 致力于推动全球低碳发展的国际非营利机构气候组织今天在北京发布了《中国气候融资管理体制机制研究》报告。作为气候组织与中央财经大学气候与能源金融研究中心携手发起的“完善气候融资政策,推动中国低碳增长”项目的第一个成果,《中国气候融资管理体制机制研...
  2 Hits www.pcpd.org.hk  
Would an employer be exempted from disclosing its identity by providing a PICS if it wants to directly solicit personal data from job applicants in a recruitment advertisement?
如 僱 主 欲 在 招 聘 廣 告 中 直 接 要 求 求 職 者 提 供 個 人 資 料 , 他 可 否 藉 刊 登 收 集 個 人 資 料 聲 明 而 避 免 披 露 身 分 ?
  www.mc-technologies.net  
Try not to register too many bootstrapping components. A bootstrapping component is needed only if it wants to participate the whole life cycle of requesting handling. For example, if a module needs to register additional URL parsing rules, it should be listed in the bootstrap property so that the new URL rules can take effect before they are used to resolve requests.
请尽量不要注册太多引导组件。只有他需要在 HTTP 请求处理的全部生命周期中都作用时才需要使用它。 举一个用到它的范例:一个模块需要注册额外的 URL 解析规则,就应该把它列在应用的 bootstrap 属性之中, 这样该 URL 解析规则才能在解析请求之前生效。(译注:换言之,为了性能需要,除了 URL 解析等少量操作之外,绝大多数组件都应该按需加载,而不是都放在引导过程中。)