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. 六、Solr高亮与Field权重

    Solr高亮 原理 做搜索时,高亮是很常见的需求,那么Solr肯定也为高亮提供了支持.先解释下Solr高亮的原理,在我们设置了需要高亮显示的Field之后,查询得到的返回结果会多出来下面的内容: &q ...

  2. Sass函数--字符串函数

    Sass的函数简介在 Sass 中除了可以定义变量,具有 @extend.%placeholder 和 mixins 等特性之外,还自备了一系列的函数功能.其主要包括: ● 字符串函数 ● 数字函数 ...

  3. flv网页播放器播放失败

    在IIS6.0上发布网站时,在路径正确的情况下,网页flv播放器还是无法播放flv视频的解决方法. 1.打开IIS6.0管理器,打开发布的网站,点击打开属性窗口. 2.在HTTP头选项里找到MIME类 ...

  4. 从Ueditor跨域上传,总结的一次跨域上传的爬坑经历

    项目内其中一个管理后台需要发布文章,需要一个富文本编辑器,经过一番选择后,最终选择了百度的Ueditor. 由于上传的文件是上传到另一台专门存放图片等静态资源的服务器上面的,所以就涉及到了跨域上传. ...

  5. linux 使用ptrace函数时找不到头文件 .h 或者找不到某个宏的解决方法

    例如: #include <stdio.h> #include <sys/ptrace.h> #include <sys/types.h> #include < ...

  6. Codeforces Round #276 (Div. 1)

    a. 给俩数, 求他俩之间二进制数中1最多的,有多个输出最小的: 贪心,从小到大加能加就加,最后可能碰到一个不能加了但是当前数比l小,那么就加上这个数,然后从大到小,能减就减,见到符合条件 #incl ...

  7. Qt小程序仿写----FileRead程序

    该程序实现如下功能:1.打开TXT文件A.txt:2.将文件路径显示到一个文本编辑框里面,文件内容显示到一个文本域里面:3.在文本域里面更改文件内容之后,保存文本域的内容到当前文件路径下. 定义了一F ...

  8. js 获取mac地址

    js 获取mac地址 function MacInfo(){ var locator =new ActiveXObject ("WbemScripting.SWbemLocator" ...

  9. C#使用log4net

    C#很多异步机制使程序无法使用断点调试,这时候我们就需要使用日志输出.使用log4net一定要先引用net4log这个dll,不然无法使用. 作者很懒,直接上代码吧. using System; us ...

  10. Linux下*.tar.gz文件解压缩命令 find 命令

    1.压缩命令: 命令格式:tar  -zcvf   压缩文件名.tar.gz   被压缩文件名 可先切换到当前目录下.压缩文件名和被压缩文件名都可加入路径. 2.解压缩命令: 命令格式:tar  -z ...