CC1,IceBreak,Hello world ,hello toastmaster
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的更多相关文章
- 安装lxml时gcc: internal compiler error: Killed (program cc1)的解决方法
在安装lxml时出现如下错误 gcc: internal compiler error: Killed (program cc1) 通过查看dmesg发现下述错误信息[2517343.500178] ...
- 阿里云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 ...
- 解决:cc1.exe: sorry, unimplemented: 64-bit mode not compiled in
在win下用Go语言的cgo时(比如下面场景)我们会用到的GCC编译器,Win下我们一般用MinGW. Golang连接Oracle数据库:win下 golang 跨平台编译 MinGW全称Minim ...
- 分享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 ...
- make module失败的原因cc1: error: unrecognized command line option “-m64
cc1: error: unrecognized command line option "-m64"cc1: error: unrecognized command line o ...
- 安装Redis 编译make gcc: error trying to exec 'cc1': execvp: 没有该文件或目录的错误
Linux(Redhat) make: gcc: error trying to exec 'cc1': execvp: 没有该文件或目录的错误 排查错误: 1.检查gcc.gcc-c++是否安装rp ...
- 安装Phalcon报错:gcc: Internal error: Killed (program cc1)
起因 安装Phalcon可以参考github上面的README.md 下面是我在阿里云ECS服务器上面执行命令的过程: # 安装依赖 sudo yum install php-devel pcre-d ...
- 编译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/ ...
- elfutils cc1: all warnings being treated as errors
/********************************************************************** * elfutils cc1: all warnings ...
随机推荐
- 如何让PPT播放时仅电脑显示备注页,而投影仪不显示
完全可以!第一步:在电脑上右键点击桌面选择属性,进入显示属性选着设置,点击2号屏(前提已连接投影仪或第2显示器),并且在“将WINDOS桌面扩展到改监视器上”(这个关键)前面打钩,且自主选择分辨率,应 ...
- JAVA交换两个变量的值-(不使用第三变量)
以下方法的根本原理就是: 借助第三个变量 c = a; a = b; b = c; 运算符-不借助第三变量: a = a+b; b = a-b; a = a-b; 为运算符-不借助第三个变量: (此种 ...
- Suffix(hash+lcp+二分)
题目链接: Suffix Consider n given non-empty strings denoted by s1 , s2 , · · · , sn . Now for each of th ...
- HDU1757
解题思路:分析需要不少时间,比较懒,直接把别人的分析贴在这里, 然后贴上自己写的代码: K相当之大.所以逐一递推的算法无法胜任.这时我们就不得不运用矩阵加速.首先来讲一下矩阵乘法: 若一矩阵的列数与另 ...
- C语言中库函数strstr的实现
在C语言中库函数strstr()函数表示在一个字符串str1中查找另一个字符串str2,如果查到则返回str2在str1中首次出现的位置,如果找不到则返回null. char* strstr(char ...
- 关于掌握C#的内存堆栈概念
很多时候,我们使用C#语言书写业务逻辑时,并不会太多地主动考虑到内存的占用和分配问题,但编的程序多了,就总会遇到一些性能问题.提到"性能"二字,就不得不考虑CPU和内存,而提到内存 ...
- hive表数据导出到csv乱码原因及解决方案
转载自http://blog.csdn.net/lgdlxc/article/details/42126225 Hive表中的数据使用hive - e"select * from table ...
- Paths中的几个重要元素
Paths中的几个重要元素 Points void CGContextMoveToPoint ( CGContextRef c, CGFloat x, CGFloat y ); 指定 ...
- Django基于Form之登录和注册
1.创建Forms文件,内容略多,大家将就着看,不懂请留言 #!/usr/bin/env python # -*- coding: utf8 -*- #__Author: "Skiler H ...
- UVA11538 Chess Queen
题意 给一个\(n \times m\)的棋盘,输出有多少种方法放置两个互相攻击的皇后. \(n,m \leq 10^6\) 分析 参照刘汝佳的题解. 横.竖.斜三种情况互不相干,加法原理统计. 横竖 ...