Collection

常见计算机英文词汇翻译对照列表

Sunday, 10. December 2006, 10:17:45


收集&整理一些常见计算机英文词汇,做了一个翻译对照列表,供大家使用~
















贡献者:
王聪 >xiyou.wangcong@gmail.com<
董溥 >cocobearc@gmail.com<


修订记录:
















增加一些词汇。(王聪)2006.12.14
添加一些词汇。(王聪,董溥)2006.12.10
用HTML编写此表。(王聪)2006.12.9




*说明:以下仅列出这些词语的通常翻译,当然会有特殊情况,请根据语境自行判断。















































































































































































英文词性中文例子
abstractadj.抽象的abstract module(抽象模型);abstract data type(抽象数据类型)
accessn.存取/访问access time(访问时间);access right(访问权限)
addressn.地址When the program is actually executed, the

virtual addresses are converted into real memory addresses.
v.寻址Protected Mode Memory Addressing(保护模式内存寻址)
algorithmn.算法An algorithm is a procedure or formula for

solving a problem.
arithmeticn.算术Such a function can be subject to common

subexpression elimination and loop optimization just as an arithmetic

operator would be.
arrayn.数组To specify an array index, write [index] =' before the element value.</td> </tr> <tr> <td width="20%"> </td> <td width="20%">n.</td> <td width="20%">阵列</td> <td width="40%">RAID(Redundant Array of Independent Disks 独立磁盘冗余阵列);register array(寄存器阵列)</td> </tr> <tr> <td width="20%">assembly</td> <td width="20%">n.</td> <td width="20%">汇编</td> <td width="40%">assembly code(汇编代码); assembler(汇编器)</td> </tr> <tr> <td width="20%">assign</td> <td width="20%">v.</td> <td width="20%">赋值</td> <td width="40%">A compound expression can be assigned.</td> </tr> <tr> <td width="20%"> </td> <td width="20%">v.</td> <td width="20%">分配</td> <td width="40%">Return all tasks currently assigned to the target processor set.</td> </tr> <tr> <td width="20%">attribute</td> <td width="20%">n.</td> <td width="20%">属性</td> <td width="40%">File attributes are maintained in the file system's directories, and typical attributes are Read-Only, Hidden, System and Archive.</td> </tr> <tr> <td style="vertical-align:top;">audio </td> <td style="vertical-align:top;">n. </td> <td style="vertical-align:top;">音频 </td> <td style="vertical-align:top;">audio track(音轨);audio-only representation(纯音频表示) </td> </tr> <tr> <td style="vertical-align:top;">binary </td> <td style="vertical-align:top;">adj. </td> <td style="vertical-align:top;">二进制的 </td> <td style="vertical-align:top;">binary code(二进制码);binary digit(二进制位,二进制数字) </td> </tr> <tr> <td style="vertical-align:top;">bit </td> <td style="vertical-align:top;">n. </td> <td style="vertical-align:top;">比特 </td> <td style="vertical-align:top;">In computer networking, bits are the smallest unit of data transfer. </td> </tr> <tr> <td style="vertical-align:top;">byte </td> <td style="vertical-align:top;">n. </td> <td style="vertical-align:top;">字节 </td> <td style="vertical-align:top;">Megabyte(MB 兆字节);Gigabyte (GB 吉字节) </td> </tr> <tr> <td width="20%">code</td> <td width="20%">n.</td> <td width="20%">代码</td> <td width="40%">source code(源代码)</td> </tr> <tr> <td width="20%"> </td> <td width="20%">n.</td> <td width="20%">编码</td> <td width="40%">ASCII Character Codes(ASCII字符编码)</td> </tr> <tr> <td width="20%"> </td> <td width="20%">vt.</td> <td width="20%">编写代码</td> <td width="40%">GNU coding standards(GNU编码标准)</td> </tr> <tr> <td width="20%">compiler</td> <td width="20%">n.</td> <td width="20%">编译器</td> <td width="40%">Excessive use of this feature leaves the compiler too few available registers to compile certain functions.</td> </tr> <tr> <td width="20%">computer</td> <td width="20%">n.</td> <td width="20%">计算机</td> <td width="40%">computer science(计算机科学); computer programming(计算机编程)</td> </tr> <tr> <td width="20%">constant</td> <td width="20%">n.</td> <td width="20%">常量</td> <td width="40%">In computer programming, a magic number is a constant used to identify the file or data type employed.</td> </tr> <tr> <td style="vertical-align:top;">context </td> <td style="vertical-align:top;">n. </td> <td style="vertical-align:top;">上下文 </td> <td style="vertical-align:top;">context epression(上下文表达式);context-free grammar(上下文无关语法) </td> </tr> <tr> <td width="20%">contiguous</td> <td width="20%">adj.</td> <td width="20%">邻接的</td> <td width="40%">The vmalloc interface provides us with functions to map non-contiguous page frames into contiguous virtual memory pages.</td> </tr> <tr> <td width="20%">declare</td> <td width="20%">v.</td> <td width="20%">声明</td> <td width="40%">If you declare a function with this attribute, GCC will not generate memory checking code for that function.</td> </tr> <tr> <td width="20%">define</td> <td width="20%">v.</td> <td width="20%">定义</td> <td width="40%">Several other attributes are defined for functions on particular target systems.</td> </tr> <tr> <td width="20%">element</td> <td width="20%">n.</td> <td width="20%">元素</td> <td width="40%">They are very useful as the last element of a structure which is really a header for a variable-length object.</td> </tr> <tr> <td width="20%">expression</td> <td width="20%">n.</td> <td width="20%">表达式</td> <td width="40%">The index values must be constant expressions, even if the array being initialized is automatic. </td> </tr> <tr> <td style="vertical-align:top;">extend </td> <td style="vertical-align:top;">v. </td> <td style="vertical-align:top;">扩展/扩充 </td> <td style="vertical-align:top;">extended link(扩展链接);XML(eXtensible Markup Language 可扩展标记语言) </td> </tr> <tr> <td style="vertical-align:top;">font </td> <td style="vertical-align:top;">n. </td> <td style="vertical-align:top;">字体 </td> <td style="vertical-align:top;">CSS2 improves client-side font matching. </td> </tr> <tr> <td width="20%">global</td> <td width="20%">adj.</td> <td width="20%">全局的</td> <td width="40%">global variable(全局变量); global symbol(全局符号)</td> </tr> <tr> <td width="20%">index</td> <td width="20%">n.</td> <td width="20%">下标</td> <td width="40%">The index values must be constant expressions, even if the array being initialized is automatic.</td> </tr> <tr> <td width="20%"> </td> <td width="20%">n.</td> <td width="20%">索引</td> <td width="20%">This is the index of all code examples of the book.</td> </tr> <tr> <td width="20%">initialize</td> <td width="20%">v.</td> <td width="20%">初始化</td> <td width="40%">They can be used to initialize char arrays.</td> </tr> <tr> <td width="20%">inline</td> <td width="20%">n.</td> <td width="20%">内联</td> <td width="40%">inline function(内联函数)</td> </tr> <tr> <td width="20%">keyword</td> <td width="20%">n.</td> <td width="20%">关键字</td> <td width="40%">You may also specify attributes with

preceding and following each keyword.
local
adj.
局部的/本地的
local host(本地主机);local

variable(局部变量)
macro n.You may use this built-in function in either a

macro or an inline function.
memoryn.内存virtual memory(虚拟内存);memory addressing(内存寻址)
n.
存储器
RAM(Random Access Memory

随机访问存储器)ROM(Read Only Memory 只读存储器)
objectn.对象 Object Oriented Programming Language(面向对象的编程语言)
vi.反对Some people object to the attribute__ feature,

suggesting that ISO C’s #pragma should be used instead.
operatorn.操作符The operator ~' performs complex conjugation when used on a value with a complex type.</td> </tr> <tr> <td width="20%">operand</td> <td width="20%">n.</td> <td width="20%">操作数</td> <td width="40%">They evaluate each operand exactly once.</td> </tr> <tr> <td width="20%">portable</td> <td width="20%">adj.</td> <td width="20%">可移植的</td> <td width="40%">This restriction of ISO C makes it hard to write code that is portable to traditional C compilers.</td> </tr> <tr> <td width="20%">process</td> <td width="20%">n.</td> <td width="20%">进程</td> <td width="40%">Under Linux, a process can execute in two modes - user mode and kernel mode.</td> </tr> <tr> <td width="20%"> </td> <td width="20%">v.</td> <td width="20%">处理</td> <td width="40%">This class makes it easy for the earlier DOMSpider program to recognize the robots processing instruction. </td> </tr> <tr> <td width="20%">processor</td> <td width="20%">n.</td> <td width="20%">处理器/机</td> <td width="40%">Intel Pentium Processor(Intel奔腾处理器);SMP - Symmetric MultiProcessor(对称多处理机)</td> </tr> <tr> <td width="20%"> </td> <td width="20%">n.</td> <td width="20%">处理程序</td> <td width="40%">word processor(文字处理程序)</td> </tr> <tr> <td width="20%">register</td> <td width="20%">n.</td> <td width="20%">寄存器</td> <td width="40%">The frame is the area on the stack which holds local variables and saved registers.</td> </tr> <tr> <td width="20%">specify</td> <td width="20%">v.</td> <td width="20%">指定</td> <td width="40%">In a structure initializer, specify the name of a field to initialize with.fieldname =’ before the element value.
stackn.栈,堆栈Some operands need to be in particular places on

the stack.
stringn.字符串format string(格式化字符串)
structuren.结构data structure(数据结构)
n.(C语言)结构体Usually, the specified type is a structure.
symboln.符号If you define symbol in your partial program, its

value is made available to other partial programs that are linked with

it.
syntaxn.语法There is one necessary limitation to this syntax.
unionn.(C语言)共同体All members of the union must have the same

machine representation.
valuen.return value(返回值)
variablen.变量Variables in computer programming are also useful

for this reason.
adj.可变的Arrays of Variable Length(可变长数组)
vice versa 反之亦然I found recently while looking for potential

candidates for this special report about companies that had made the

switch from Windows and Linux, and vice versa.
video
n.
视频
VCD(Video Compact Disk 视频光盘)
virtualadj.虚拟的virtual reality(虚拟现实);virtual machine(虚拟机)

JFK (film)

Sunday, 24. December 2006, 13:05:32



The glitter of official lies and the epic splendor of the thought-numbing funeral of J.F.K. confuse the eye and confound the understanding.

Hitler said:”The bigger the lie, the more people will believe it.”Lee Harvey Oswald, a crazed lonely man who wanted attention and got it by killing a President was only the first in a long line of patsies.

当局在撒谎,诗史般的肯尼迪葬礼迷惑了我们的双眼和头脑。希特勒说:越大的谎言越有人相信。一个疯狂的无名之辈,想出风头暗杀了总统,这只是一长串名单中的第一个替罪羊。

In later years, Bobby Kennedy,Martin Luther King….men whose commitment to change and peace….made them dangerous to men committed to war, would follow….also killed by such lonely crazed men.

Men who remove all guilt by making murder a meaningless act of a loner. We’ve all become Hamlets in our country,children of a slain father-leader. whose killers still possess the throne.

近年来,肯尼迪、马丁路德金凡是想改革想和平的人,都是那些向往战争权贵们的眼中钉。这些人也同样被疯狂、孤独的个人杀害。这些毫无意义的个人愚蠢行为使我们毫无内疚之感。我们都成了哈姆雷特认贼作父,而凶手同样占据着皇位。

The ghost of John F. Kennedy confronts us with the secret murder at the heart of the American Dream.He forces on us the appalling questions:Of what is our Constitution made?

What are our lives worth?What is the future of a democracy..?where a President can be assassinated under suspicious circumstances..while the machinery of legal action scarcely trembles? How many more political murders disguised as heart attacks……suicides, cancers, drug overdoses?How many plane and car crashes will occur…before they are exposed for what they are?

而肯尼迪总统和他被害的那些秘密终于与我们在我们的美国梦中相遇了,它向我们提出这样一个问题,我们的宪法核心是什么,我们生命的价值又是什么呢?一个国家的总统被杀害,在众多疑问面前,它的司法机构只会在那里发抖,那么这个国家的民主又是什么呢?还有多少政治谋杀被说成是:心脏病发作、自杀、癌症和过量吸毒,还有多少飞机失事和车祸将发生在事情暴露的前夜呢?

“Treason doth never prosper,” wrote an English poet.

What’s the reason?

For if it prosper, none dare call it treason.

The American public has yetto see the Zapruder film.

Why?

The American public has yet to see the real X-rays and autopsy pictures.

Why?

Hundreds of documents could help prove this conspiracy.

Why are they being withheld or burned by the government?

When my office or you, the people, asked those questions, demanded evidence, the answer from on high has always been: national security.

What kind of national security do we have when we’re robbed of our leaders?

What national security permits the removal..of fundamental power from the people.and validates the ascendancy of invisible government in the U.S.?

That kind of national security.when it smells like it, feels like it, and looks like.you call it what it is: Fascism!

一位英国的诗人曾经这样写道,背信弃义是永远不会成功的,因为他成功了就没人敢叫他背信弃义了。为什么?美国人民到现在为止还没有看录像带,为什么?有成千上万的文件可以作证,为什么却被政府撤掉或者烧毁了呢?每次我的办公室或你们――人民,提出并要求查看证据时,得到的答案永远是:国家安全机密。我们国家的领导人被夺取了生命,还有什么国家安全所言呢?什么样的国家安全被允许夺走人民手中最基本的权利,并允许一个看不见的政府统治我们的美国呢!这样的国家安全,当他看上去如此、闻上去如此、感觉上如此的时候,我们就可以叫他:法西斯主义。

I submit to you that what took place on November 22, 1963.was a coup d’etat.Its most direct and tragic result was the reversal of Kennedy’s decision to withdraw from Vietnam.

The war is the biggest business in America with 80 billion dollars a year.

President Kennedy was murdered by a conspiracy planned at the highest levels of government carried out by fanatical and disciplined cold warriors in the Pentagon and CIA’s covert operation apparatus.Among them, Clay Shaw, here before you.

我向你们提出发生在1963年11月22日的事件,那是一场政变。它最直接最可悲的后果就是改变了肯尼迪从越南撤军的决定。每年消耗8000亿的战争是美国最大的生意。肯尼迪总统的谋杀案由美国政府的最高层精心策划,由五角大楼和国防部中的战争狂热分子来实施。

It was a public execution,and it was covered up by like-minded people in the Dallas police the Secret Service, the FBI and the White House up to and including J. Edgar Hoover,and Lyndon Johnson who were accomplices after the fact.

胡佛和林登约翰逊,我相信他们是共犯,因前总统被刺而入主白宫的这个总统。

The assassination reduced the President to a transient official.His job is to speak as often as possible of the nation’s desire for peace while he acts as a business agent in the Congress for the military and their contractors.

Some people say I’m crazy.Southern caricature seeking higher office.There’s a simple way to determine if I am paranoid.Ask the 2 men who profited most from the assassination former President Johnson andyour new President, Nixon to release the 51 CIA documents pertaining to Lee Oswald and Jack Ruby.

Or the secret CIA memo on Oswald’s activities in Russia that was destroyed while being photocopied.These documents are yours.The people’s property. You pay for it.

But as the government sees you as children….who might be too disturbed to face this reality….or because you might lynch those involved you cannot see these documents for another 75 years.

I’m in my 40’s so I’ll have shuffled off this mortal coil by then.

But I’m telling my 8-year-old son to keep himself physically fit. so that one glorious September morning, in 2038, he can go to the National Archives and learn what the CIA and FBI knew.They may push it back then.

It may become a generational affair.Questions passed from parent to child.But some day, somewhere, someone may find out the damn truth.

We better.Or we might just as well buildourselves another government like the Declaration of lndependencesays to, when the old one don’t work. Just a bit farther out West.

An American naturalist wrote:”A patriot must always be ready to defend his country against its government.”

现在会有人说我是疯了,这有个简单的方法能证明我是否是偏执狂。我要求政府公开中情局51份档案,这些文件都是你们的。不,这些文件是人民的财产,你们为此而付了钱(纳税)。当时政府或许认为你们还是孩子,怕被那些实事吓坏的,或者你们会激动私自处死有关人员。所以在未来75年里你们是看不到这些文件的。我现在40岁,我是看不到了,但我希望我儿子在2038年9月一个阳光明媚的早晨,在国家档案馆翻看这些秘密。这可能成为几代人的事情,不过总会有一天,在某个地方某个人会发现真相。到那时我们自己最好能给自己建立一个新的政府,如独立宣言中所说:任何形式的政府,一旦起破坏作用时,人们便有权给予更换或者废除。一位美国的博物学家说,一位爱国者必须随时随地的准备与政府做斗争,以保护他的国家。

I’d hate to be in your shoes today.You have a lot to think about. You’veseen evidence the public hasn’t seen.Going back to when we were children.l think most of us in this court thought justice came automatically.

That virtue was its own reward. That good triumphs over evil.But as we get older we know this isn’t true.Individual human beings have to create justice, and this is not easy because the truth often poses a threat to power and we often have to fight power at great risk to ourselves.

回想我们的小时候,大多数人会认为正义会自己降落在我们身边,美德是对美德做好的回报,正义总会战胜邪恶。可我们长大后才知道,事情并非不都是真的,每个人都必须为正义而斗争,而这并不容易。因为真理总会引起权势们的恐慌,我们不得不冒着风险与权势们斗争。

People like S.M. Holland, Lee Bowers, Jean Hill, Willie O’Keefe, have all taken that risk and they’ve all come forward.

I have here some $8,000 in these letters sent from all over the country. Quarters, dimes, dollars from housewives plumbers, car salesmen, teachers, invalids.These are people who cannot afford to send money but do.People who drive cabs, who nurse in hospitals, who see their kids go to Vietnam.

Why?

Because they care.

Because they want the truth.

Because they want their country back.

Because it still belongs to us.as long as the people fight for what they believe in.

The truth is the most important value we have because if it doesn’t endure, if the government murders truth if we cannot respect these people then this is not the country I was born in, or the country I want to die in.

我们只要为自己的信仰而斗争,这个国家依然是我们的。寻求真理仍然是我们最重要的人生价值,如果真理已经受到政府谋杀,人民不在受到尊重,那这个地方就不是我们出生的那个国家,肯定也不会是我将与之终身厮守的那个国家。

Tennyson wrote:”Authority forgets a dying king.”

This was never more true than for John F. Kennedy whose murder was probably one of the most terrible moments in the history of our country.

丁尼斯写到:当权者忘记了死去的国王。这就是肯尼迪遇害最真实的写照,这可能是我们国家历史之上最可怕的历史时刻之一。

We, the people, the jury system sitting in judgment on Clay Shaw represent the hope of humanity against government power. In discharging your duty to bring a first conviction against Clay Shaw, ask not what your country can do for you but what you can do for your country.

Do not forget your dying king. Show this world this is still a government of the people, for the people and by the people.Nothing, as long as you live, will ever be more important.

今天的判决代表人民与政府斗争的希望,不要问这个国家能为你做什么,而问你能为这个国家做什么。不要忘却你死去的国王。这个政府依然还是一个民有、民治、民享的政府,只要我们还活着,没有比这更重要的了。

The Da Vinci Code

Sunday, 24. December 2006, 03:25:42



贴几句小说《达芬奇密码》中的优美的英文(附带中文对照):

In London lies a knight a Pope interred.
His labor’s fruit a Holy wrath incurred.
You seek the orb that ought be on his tomb.
It speaks of Rosy flesh and seeded womb.

(在伦敦葬了一位教皇为他主持葬礼的骑士。
他的行为触怒了上帝,因为违背了他的旨意。
你们寻找的圆球,本应在这位骑士的墓里。
它道破了玫瑰般肌肤与受孕子宫的秘密。)

Langdon heard Marie Chauvel’s words. One day it will dawn on you.
(这时,兰登听到了玛丽·肖维尔说过的话。”有朝一日你终会明白的。”)

He was standing beneath the ancient Rose Line, surrounded by the work of masters. What better place for Sauniè to keep watch? Now at last, he sensed he understood the true meaning of the Grand Master’s verse. Raising his eyes to heaven, he gazed upward through the glass to a glorious, star-filled night.

She rests at last beneath the starry skies.

(现在,他就站在这条古老的、四周被大师们的杰作所环绕的”玫瑰线”的下面。对索尼埃而言,还能找到比这更好的地方来保护他的秘密吗?他终于明白这位大师留下来的诗歌的确切含义。他抬头望着天空,透过那些玻璃,凝视着壮观的、星光满天的夜空。

在繁星闪烁的天底下她终于得到了安息。)

[注:电影中的此句更优美:“她躺在大师们令人终爱的杰作的怀抱里,剑刃和圣杯一道看护在她的门外,在繁星闪烁的天底下终于得到了安息。”]

Like the murmurs of spirits in the darkness, forgotten words echoed. The quest for the Holy Grail is the quest to kneel before the bones of Mary Magdalene. A journey to pray at the feet of the outcast one.

(那些曾被遗忘的诗句,犹如黑暗中幽灵的喃喃自语,此刻在兰登的脑海里回响着。”寻找圣杯之旅,就是希望能到抹大拉的玛利亚坟墓前跪拜的探索之旅,是想在这位被放逐者脚下祈祷的探索之旅。”)





值得收藏一生的电影经典台词

Monday, 11. December 2006, 13:18:23


超级经典~~

生活就像一盒巧克力,你永远不知道你会得到什么。
影片:阿甘正传

人生不能象做菜,把所有的料都准备好了才下锅
影片:饮食男女

星星在哪里都是很亮的,就看你有没有抬头去看他们
影片:玻璃樽

世界上总有一半人不理解另一半人的快乐
影片:爱玛

你以为我穷。不漂亮,就没有感情吗?如果上帝赐给我美貌和财富,我也会让你难于离开我的!就象我现在难于离开你一样!
影片:简爱

什么是权利?当一个人犯了罪,法官依法判他死刑。这不叫权利,这叫正义。    而当一个人同样犯了罪,皇帝可以判他死刑,也可以不判他死刑,于是赦免了他,这就叫权利!
影片:辛德勒名单

上帝会把我们身边最好的东西拿走,以提醒我们得到的太多!
影片:四根羽毛

牵着你的手,就象左手牵右手没感觉,但砍下去也会疼!(爱情的终结)
影片:一声叹息

我们要学会珍惜我们生活的每一天,因为,这每一天的开始,都将是我们余下生命之中的第一天。 除非我们即将死去。
影片:美国美人

好多东西都没了,就象是遗失在风中的烟花,让我来不及说声再见就已经消逝不见。
影片:男人四十

我听别人说这世界上有一种鸟是没有脚的,它只能一直飞呀飞呀,飞累了就在风里面睡觉,这种鸟一辈子只能下地一次,那边一次就是它死亡的时候。
影片:阿飞正传

也许每一个男子全都有过这样的两个女人,至少两个.娶了红玫瑰,久而久之,红的变了墙上的一抹蚊子血,白的还是“床前明月光”;娶了白玫瑰,白的便是衣服上的一粒饭粘子,红的却是心口上的一颗朱砂痣。
影片:红玫瑰与白玫瑰

“小时候,看着满天的星斗,当流星飞过的时候,却总是来不及许愿,长大了,遇见了自己真正喜欢的人,却还是来不及。”
电影:停不了的爱

我觉得生命是最重要的,所以在我心里,没有事情是解决不了的。不是每一个人都可以幸运的过自己理想中的生活,有楼有车当然好了,没有难道哭吗?    所以呢,我们一定要享受我们所过的生活。
电影:新不了情

世界上最遥远的距离不是生和死,而是站在你面前却不能说:“我爱你”
电影:星愿

这世上只有两种人:骗人的和被骗的
电影:不夜城

爱,就是永远也用不着说对不起。
电影:爱情故事

“人生本就是苦还是只有童年苦?” “生命就是如此。”
电影:这个杀手不太冷

从现在开始,你只许疼我一个人,要宠我,不能骗我,答应我的每一件事都要做到,对我讲得每一句话都要真心,不许欺负我,骂我,要相信我,别人欺负我,你要在第一时间出来帮我,我开心了,你就要陪着我开心,我不开心了,你就要哄我开心,永远都要觉得我是最漂亮的,梦里也要见到我,在你的心里面只有我,就是这样了。
电影:河东狮吼

多年之后,我有个绰号叫西毒,任何人都可以变得狠毒,只要你尝试过什么叫做嫉妒。
我不介意其他人怎么看我,我只不过不想别人比我更开心。
我以为有一些人永远都不会嫉妒,因为他太骄傲。
在我出道的时候,我认识了一个人,因为他喜欢在东边出没,所以很多年后,他有个绰号叫东邪。
知不知道饮酒和饮水有什么区别?酒越饮越暖,水越喝越寒。
你越想忘记一个人时,其实你越会记得他。
人的烦恼就是记性太好,如果可以把所有事都忘掉,以后每一日都是个新开始,你说多好。
每个人都会经过这个阶段,见到一座山,就想知道山后面是什么。
  我很想告诉他,可能翻过山后面,你会发现没什么特别。
  回望之下,可能会觉得这一边更好。
  每个人都会坚持自己的信念,
  在别人看来,是浪费时间,她却觉得很重要。
  东邪:虽然我很喜欢她,但始终没有告诉她。
  因为我知道得不到的东西永远是最好的。
  西毒:从小我就懂得保护自己,
  我知道要想不被人拒绝,最好的办法就是先拒绝别人。
  西毒:醉生梦死,不过是她跟我开的一个玩笑。
  有些事情你越想忘记,就会记得越牢。
  当有些事情你无法得到时,你惟一能做的,就是不要忘记。
  慕容:我曾经问过自己,你最爱的女人是不是我?
  但是我现在已经不想知道。
  如果有一天我忍不住问你,你一定要骗我。
  就算你心里多不情愿,
  也不要告诉我你最爱的人不是我。
电影:东邪西毒

第一、不要叫她温柔。   
  第二、不要让她喝三杯以上,否则她会逢人就打;   
  第三、在咖啡馆一定要喝咖啡、不要喝可乐或橙汁;   
  第四、如果她打你 一定要装得很痛 如果真的很痛 那要装得没事
  第五、在你们认识的第一百天,一定要去她班上送一支玫瑰,
  她会非常喜欢;   
  第六、你一定要学会击剑,打壁球;   
  第七、要随时做好蹲监狱的思想准备;  
  第八、如果她说她会杀了你,那不要当真,这样你会好受些;
  第九、如果她的鞋穿着不舒服,一定要和她换鞋穿;   
  第十、她喜欢写东西,要好好地鼓励她.
电影:我的野蛮女友

很多时候,爱一个人爱得太深,人会醉,
  而恨得太久,心也容易碎。
  世间最痛苦的事莫过于等待,
  我不知道她等了我多久,
  我一直以为我不会再有机会见到她,
  突然间,我不知道该怎么开口,
  不知道怎么讲第一句话,
  告诉她,我真的很爱她。
  原来尘世间有很多烦恼是很容易解决的,
  有些事只要你肯反过来看,你会有另外一番光景,
  我终于明白,静花水月是什么意思,
  其实情之所至,应该你中有我,我中有你,
  谁是男谁是女,又有什么关系,
  两个人在一起开心不就行了,
  今天她是小霸王,可能明天又会轮到我了
电影:天下无双

每天你都有机会和很多人擦身而过,而你或者对他们一无所知,
  不过也许有一天他会变成你的朋友或是知己,
  我是一个警察,我的名字叫何志武,编号223。
  每个人都有失恋的时候,而每一次我失恋呢,我就会去跑步,
  因为跑步可以将你身体里面的水分蒸发掉,而让我不那么容易流泪,
  我怎么可以流泪呢?在阿美的心中里面,我可是一个很酷的男人。   
  从分手的那一天开始,我每天买一罐5月1号到期的凤梨罐头,
  因为凤梨是阿美最爱吃的东西,而5月1号是我的生日。
  我告诉我自己,当我买满30罐的时候,
  她如果还不回来,这段感情就会过期。
  不知道从什么时候开始,在每个东西上面都有一个日子,
  秋刀鱼会过期,肉罐头会过期,连保鲜纸都会过期,
  我开始怀疑,在这个世界上,还有什么东西是不会过期的?   
  在1994年的5月1号,有一个女人跟我讲了一声“生日快乐”,
  因为这一句话,我会一直记住这个女人。
  如果记忆也是一个罐头的话,我希望这罐罐头不会过期;
  如果一定要加一个日子的话,我希望她是一万年。   
  我和她接近的时候,我们之间的距离只有0.01公分,
  我对她一无所知,57个小时之后,我爱上了她,
  六个钟头之后,她喜欢了另一个男人。   
  我以为会跟她在一起很久,就像一架加满了油的飞机一样,
  可以飞很远,谁知道飞机中途会转站……   
  一个人哭喊,你给纸巾他就行;
  但如果一间屋的人哭喊,你就要做很多事情。   
  不知道什么时候开始,我变成一个很小心的人,
  每次我穿雨衣的时候,我都会戴太阳眼镜,
  你永远都不知道什么时候会下雨,
  什么时候出太阳。
电影:重庆森林

当我还是孩子的时候,妈妈带我去看白雪公主,人人都爱上了白雪公主,而我却偏偏爱上了那个巫婆。
电影:《安妮·霍尔》

恐惧让你沦为囚犯。希望让你重获自由  
  It takes a strong man to save himself, and a great man to save another.
  坚强的人只能救赎自己,伟大的人才能拯救他人   
  Remember, Hope is a good thing, maybe the best of things and no good thing ever dies!   
  记着,希望是件好东西,没准儿是件最好的东西,而且从没有一样好东西会消逝!   
  Get busy living, Or get busy dying.
  忙活,或者等死。
电影:肖申克的救赎

我爱美国,它给了我财富,我用美国方式教育子女,告诉他们不能丢家族的脸    别跟我说你是无辜的,这让我愤怒,因为它侮辱了我的智慧
电影:教父

爱情这东西,时间很关键。认识得太早或太晚,都不行。
电影:2046

一个受伤的人,不知道如何接受和给予爱
电影:菊花香

我要你知道,这个世界上有一个人会永远等着你。无论是在什么时候,无论你在什么地方,反正你知道总会有这样一个人。
电影:半生缘

我愿意游荡在你身边,做七天的野鬼,跟随你。就算落进最黑暗的地方……我的爱,也不会让我成为永久的孤魂。
电影:卧虎藏龙

世界上有那么多的城镇,城镇中有那么多的酒馆,她却走进了我的。
电影:卡萨布兰卡

我爱你,再见

Saturday, 9. December 2006, 03:41:55


象命中注定一般
如火一样的那个夏天
撩人的夏日舞会
你跳向我的身边
lady shall we dance
在你说爱我的夜晚
真甜蜜啊
我爱你到永远

可哪儿有什么永远
是非爱恨已无须再辩
下一曲舞伴更换
失去的永不再返
你后悔了吗痛得想死去的夜晚
你原谅了吗爱你又把你伤害

为什么就这样地离开
为什么就不能相爱一直到我们死去呢
都去了哪儿所有爱和誓言
我流着泪的恋人啊时光已将一切更改
当我慢慢忘记你的脸

让故事再发生吧让我的人生充满遗憾
一切都不必重来什么也无须更改
生活在继续舞会从来不曾停止
一错再错的这故事才精彩

感谢你啊我勇敢的爱人
为了那醉人的夜晚我们都满身的伤痕
我爱你啊我寂寞的爱人
我毫无保留的爱过你给我的永不会忘记
失去的我曾拥有多幸运
在你最美丽时
竟让我遇见你
于是便爱上你

我爱你,再见!