原文

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. Ubuntu 无法登录 coursera 看视频

    修改 host 文件 sudo vim /etc/hosts 将下面的内容添加至末尾 52.84.246.72 d3c33hcgiwev3.cloudfront.net

  2. asp.net mvc5 使用百度ueditor 本编辑器完整示例(下)

    一.百度ueditor 本编辑器 一个最大的优点是快速导入word文档的内容,特别 是导入word文档的图文混排效果. 操作步骤: 1.先打开word文档,Crtl +C复制 ,Ctrl+V粘贴到Ue ...

  3. Manasa and Combinatorics

    题意: 给定n,求问由2n个字母B,n个字母A构成的字符串中 任意前缀B的个数大于A的个数且任意后缀B的个数大于A的个数的 字符串个数. 解法: 注意到答案不易于直接计算,所以我们考虑应用容斥原理. ...

  4. 初学:利用mybatis-generator自动生成代码

    所需的资源: mybatis-generator-core-1.3.2.jar,MySQL-connector-Java-5.1.22-bin.jar.mybatis-generator-core-1 ...

  5. 【Linux学习】Linux文件系统1--文件系统的目录结构

    Linux文件系统1--文件系统的目录结构 一.linux文件系统的类型 LINUX有四种基本文件系统类型:普通文件.目录文件.连接文件和特殊文件,可用file命令来识别. 1.普通文件:如文本文件. ...

  6. Whitelabel Error Page异常

    做了个简单的springboot项目,一开始所有运行正常,之后写了一天的代码,再运行相同的代码,就一直报以下异常: Whitelabel Error Page This application has ...

  7. Spring Boot 学习系列(08)—自定义servlet、filter及listener

    此文已由作者易国强授权网易云社区发布. 欢迎访问网易云社区,了解更多网易技术产品运营经验. 传统的filter及listener配置 在传统的Java web项目中,servlet.filter和li ...

  8. SpiderMonkey 入门学习(一)

    spidermonkey 源码下载:http://ftp.mozilla.org/pub/mozilla.org/js/ 测试系统 Ubuntu 12.04, js 1.7.0, js 解压在/opt ...

  9. web前端篇:JavaScript基础篇(易懂小白上手快)-1

    目录 详细内容: 0.JavaScript的引入 1.第一个JavaScript 2.变量 3.变量的类型 4.数组 5.条件语句 6.三元运算符 7.循环 8.函数 9.对象(object): 10 ...

  10. js 左侧树添加选择样式

    选择样式添加 menuToggle: function() { var menus = $('.nav-primary').children('li'); var tog = menus.has('. ...