SnowKiting
原文
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的更多相关文章
- SnowKiting 2017/1/24
原文 Let's go fly a kite...in the snow Your snowkiting checklist To snowkite safely,you'll need a litt ...
随机推荐
- Android开发--AndroidManifest.xml文件解析
参考文章:http://www.cnblogs.com/pilang/archive/2011/04/20/2022932.html 一.关于AndroidManifest.xml AndroidMa ...
- 调试 Hadoop 源代码
环境是 64bit Ubuntu 14.04 系统, jdk 1.7 以及 Eclipse Mars (4.5) 这里介绍两种调试 Hadoop 源代码的方法: 利用 Eclipse 远程调试工具和打 ...
- PHP实用小程序(三)
<HTML> <HEAD> <TITLE>给数组增加元素</TITLE> </HEAD> <? $Cities[] = "& ...
- 基于thinkphp5的Excel上传
涉及知识点: thinkphp5.0: excel上传: mysql建立新表(基本的create语句): mysql ignore(避免重复插入): 主要功能: 通过在视图中上传excel文件,在my ...
- Codeforces Round #383 【总结】
总结一下这场... 搞起大号就崩了... A题没啥问题..通过电脑到手机上提交没啥大问题: B题,讲个最严重的问题,也是最近以来最严重的问题,虽然我说你开了个数组,虽然这个数组是不是最终的答案数组,但 ...
- [Xcode 实际操作]九、实用进阶-(5)使用正则表达式判断格式是否正确
目录:[Swift]Xcode实际操作 本文将演示使用正则表达式判断邮箱的格式是否正确. 在项目导航区,打开视图控制器的代码文件[ViewController.swift] import UIKit ...
- IT兄弟连 JavaWeb教程 使用JSTL函数
在JSTL Functions标签库中提供了一组常用的EL函数,主要用于处理字符串,在JSP中可以直接使用这些函数. 在JSP中使用Functions标签库,需要通过taglib指令引入该标签库: & ...
- 在 UIViewController 中手动增加 TableView 出现 Type 'SomeViewController' does not confirm to protocol 'UITableViewDataSource' 问题的解决办法
许多时候我们都有在普通的继承自 UIViewController 的控制器中使用 TableView 的需求,这时候就需要当前控制器类继承 UITableViewDelegate 和 UITableV ...
- 新装centos 6.5 基本配置
开机自动联网 vi /etc/sysconfig/network-scripts/ifcfg-eth0; 将ONBOOT=no,改为ONBOOT=yes,保存退出 开机直接进入命令行模式 vi /et ...
- 001-JDK安装
1.确定JDK的具体版本号 [root@bogon ~]# rpm -qa | grep jdk java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64 java ...