I’ve been in a bad mood since I started on the American Accent. I became even more upset when I added or talked to strangers.There’re some reasons why they made me sick.

No 1,the America people are not friendly as you think. They will never add you as a friend unless they need your help. Theykeep you waiting but you never know.

No 2,There’re always deceptions beyond your imagination, for example ,a man may call himself Ann to attract you or one from Algeria may turn himself or herself into American because they know you want English native speakers.

No 3,There’re bad persons who just want to talk about boyfriend or girlfriend or about sex. Well I wonder how could this kind of people have such a high technology, they even know Skype and take liberties with foreign girls.

No 4,Time difference between different countries decides that you must miss some good friends. You get up while he go to sleep.

As the saying says, one coin has two sides.We must take the risk to face all kinds of people whether they’re good or bad. It really made me sick to talk to those people but I have no idea how many these people I will meet in the future. The most important thing is that I need them, so I have to take the risk.

Facing the music is what I should do now.Be patient and calm down .I know it is full of frustration on the way to success, so I try and try. You never know how I faced the setbacks. The secret to keep me going is that I tell myself I love it and I can get great joy and satisfaction. Like the way we live , just forget the bad things and remember the good ones.

To be frank , learning English is much harder than learning program because it takes too much. As long as you believe you can overcome every difficulty and dreams will come true.

Here is what I wrote , for you for me:

(这是我最喜欢的英文歌之一——《此情可待》,我很抱歉我把她改为了我的生活。)

I keep learning day after day

And I slowly go insane

I hear the voice on the computer

But it doesn’t make the boredom

Wherever you go

Whatever you do

I will be right here keep learning

Whatever it takes

Or how my schedule derailed

I will be right here keeping learning

I took for granted all the time

That I thought would last somehow

I hear the laughter I taste the tears

But …

I wonder how can I survive

This vacation

But in the end if I’m with you

I’ll take the chance

How to face setbacks的更多相关文章

  1. October 14th 2016 Week 42nd Friday

    Who am I? Coming October 18, 2016! 我是谁?2016.10.18 拭目以待! Don't worry. You will be a wow. Don't worry. ...

  2. sentence patterns

    第四部分     推理题 1.世界上每个角落的每个人都有立场,都有背景,都有推理性,能推理出一个人语言的真意,才成就了真正的推理能力: 2.换言之,如果你能通过一个人的说话推理出其身份职业,你的推理能 ...

  3. cong

    Directions:  Study the following cartoon carefully and write an essay in which you should 1) descr ...

  4. Thinking in life(1)

    There is always one things we donot notice---time ,which is the most important to all of us.By watch ...

  5. Inhouse interview(websense)

    1.Tell me about yourself? My name is xxx,i 'm from xxx. now , I am a postgratuation and my major sub ...

  6. Shine we together: A innovative dating site using 2012 Nobel Laureate Roth's algorithm

    Abstract Our dating site introduced scoring and its related functionalities innovatively, conforming ...

  7. Learning Java 8 Syntax (Java in a Nutshell 6th)

    Java is using Unicode set Java is case sensitive Comments, C/C++ style abstract, const, final, int, ...

  8. Why attitude is more important than IQ

    原文:http://www.businessinsider.com/why-attitude-is-more-important-than-iq-2015-9?IR=T& LinkedIn I ...

  9. Amazon onsite behavior question

    https://www.1point3acres.com/bbs/thread-307462-1-1.html http://kraftshala.com/how-to-raise-the-bar-i ...

随机推荐

  1. android手机内存大小获取

    //获取手机中文件管理器中存储大小 File datadir = Environment.getExternalStorageDirectory(); //获取手机内部的存储大小 File datad ...

  2. HDU 4099 Revenge of Fibonacci (数学+字典数)

    传送门:http://acm.hdu.edu.cn/showproblem.php?pid=4099 这个题目就是一个坑或. 题意:给你不超过40的一串数字,问你这串数字是Fibonacci多少的开头 ...

  3. Android SDK Manager 无法更新SDK

    Android SDK Manager 被墙后无法更新SDK 下载sdk时抛出错误:Failed to fetch URL http://dl-ssl.google.com/ 參考例如以下博客: ht ...

  4. slide from one widget to another

    int main(int argc, char **argv) { QApplication app(argc, argv); QWidget panel; QVBoxLayout *l = new ...

  5. jdk\willy\集群安装

    一.telnet用户验证端口: yum install telnet #也可以使用 yum install telnet-ssl 安装支持SSL的telnet方式,这样安全一些,不建议使用标准的tel ...

  6. 3.0:pandas【基础操作】

    pandas 是基于numpy构件的强大的数据处理模块,其核心的数据结构有两个:Series 与 DataFrame 一:Series Series 是一种类似于表的东西,拥有索引(index)与其对 ...

  7. ORACLE之SQL语句内部解析过程【weber出品】

    一.客户端通过监听连接到数据库,数据库开启一个server process进程来接收客户端传过来的sql. 1.这条sql语句从来都没有被执行过.(硬解析) 2.这条sql语句被执行过.(软解析) 二 ...

  8. C#--接口的实现

    接口: 不允许使用访问修饰符,所有接口成员都是公共的. 接口成员不能包含代码体. 接口不能定义字段成员. 接口成员不能使用关键字static,vritual,abstract,sealed来定义. 类 ...

  9. angularjs某些指令在外部作用域继承并创建新的子作用域引申出的“值复制”与“引用复制”的问题

    <!DOCTYPE html> <html lang="zh-CN" ng-app="app"> <head> <me ...

  10. POJ2151 动态规划

    #include <iostream> #include <cstring> #include <cstdio> using namespace std; int ...