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 ...
随机推荐
- 求二叉树的深度 python
二叉树有深度和高度两个属性,一个节点的深度指的是从根节点到该节点路径的长度,根节点的深度为1:一个节点的高度指的是从该节点到叶子节点所有路径上包含节点个数的最大值.叶子节点的高度为1,往上节点的高度依 ...
- js效果之回到顶部
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...
- iOS UIWebView 中 js调用OC 打开相册 获取图片, OC调用js 将图片加载到html上
线上html <!DOCTYPE html> <html> <head> <title>HTML中用JS调用OC方法</title> < ...
- 【模板】FFT
FFT模板 安利一下前辈的博客,写的真的好点击这里:从多项式乘法到快速傅里叶变换 #include<bits/stdc++.h> using namespace std; const in ...
- Balanced Substring
You are given a string s consisting only of characters 0 and 1. A substring [l, r] of s is a string ...
- MySQL之——查询重复记录、删除重复记录方法大全
查找所有重复标题的记录: SELECT * FROM t_info a WHERE ((SELECT COUNT(*) FROM t_info WHERE Title = a.Title) > ...
- java中线程安全问题
在java中单线程和多线程是什么意思,他们有什么区别,分别的作用是什么? 在一个程序中,这些独立运行的程序片断叫作“线程”(Thread),利用它编程的概念就叫作“多线程处理”.多线程处理一个常见的例 ...
- vs2013 快捷键
//////////////// 编辑: ctrl+-(shift+ctrl+-):移动光标到上次位置或相反,比如定位一个函数,转到函数定义后想回到函数使用处,则用ctrl+-,若又想回到函数 ...
- php、打印
<!DOCTYPE HTML><html><head><meta http-equiv="content-type" content=&q ...
- 制作Windows XP万能克隆镜像
制作Windows XP万能克隆镜像 战前分析:对于Windows XP,制作万能克隆时的一个重要问题就是系统激活,因为Windows XP为了防止盗版,采取了激活机制,当硬件发生改变时,系统就会要求 ...