上海计算机一级考试选择题必背,上海基础口译大全:50句必背的成语翻译

本文主要是介绍上海计算机一级考试选择题必背,上海基础口译大全:50句必背的成语翻译,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

1. 爱屋及乌

Love me, love my dog.

b3b684ccc1d3d35bb2909ebf92e3fb53.png

2. 百闻不如一见

One look is worth a thousand words.Seeing is believing.

3. 比上不足,比下有余

to fall short of the best, but be better than the worst

4. 笨鸟先飞

A slow sparrow should make an early start.

5. 不遗余力

spare no effort; go all out; do one's best

6. 不打不成交

No discord, no concord.

7. 拆东墙补西墙

rob Peter to pay Paul

8. 辞旧迎新

bid farewell to the old and usher in the new

9. 大事化小,小事化了

try first to make their mistake sound less serious

and then to reduce it to nothing at all

10. 大开眼界

broaden one's horizon; be an eye-opener

11. 国泰民安

the country flourishes and people live in peace

12. 过犹不及

going beyond the limit is as bad as falling short;

excess is just as bad as deficiency;

too much is as bad as too little

13. 好了伤疤忘了疼

once on shore, one prays no more

14. 好事不出门,坏事传千里

Bad news travels fast.

15. 和气生财

harmony brings wealth;friendliness is conducive to business success

16. 活到老学到老

never too old to learn

17. 既往不咎

let bygones be bygones

18. 金无足赤,人无完人

There are spots even on the sun.

19. 金玉满堂

Treasures fill the home.

20. 脚踏实地

be down-to-earth

21. 脚踩两只船

sit on the fence; be a fence-sitter; have a foot in either camp

22. 君子之交淡如水

A hedge between keeps friendship green.

23. 老生常谈,陈词滥调

cut and dried; cliché

24. 礼尚往来

Courtesy calls for reciprocity.

25. 留得青山在,不怕没柴烧

Where there is life, there is hope.

26. 马到成功

achieve immediate victory; win instant success

27. 名利双收

gain both fame and wealth

28. 茅塞顿开

be suddenly enlightened

29. 没有规矩,不成方圆

Nothing can be accomplished without norms or standards.

30. 每逢佳节倍思亲

On festive occasions more than ever one thinks of one's dear ones far away.

31. 谋事在人,成事在天

Man proposes; God disposes.

32. 弄巧成拙

make a fool of oneself in trying to be smart

33. 赔了夫人又折兵

suffer a double loss; lose the bait along with the fish

34. 抛砖引玉

a modest spur to induce others to come forward with valuable contributions;

throw a sprat to catch a whale

35. 破釜沉舟

cut off all means of retreat;

burn one's own way of retreat and be determined to fight to the end

36. 抢得先机

take the preemptive opportunities

37. 巧妇难为无米之炊

One can't make bricks without straw.

38. 千里之行始于足下

a thousand-li journey begins with the first step--the highest eminence is to be gained step by step

39. 前事不忘,后事之师

Past experience, if not forgotten, is a guide for the future.

40. 前怕狼,后怕虎

fear wolves ahead and tigers behind;

hesitate in doing something

41. 强龙难压地头蛇

The mighty dragon is no match for the native serpent.

42. 瑞雪兆丰年

A fall of seasonal snow gives promise of a fruitful year.

43. 人逢喜事精神爽

People are in high spirits when involved in happy events.

44. 世上无难事,只怕有心人

Where there is a will, there is a way.

45. 世外桃源

a retreat away from the turmoil of the world

46. 人之初,性本善

Humans are born good.

47. 上有天堂,下有苏杭

Just as there is paradise in heaven,

there are Suzhou and Hangzhou on earth.

48. 塞翁失马,焉知非福

a blessing in disguise;Every cloud has a silver lining.

49. 三十而立

A man should be independent at the age of thirty. /At thirty,

a man should be able to think for himself.

50. 水涨船高

A ship rises with the tide.

以上是新东方口译为您带来的上海基础口译大全:50句必背的成语翻译,更多上海口译资讯请关注新东方口译。

这篇关于上海计算机一级考试选择题必背,上海基础口译大全:50句必背的成语翻译的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/187756

相关文章

从基础到高级详解Go语言中错误处理的实践指南

《从基础到高级详解Go语言中错误处理的实践指南》Go语言采用了一种独特而明确的错误处理哲学,与其他主流编程语言形成鲜明对比,本文将为大家详细介绍Go语言中错误处理详细方法,希望对大家有所帮助... 目录1 Go 错误处理哲学与核心机制1.1 错误接口设计1.2 错误与异常的区别2 错误创建与检查2.1 基础

Spring的基础事务注解@Transactional作用解读

《Spring的基础事务注解@Transactional作用解读》文章介绍了Spring框架中的事务管理,核心注解@Transactional用于声明事务,支持传播机制、隔离级别等配置,结合@Tran... 目录一、事务管理基础1.1 Spring事务的核心注解1.2 注解属性详解1.3 实现原理二、事务事

Java中最全最基础的IO流概述和简介案例分析

《Java中最全最基础的IO流概述和简介案例分析》JavaIO流用于程序与外部设备的数据交互,分为字节流(InputStream/OutputStream)和字符流(Reader/Writer),处理... 目录IO流简介IO是什么应用场景IO流的分类流的超类类型字节文件流应用简介核心API文件输出流应用文

从基础到高级详解Python数值格式化输出的完全指南

《从基础到高级详解Python数值格式化输出的完全指南》在数据分析、金融计算和科学报告领域,数值格式化是提升可读性和专业性的关键技术,本文将深入解析Python中数值格式化输出的相关方法,感兴趣的小伙... 目录引言:数值格式化的核心价值一、基础格式化方法1.1 三种核心格式化方式对比1.2 基础格式化示例

redis-sentinel基础概念及部署流程

《redis-sentinel基础概念及部署流程》RedisSentinel是Redis的高可用解决方案,通过监控主从节点、自动故障转移、通知机制及配置提供,实现集群故障恢复与服务持续可用,核心组件包... 目录一. 引言二. 核心功能三. 核心组件四. 故障转移流程五. 服务部署六. sentinel部署

Android协程高级用法大全

《Android协程高级用法大全》这篇文章给大家介绍Android协程高级用法大全,本文结合实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友跟随小编一起学习吧... 目录1️⃣ 协程作用域(CoroutineScope)与生命周期绑定Activity/Fragment 中手

从基础到进阶详解Python条件判断的实用指南

《从基础到进阶详解Python条件判断的实用指南》本文将通过15个实战案例,带你大家掌握条件判断的核心技巧,并从基础语法到高级应用一网打尽,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一... 目录​引言:条件判断为何如此重要一、基础语法:三行代码构建决策系统二、多条件分支:elif的魔法三、

Python WebSockets 库从基础到实战使用举例

《PythonWebSockets库从基础到实战使用举例》WebSocket是一种全双工、持久化的网络通信协议,适用于需要低延迟的应用,如实时聊天、股票行情推送、在线协作、多人游戏等,本文给大家介... 目录1. 引言2. 为什么使用 WebSocket?3. 安装 WebSockets 库4. 使用 We

Python文本相似度计算的方法大全

《Python文本相似度计算的方法大全》文本相似度是指两个文本在内容、结构或语义上的相近程度,通常用0到1之间的数值表示,0表示完全不同,1表示完全相同,本文将深入解析多种文本相似度计算方法,帮助您选... 目录前言什么是文本相似度?1. Levenshtein 距离(编辑距离)核心公式实现示例2. Jac

从基础到高阶详解Python多态实战应用指南

《从基础到高阶详解Python多态实战应用指南》这篇文章主要从基础到高阶为大家详细介绍Python中多态的相关应用与技巧,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 目录一、多态的本质:python的“鸭子类型”哲学二、多态的三大实战场景场景1:数据处理管道——统一处理不同数据格式