Web Analytics

Warning: Super Typhoon is coming!

Today is a little cooler in Dalian and everything goes well. Alex brought us a topic about stock market, I didn’t speak much in class, because I have little interest in that issue, but I do learn a lot of new words. After the class Alex told us he was happy for his first being paid during the latest 2 months and he did not have any classes in the coming semester until this October. When he first came to the school and saw so many college students were doing an army training, he wondered what on earth the place was. ...

August 11, 2006 · 1 min · Tony Bai

My English Diary Starts From Scratch

I have been thinking of writing my English diary for a long time, but I do have no idea what I should write down. I have been studying English in Dalian for almost one and half a month and I really don’t know whether I’ve made any progress in English. Now, I have a feeling that there are a bunch of things for me to study, such as classic English sentence patterns, a huge amount of unfamiliar words, one-minute VOA headline listening practice, and so on. There is a saying: no pain, no gain. Although the process of English studying is a little boring, I must study English well, for me, for my career, and for my future. ...

August 10, 2006 · 2 min · Tony Bai

大连生活记-老虎滩乐园篇

来到大连之后只是到过Free的星海公园和星海广场玩过,大连最有名的海洋馆和极地馆我和GF还没去过,今天的计划就是到大连一著名的旅游景点老虎滩去玩。 ...

July 31, 2006 · 4 min · Tony Bai

英语培训日记20060728

最近南方台风肆虐,不知道是不是大连也受到了影响,天气也很糟糕,特别凉。今天由于两个同事临时有事回沈城了,我们就决定暂时休息一天。顺便抽出时间复习一下前段时间学习的内容。 ...

July 28, 2006 · 1 min · Tony Bai

Superman Returns

周二各大影院均半票,客居异乡也没有什么好的休闲项目,看电影就是我们最好的选择了。前不久上映的暑期档大片’Superman Returns’自然是我们的首选,尽管现在’谍中谍3′正在热映,但从心里来讲’超人’具有无可比拟的魅力。由于’超人’已经过了首映周,自然’沦落’到小厅中播放了,我们选择了’英文版+中文字幕’的观看方式,这好像也是第一次在电影院中看’英文版’,在沈城我还没见到过放映英文版的。 ...

July 26, 2006 · 3 min · Tony Bai

又一部国产好剧-疯狂的石头

最近在上映一部国产电影叫’疯狂的石头’,又名’贼中贼’,如果听到前面的名字肯定对该片讲述的故事一头雾水,而后面的名字倒是真实反映了片中的故事。很多人不喜欢看国产片,以为不好看,不过这部’疯狂的石头’是例外,建议大家看看,很不错的,即使不到电影院去看,也要买张牒看看。 ...

July 26, 2006 · 2 min · Tony Bai

大连生活记-生活环境篇

如发现本站页面被黑,比如:挂载广告、挖矿等恶意代码,请朋友们及时联系我。十分感谢! 商务合作请联系bigwhite.cn AT aliyun.com 欢迎使用邮件订阅我的博客 输入邮箱订阅本站,只要有新文章发布,就会第一时间发送邮件通知你哦! ...

July 24, 2006 · 6 min · Tony Bai

英语培训日记20060719

大连今天终于放晴了,一大早上强烈的阳光就穿透玻璃窗射进屋内。看来昨晚洗的一些衣服可以很快的干了。 今天Alex给我们上的是pronunciation课,他首先按照音标表,分别给我们纠正发音,包括各种Vowels和Consonants,他建议我们练习发音的最好方法就是拿个Recorder录下你的发音,然后听录音,直到你认为’You are comfortable with your pronunciation’为止。 ...

July 19, 2006 · 1 min · Tony Bai

英语培训日记20060717

自从来到大连后,大连的雨好像就没停过,问我大连本地人,他们也说最近雨下得太频繁了。就连我们的外教Alex也说他昨天洗的衣服不知道什么时候才能干。不过大连有一点好处,那就是凉快,有些时候可以说有些’冷’,有点夸张吧^_^,今天下班的时候感觉就冷冷的。 ...

July 18, 2006 · 1 min · Tony Bai

P.J.Plauger版本C标准库实现分析之'ctype.h'

如果在你的源代码中经常见到如下代码: /* To Identify a letter */ if ((i >= ‘a’ && i = ‘A’ && i <= ‘Z’)) /* To Identify a digit */ if ( i >= ‘0’ && i <= ‘9’) 这说明你对头文件理解的不是很好,而也恰恰是为了减少代码中重复出现的各种’字符分类’代码而设置的。 ...

July 17, 2006 · 4 min · Tony Bai