English (一)
Phrase
do somebody a favour
give sb a hand
do something for sb
come to sb aid 帮助某人
what can i do for you? = Is there anything i can do for you? 我可以帮助你吗?
leave sb/sth + adj/adv/v_ing/v_ed(宾语补足语) eg:leave the door open
confident of sth/doing sth 对做某事非常自信
take the gameble of = take the risk of(冒险做某事) gamble (n)赌博
the capital of ......的首都 Zheng Zhou is the capital of He Nan.
As we all know,....... As Chinese we all know 作为中国人我们都知道
As is well-known As is well-known,China is a great country with a long history.
a short campaign = a quick victory 速战速决
lanch an attack against on 对......发起进攻 China lanches an attack against on American.
armed force army/navy/air force 陆军/海军/空军力量
lie lay lain lying 躺
lie lied lied lying 说谎
lie laid laid 下蛋
英语中分数的表达式口诀: 分母序数词,分子基数词,分子不为一,分母+s; eg: 三分之一: one-third ; 三分之二: two-thirds;
Proverb 谚语:
Two heads are always better than one 三人行必有我师/三个臭皮匠顶个诸葛亮
Practice makes perfect 熟能生巧
word 单词:
freeze 冻结,冷冻
breeze (n)微风 (v)吹微风
angel 天使
angel 三角
pig 猪 porkling 小猪 duck鸭子 ducking 小鸭
retreat (v)撤退,后退; eg: They wee attacked and forced to retreat. 他们受到攻击,被迫撤退。
invasion 侵犯,入侵,侵略。 invade 武力入侵,侵略,侵占。
conquer 征服 conquest(n)
English (一)的更多相关文章
- Lesson 14 Do you speak English?
Text I had an amusing experience last year. After I had left a small village in the south of France. ...
- 运行nltk示例 Resource u'tokenizers punkt english.pickle' not found解决
nltk安装完毕后,编写如下示例程序并运行,报Resource u'tokenizers/punkt/english.pickle' not found错误 import nltk sentence ...
- [LeetCode] Reconstruct Original Digits from English 从英文中重建数字
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- [LeetCode] Integer to English Words 整数转为英文单词
Convert a non-negative integer to its english words representation. Given input is guaranteed to be ...
- leetcode-【hard】273. Integer to English Words
题目: 273. Integer to English Words Convert a non-negative integer to its english words representation ...
- [LeetCode] 423 Reconstruct Original Digits from English
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- [CareerCup] 17.7 English Phrase Describe Integer 英文单词表示数字
17.7 Given any integer, print an English phrase that describes the integer (e.g., "One Thousand ...
- English随笔1
英语中的基本五大句型 1.Subject (主语) + Verb (谓语) Li Ming works The accident happened 2.Subject (主语) + Link. V( ...
- Leetcode: Reconstruct Original Digits from English
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- English Literature
The website links of English Literature,which I wanno recommend to U is based on following. 数据结构 - 知 ...
随机推荐
- bzoj3261: 最大异或和 可持久化trie
题意:给定一个非负整数序列{a},初始长度为N. 有M个操作,有以下两种操作类型: 1.Ax:添加操作,表示在序列末尾添加一个数x,序列的长度N+1. 2.Qlrx:询问操作,你需要找到一个位置p,满 ...
- 第二阶段——个人工作总结DAY04
1.昨天做了什么:实现所有需要跳转活动的点击事件. 2.今天打算做什么:打算把值能够传递过去. 3.遇到的困难:无
- Python中单线程、多线程和多进程的效率对比实验
GIL机制导致如下结果: Python的多线程程序并不能利用多核CPU的优势 (比如一个使用了多个线程的计算密集型程序只会在一个单CPU上面运行)python多线程适合io操作密集型的任务(如sock ...
- Space Ant
Space Ant The most exciting space discovery occurred at the end of the 20th century. In 1999, scient ...
- Java并发编程(五)JVM指令重排
我是不是学了一门假的java...... 引言:在Java中看似顺序的代码在JVM中,可能会出现编译器或者CPU对这些操作指令进行了重新排序:在特定情况下,指令重排将会给我们的程序带来不确定的结果.. ...
- swap分区不足ubuntu休眠
安装uswsusp Ubuntu gnu/linux只需 代码: sudo aptitude install uswsusp Arch gnu/linux系统 代码: sudo pacman -S u ...
- nyoj-0737-石子合并(dp)
nyoj-0737-石子合并 题意:有N堆石子排成一排,每堆石子有一定的数量.现要将N堆石子并成为一堆.合并的过程只能每次将相邻的两堆石子堆成一堆,每次合并花费的代价为这两堆石子的和,经过N-1次合并 ...
- Spring Boot + Spring Cloud 实现权限管理系统 (集成 Shiro 框架)
Apache Shiro 优势特点 它是一个功能强大.灵活的,优秀开源的安全框架. 它可以处理身份验证.授权.企业会话管理和加密. 它易于使用和理解,相比Spring Security入门门槛低. 主 ...
- object遍历删除空值
export function deleteObjEmpty(search = {}) { for (let i in search) { search[i] == undef ...
- 和的java程序