原文

Let's go fly a kite...in the snow

Reach into your closet,find that dusty kite and clean it off - it's time to try something new this winter.

The kite flies you

If you're like most people,you probably flew a kite as a child but haven't done so for years.Snowkiting gives new motivation to return to that old source of childhood fun.With skies or snowboard and a kite,you can be pulled along the ground,uphill and even into the air.The principle is the same for kiteboarding,in which you glide along the surface of water.

A new kind of kite

You can use an old stunt kite for beginner's practice,but you'll soon need something more appropriate.Newer "depowering"kites feature a bar that can be pulled and pushed to increase or decrease power.These kites are also useful for relanuching when you get stuck in the snow.The size of a beginner's kite,determined by your weight and the weather,should be smaller to catch less wind.

词汇

dusty 布满灰尘的

Alex found his dusty guiter in the garage and decided to join a band again.

We were riding our motorcycles on a dusty road.

motivation 动机

For most students,getting good grades is their main motivation for studying.

motive 动机,意图   做具体某件事的动机,通常是负面的

motives for the attack

motivation 也表示动力和积极性,不可数

Bobby lacks the motivation to excel in his career.

decrease减少,降低

increase 增加,提高

The unemployment rate decreased last month.

The power of the typhoon has increased in the past few hours.

decrease和increase都可以做名词,重音在前面一个音节

a sharp decrease in sales

relanuch 重新起动 重新出发

The actor is hoping to relanuch his career with this movie.

The success of this magazine's relanuch is due to the new editor-in-chief.

beside/besides

beside=next to  在...旁边

She sits beside me.

besides 除...之外

Besides reading, I enjoy dancing.

hopscotch 跳房子游戏

kick the can 也是一种游戏

be like sb 像某些人一样

get stuck 被卡在...  被堵...

SnowKiting的更多相关文章

  1. SnowKiting 2017/1/24

    原文 Let's go fly a kite...in the snow Your snowkiting checklist To snowkite safely,you'll need a litt ...

随机推荐

  1. 五、mysql中sql语句分类及常用操作

    1.sql语句分类: DQL语句 数据查询语言 select DML语句 数据操作语言 insert delete update DDL语句 数据定义语言 create drop alter TCL语 ...

  2. U盘安装 Linux 显示 “Faild to copy file from CD-ROM”

    解决方案 使用 UltraISO 刻录 U盘做镜像时,出现这种情况.查阅别人的 blog,尝试手动挂载发现还是不能成功.然后使用 win32diskimager 重新刻录,再次安装时未出现该情况. 参 ...

  3. CodeForces 1098E. Fedya the Potter

    题目简述:给定长度为$n \leq 5\times 10^4$的序列$a_1, a_2, \dots, a_n \leq 10^5$.将$\gcd(a_l, a_{l+1}, \dots, a_r) ...

  4. HrrpClient使用

    使用HttpClient获取网页内容的过程 1.创建一个CloseableHttpClient类的实例: 2.使用这个实例执行HTTP请求,得到一个HttpResponse的实例: 3.最后,通过Ht ...

  5. 3.7-3.10 Hive 企业使用优化1

    一.Fetch Task 在执行hive代码的时候,一条简单的命令大部分都会转换成为mr代码在后台执行, 但是有时候我们仅仅只是想获取一部分数据而已,仅仅是获取数据,还需要转化成为mr去执行吗? 那个 ...

  6. 洛谷1303 A*B Problem 解题报告

    洛谷1303 A*B Problem 本题地址:http://www.luogu.org/problem/show?pid=1303 题目描述 求两数的积. 输入输出格式 输入格式: 两个数 输出格式 ...

  7. 简单安装与使用composer

    1.下载composer.exe工具,然后进行安装 这一步需要找到你使用的php版本文件 2.windows+r     cmd  输入composer 安装中国镜像,提高使用效率 https://p ...

  8. OpenCV入门指南

    http://blog.csdn.net/morewindows/article/details/8225783/ http://blog.csdn.net/poem_qianmo/article/d ...

  9. mysql之SQL入门与提升(四)——终结篇,函数

    一.SQL Aggregate (聚合)函数 SQL Aggregate 函数计算从列中取得的值,返回一个单一的值. AVG() - 返回平均值 COUNT() - 返回行数 FIRST() - 返回 ...

  10. RPC跟MQ之间的差异比较

    在阿里的平台技术部参与开发了Dubbo(远程调用服务)和Napoli(消息解决方案),又给网站应用支持这2个产品很长一段时间,了解了这2个产品的实现及应用对这两个产品的用法. 大部分情况下,“给定场景 ...