To making it count.
- How do you take your caviar, sir?
鱼子酱还要吗,先生?
- No caviar for me, thanks. Never did like it much.
不了,谢谢-我从不喜欢吃太多的鱼子酱
- And where exactly do you live, Mr Dawson?
你住哪里,道森先生?
- Well, right now my address is the RMS Titanic.
目前就住在这船上
- After that I'm on God's good humor.
以后看上帝安排
- And how is it you have means to travel?
你怎么有钱旅行?
- I work my way from place to place. You know, tramp steamers and such.
我到处打工,往来常坐汽轮什么的
- But I won my ticket on Titanic here at a lucky hand at poker.
不过泰坦尼克号的船票-是赌牌赢来的
- A very lucky hand.
真是幸运
- All life is a game of luck.
人生就是靠运气
- A real man makes his own luck, Archie. Right, Dawson?
好汉自己创造运气,对吧,道森?
- And you find that sort of rootless existence appealing, do you?
你喜欢这样四处飘泊吗?
- Well, yes, ma'am, I do.
是的,夫人,我很喜欢
- I mean... Got everything I need right here with me.
全部家当都在身上
- Got air in my lungs and a few sheets of paper.
我有个健康的身体 以及作画用的纸
- I love waking up in the morning not knowing what's gonna happen
我喜欢一早起来时…
- or who I'm gonna meet,where I'm gonna wind up.
不知道会有什么样的遭遇,或是会到哪里去的感觉
- The other night I slept under a bridge.
前两天还在桥下过夜
- Now I'm on the grandest ship in the world
现在却在这豪华巨轮上
- having champagne with you fine people.
跟你们共饮香槟
- I figure life's a gift and I don't intend on wasting it.
生命是上帝给的 我不打算浪费它
- You never know what hand you're gonna get dealt next.
世事难料
- You learn to take life as it comes at you,
只能随遇而安
- to make each day count.
珍惜生命每一天
- Well said, Jack.
说得好
- Hear, hear!
有道理
- To making it count.
珍惜生命每一天
- To making it count.
珍惜生命每一天
- Bravo!
好极了

To making it count.的更多相关文章
- nodejs api 中文文档
文档首页 英文版文档 本作品采用知识共享署名-非商业性使用 3.0 未本地化版本许可协议进行许可. Node.js v0.10.18 手册 & 文档 索引 | 在单一页面中浏览 | JSON格 ...
- C#中Length和Count的区别(个人观点)
这篇文章将会很短...短到比你的JJ还短,当然开玩笑了.网上有说过Length和count的区别,都是很含糊的,我没有发现有 文章说得比较透彻的,所以,虽然这篇文章很短,我还是希望能留在首页,听听大家 ...
- [PHP源码阅读]count函数
在PHP编程中,在遍历数组的时候经常需要先计算数组的长度作为循环结束的判断条件,而在PHP里面对数组的操作是很频繁的,因此count也算是一个常用函数,下面研究一下count函数的具体实现. 我在gi ...
- EntityFramework.Extended 实现 update count+=1
在使用 EF 的时候,EntityFramework.Extended 的作用:使IQueryable<T>转换为update table set ...,这样使我们在修改实体对象的时候, ...
- 学习笔记 MYSQL报错注入(count()、rand()、group by)
首先看下常见的攻击载荷,如下: select count(*),(floor(rand(0)*2))x from table group by x; 然后对于攻击载荷进行解释, floor(rand( ...
- count(*) 与count (字段名)的区别
count(*) 查出来的是:结果集的总条数 count(字段名) 查出来的是: 结果集中'字段名'不为空的记录的总条数
- BZOJ 2588: Spoj 10628. Count on a tree [树上主席树]
2588: Spoj 10628. Count on a tree Time Limit: 12 Sec Memory Limit: 128 MBSubmit: 5217 Solved: 1233 ...
- [LeetCode] Count Numbers with Unique Digits 计算各位不相同的数字个数
Given a non-negative integer n, count all numbers with unique digits, x, where 0 ≤ x < 10n. Examp ...
- [LeetCode] Count of Range Sum 区间和计数
Given an integer array nums, return the number of range sums that lie in [lower, upper] inclusive.Ra ...
- [LeetCode] Count of Smaller Numbers After Self 计算后面较小数字的个数
You are given an integer array nums and you have to return a new counts array. The counts array has ...
随机推荐
- SQL 知道字段名 全表搜索此字段属于哪个表
SELECT name FROM sysobjects WHERE id IN (SELECT ID FROM syscolumns WHERE name='字段名')
- .Net Core 在Linux服务器下部署程序--(3). 部署.net core 后端程序
确认第二步中的软件已安装完成 lrzsz文件上传下载软件 zip与unzip压缩包软件 net core 相关软件 确认上述软件安装完成之后,开始部署程序 创建部署文件夹 我的习惯是在usr文件夹下新 ...
- RuntimeException和Exception区别
1.java将所有的错误封装为一个对象,其根本父类为Throwable, Throwable有两个子类:Error和Exception. 2.Error是Throwable 的子类,用于指示合理的应用 ...
- process.nextTick
回调函数同步执行 function asyncFake(data, callback) { if(data === 'foo') { callback(true); }else{ callback(f ...
- Winform开发中对界面的组织布局
在设计界面的时候,不管是在Web端,还是在Winform端,或者是WPF或者移动界面等应用上,我们对界面的组织布局,一直是比较有趣的话题,而组织界面的好坏从用户的感受来看,可以提供程序可使用性高低,也 ...
- Elastic Stack-Elasticsearch使用介绍(三)
一.前言 上一篇说了这篇要讲解Search机制,但是在这个之前我们要明白下文件是怎么存储的,我们先来讲文件的存储然后再来探究机制: 二.文档存储 之前说过文档是存储在分片上的,这里要思考一个问 ...
- 随心测试_软测基础_001<说在开始_测试理念>
- MySQL--7种join连接
一,定义: 1)LEFT JOIN / LEFT OUTER JOIN:左外连接 左向外连接的结果集包括:LEFT OUTER子句中指定的左表的所有行,而不仅仅是连接列所匹配的行.如果左表的某行在右表 ...
- Nginx 常见问题
1. CreateFile() "C:\Users\zhang\Desktop\K\My Project\SSL-数字证书\Nginx配置\nginx-1.12.2/conf/nginx.c ...
- 使用c++如何实现在gRPC中传输文件
使用c++实现gRPC远程调用框架中传输文件,proto文件如下: syntax = "proto3"; package transferfile; service Transfe ...