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 ...
随机推荐
- Mysql8.0.11win64重置root用户密码操作
在笔记本和PC上面使用Mysql8.0.11免安装版本,均遇到此问题,记性不太好,现做下笔记. 1.cmd下,先关掉已启动的mysql服务,使用命令:net stop mysql 2.步骤1的cmd窗 ...
- maven中央仓库、远程仓库地址
1.http://repo1.maven.org/maven2 (官方,速度一般) 2.http://maven.aliyun.com/nexus/content/repositories/centr ...
- Java 8 Stream介绍及使用2
(原) stream中另一些比较常用的方法. 1. public static<T> Stream<T> generate(Supplier<T> s) 通过gen ...
- 浅谈css3有意思的属性pointer-events: none;
pointer-events: none: 可以让某个元素实现类似于海市蜃楼的效果,具体理解为,你可以看的到某个元素,但是你无法摸的着. 而display:none; 是你摸不着,但是你也看不见. ...
- C++ WMI获取系统硬件信息(CPU/DISK/NetWork etc)
官网找到一个例子,根据例子修改下可以获取很多信息 #define _WIN32_DCOM #include <iostream> using namespace std; #include ...
- 详解volatile 关键字与内存可见性
先来看一个例子: public class VolatileTest { public static void main(String[] args) { T ...
- 运行错误:Application Error - The connection to the server was unsuccessful
在模拟器上上启动ionic4.6版本 打包成的android APK,启动了很久结果弹出这个问题: Application Error - The connection to the server w ...
- Python基础:语法基础(3)
本篇主要介绍Python中一些基础语法,其中包括:标识符.关键字.常量.变量.表达式.语句.注释.模块和包等内容. 1. 标识符和关键字 1.1 标识符 标识符是变量.常量.函数.属性.类.模块和包等 ...
- 虚拟机ubuntu设置静态IP与主机、外网互ping配置流程
方案一.VMnet8(NAT模式) 1.选择自定义模式,VMnet8(NAT模式) 2.进入虚拟机,设置静态IP之前确认三者可互ping通,命令ifconfig,查看当前的IP 3.主机通过命令ipc ...
- macbook 入门
前面的话 第一次使用 Mac 之前,需要改变一些原有思维,不应该使用 Windows 的思维习惯去使用 Mac,Mac 会节省系统维护.清理杀毒.升级驱动等操作的时间,让我们可以专注做真正重要的事情, ...