this is my first speech:icebreak in toastmaster,it is precious memory for me,this is first time that I talk more than five minute,althought i am a litter neverous,but i can finish this speech.

thanks monica,lucy li,liubing ,vivian ,david  gave my suggestions,it is useful very much.

1.speak loudly

2.speak slow

3.body language

4.get supports from mentor

this is my speech script:

Hello World,Hello Toastmaster

2013年7月24日V1.2

Good evening ladies and gentlemen,I’m jason,Tonight I am So excited and neveous,because this is my first speech Ice Break in toastmaster, It is very precious opportunity for me to introduce myself to everyone,Hope My story would not let everyone bored.

My speech’s topic is Hello World, Hello Toastmaster, I’m programmer,”hello world” is  the first step when all programmers to learn new programing language,  ”Hello World” is simplest function that  uses new programming language to show this sentence”hello world”,,if you can do this,that means you have learned  the new programming language,

,So,Hello Toastmaster means I am able  to start my jounery in toastmaster

The Aim of IceBreak is to let everyone know more myself,But I think I never understand myself,so I  will  introduce myself briefly,My Chinese Name is Zhangjunying, But my personality doesn't like my name,sometime I think I just like a sheep,I come from a country in Jiaozuo Of henan,In my hometown has many landscapes,t he most famous is YunTaiShan,In university My major is information management and information System ,I lived in ZhengZhou for five years,and in 2010 I came to Beijing,

The focus of the speech is why I come to Toastmaster,Because I fear public speaking,this maybe one reason why I choose to be programmer,because as a programmer ,we need to face the computer for long time,less time to talk with someone, sometime I like this peace life,and nobody trouble me.

But when I join some activities,I will feel nerveous,I fear to express my view,I fear to communication with somebody,most of the time I am a follower ,sometime I also think I choose to be a programer maybe in order to  evade this problem.

Tonight I will talk two stories,the first one happened in junior high school, Our teacher asked everyone to prepare a program for the new year’s day,the program can be any style and form,if someone didn’t prepare a program,he must clean the classroom after the meeting,at last only two classmates cleaned the classroom,I am one,the second story took place in middle school,In a music lession,our music teacher asked me to sing a song ,only for a sentence, althought my teacher asked me for serveral times,But I just stood up for a few minutes in classroom, I did not dare to sing  a song in classroom.

these stories has passed more than ten years,but deeply affected me,Now I think of me in that time was funny very much.

One chance I know the toastmaster,before I came to toastmaster,I thought it just only for people to improve english level,but when I come here as guest for several times,I found toastmaster is an imporant club,it not only can improve my english level , communication skills,

cultivate our leadship,more important is to improve my confidence to do something that I fear to do before,

And club members treat me warm, they tolerate my mistake ,they gave me  a lot of help and suggestions, encourage me to practice more.

Now,when I make a speech I am still nerveous, My level of public speaking and communication skills are still bad,but I am no longer fear it,I can face it ,no longer evade these problems.

Here I must thank you, thank liubing,dana,jason,gillian gave my help and suggestion in my first several times,and I especial want  to thank my mentor Sujunxi give me many suggestions for my every speech., this is my icebreak ,Thank you again.

 

CC1,IceBreak,Hello world ,hello toastmaster的更多相关文章

  1. 安装lxml时gcc: internal compiler error: Killed (program cc1)的解决方法

    在安装lxml时出现如下错误 gcc: internal compiler error: Killed (program cc1) 通过查看dmesg发现下述错误信息[2517343.500178] ...

  2. 阿里云linux服务器安装Phalcon-----"phalcon Volt directory can't be written" "gcc: internal compiler error: Killed (program cc1)"

    这里特别蛋疼的一件事是官方英文文档和中文文档命令参数略有不同 中文文档: //通用平台下安装指定的软件包: sudo yum install git gcc make pcre-devel php-d ...

  3. 解决:cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

    在win下用Go语言的cgo时(比如下面场景)我们会用到的GCC编译器,Win下我们一般用MinGW. Golang连接Oracle数据库:win下 golang 跨平台编译 MinGW全称Minim ...

  4. 分享red hat linux 6上安装oracle11g时遇到的gcc: error trying to exec 'cc1': execvp: No such file or directory的问题处理过程

    安装环境:Red Hat Linux 6.5_x64.oracle11g 64bit 报错详情: 安装到68%时弹窗报错: 调用makefile '/test/app/Administrators/p ...

  5. make module失败的原因cc1: error: unrecognized command line option “-m64

    cc1: error: unrecognized command line option "-m64"cc1: error: unrecognized command line o ...

  6. 安装Redis 编译make gcc: error trying to exec 'cc1': execvp: 没有该文件或目录的错误

    Linux(Redhat) make: gcc: error trying to exec 'cc1': execvp: 没有该文件或目录的错误 排查错误: 1.检查gcc.gcc-c++是否安装rp ...

  7. 安装Phalcon报错:gcc: Internal error: Killed (program cc1)

    起因 安装Phalcon可以参考github上面的README.md 下面是我在阿里云ECS服务器上面执行命令的过程: # 安装依赖 sudo yum install php-devel pcre-d ...

  8. 编译openwrt时报错:fstools-2018-01-02-11efbf3b/libfstools/overlay.c: At top level: cc1: error: unrecognized command line option '-Wno-format-truncation' [-Werror]

    1. 详细错误信息 [ 11%] Building C object CMakeFiles/fstools.dir/libfstools/overlay.c.o/home/jello/openwrt/ ...

  9. elfutils cc1: all warnings being treated as errors

    /********************************************************************** * elfutils cc1: all warnings ...

随机推荐

  1. Oracle解决中文乱码

    原因 经过一番查证,发现问题的源头不是出现在PLSQL上,而是出现在我们的Oracle上,由于我们的Oracle数据库里的字符集不支持中文导致的,既然知道了原因,就好办了,我们就配置我们的Oracle ...

  2. CSS样式让元素填充剩余部分为自己的高度或宽度

    #nav {     background-color: #85d989;     width: 100%;     height: 50px; } #content {     background ...

  3. Java内存模型的深入理解

    基础 并发编程的模型分类 在并发编程需要处理的两个关键问题是:线程之间如何通信 和 线程之间如何同步. 通信 通信 是指线程之间以何种机制来交换信息.在命令式编程中,线程之间的通信机制有两种:共享内存 ...

  4. ICE:slice语言常识整理

    ICE:Slice语言(二)--源文件和词法规则:    文件命名    Slice的源文件以.ice为扩展名.   对于大小写不区分的系统(例如DOS),文件的扩展名可以大写,也可以小写,例如Cli ...

  5. CocoaPods(pod install一直不动)

    CocoaPods安装和使用教程 如何在Mac 终端升级ruby版本 RubyGems 镜像 cocoapods无法使用(mac os 10.11升级导致pod: command not found)

  6. ios逆向工程-内部钩子(Method Swizzling)

    Method Swizzling(方法调配) 怎么说呢,先了解什么是钩子为什么用钩子,学过C++的朋友应该清楚,hook就是用来获得(截断/改变)底层调用的方法.这样我们可以自由的修改或者读取一些想要 ...

  7. BZOJ4976:宝石镶嵌(DP&思维)

    Description 魔法师小Q拥有n个宝石,每个宝石的魔力依次为w_1,w_2,...,w_n.他想把这些宝石镶嵌到自己的法杖上,来提升 法杖的威力.不幸的是,小Q的法杖上宝石镶嵌栏太少了,他必须 ...

  8. Srping框架中使用@query注解实现复杂查询

    [自己项目代码] @Query("select bean from User bean where bean.org.id=?1 and bean.group.id=?2") pu ...

  9. POJ2891 Strange Way to Express Integers【扩展中国剩余定理】

    题目大意 就是模板...没啥好说的 思路 因为模数不互质,所以直接中国剩余定理肯定是不对的 然后就考虑怎么合并两个同余方程 \(ans = a_1 + x_1 * m_1 = a_2 + x_2 * ...

  10. 如何向map和reduce脚本传递参数,加载文件和目录

    本文主要讲解三个问题:       1 使用Java编写MapReduce程序时,如何向map.reduce函数传递参数.       2 使用Streaming编写MapReduce程序(C/C++ ...