I should have known all along 我应该知道的
there was something wrong 我们出了问题
I just never read between the lines 我就是无法读出字里行间的意思
Then I woke up one day 有一天我醒了
and found you on your way 发现你已经上路
Leaving nothing but my heart behind 什么都带走了 除了我的心
What can I do to make it up to you 我做什么才能补偿你
Promises don't come easy 承诺得来不易
But tell me if there's a way 但请告诉我方法
to bring you back home to stay 让你重新回到我的身边
Well I'd promises anything to you 我可以答应你任何事
I've been walkin' around 我一直漫无目的的走着
with my head hanging down 头耷拉着
Wondrin' what I'm gonna do 想着我该怎么办
Cause when you walked out that door 因为当你走出那扇门
I knew I needed you more 我就知道我需要你
Than to take a chance on losing you 不能失去你
What can I do to make it up to you 我做什么才能补偿你
Promises don't come easy 承诺得来不易
You know I've made up my mind 你知道我已下定决心
to make it work this time 这次一定要成功
That's the promise that I give to you 这是我对你的承诺
You never thought I loved you 你从没想过我爱你
I guess you never thought I cared 我猜你从没想过我在乎你
I was just too proud to say it out loud 我的自尊让我无法说出来
Now I know 现在我知道
to let my feelings go (so tell me) 我该跟着我的感觉(请告诉我)
What can I do to make it up to you 我做什么才能补偿你
Promises don't come easy 承诺得来不易
You know I've made up my mind 你知道我已下定决心
to make it work this time 这次一定要成功
That's the promise that I give to you 这是我对你的承诺
What can I do to make it up to you 我做什么才能补偿你
分享到:
相关推荐
As part of the "You Don't Know JS" series, this concise yet in-depth guide focuses on new asynchronous features and performance techniques—including Promises, generators, and Web Workers—that let ...
Promises makes writing complex logics more manageable and easy. This book starts with an introduction to JavaScript promises and how it has evolved over time. You will learn the JavaScript ...
`make-promises-safe`是一个专门针对这种情况设计的Node.js模块,它的目标是帮助开发者避免因Promise使用不当而产生的内存泄漏。 ### Promise的内存泄漏问题 当Promise实例创建后没有被正确处理(例如,没有通过`....
Which parts of promises are synchronous and which are asynchronous How to effectively use promise chains to simplify your code The best way to catch errors in promises How to create your own promises ...
Coroutines generalize subroutines to allow multiple entry points for suspending and resuming execution at certain locations.cooperative tasks, exceptions, event loop,iterators, infinite lists and ...
rxjava-promises, 保证JVM语言的实现 rxjava承诺保证基于JVM的语言库重要说明不幸的是,这个库是在RxJava不成熟的阶段建立的,我在 操作系统的经验非常差。你还在维护这个?不,不过,许多雇主仍然要求你的GitHub...
《Thinking in Promises》这本书,由Mark Burgess撰写,探讨了Promise Theory(承诺理论),这是一种设计系统以促进合作的理论框架。Promise Theory的核心观点是,系统可以被理解为由不同部分组成,每个部分从自己的...
### JavaScript异步与性能:深入理解《You Don't Know JS - Async & Performance》 #### 引言 《You Don't Know JS - Async & Performance》是一本深入探讨JavaScript中异步编程与性能优化的经典著作。本书旨在...
很抱歉,但您提供的文件内容似乎与电脑基础知识操作无关,而是引用了Caron Nightingale的歌曲"Promises Don’t Come Easy"的歌词。如果您的目的是寻找关于电脑基础操作的知识,我将为您介绍一些基本的电脑使用技巧和...
Allora可以使对象中的方法执行后返回Promise对象,主要用在一些异步调用的方法(onload/setTimeout/requestAnimationFrame等)中。使用示例:BasicOr simply:const myWindow = allora(window) ...
Swift Promises是一个强大的工具,它为Objective-C和Swift开发者提供了处理异步操作的现代解决方案。在iOS、macOS以及其他的Apple平台开发中,异步编程是必不可少的,尤其是在网络请求、文件读写、多线程交互等场景...
"batch-promises" 就是为了解决这一问题而诞生的前端开源库,它专注于批量承诺,使得批量处理异步任务变得更加简单和高效。 批量承诺(Batch Promises)的概念是指将一组独立的 Promise 操作合并为一个大批次,然后...
在JavaScript和AngularJS开发中,处理异步任务是一项至关重要的能力。Promise是JavaScript中处理异步编程的一个核心概念,它允许我们以更优雅的方式编写和管理异步代码。AngularJS作为基于JavaScript的前端框架,...
《深入剖析Fastly-Promises源码》 在现代JavaScript开发中,Promise是异步编程的核心工具,它为我们处理复杂的回调地狱提供了优雅的解决方案。Fastly-Promises是一款高效的Promise库,其源码包含了Promise的实现...
### 06 You Don't Know JS:ES6 & Beyond #### 概述 《You Don't Know JS: ES6 & Beyond》是一本深入探讨JavaScript语言核心机制的书籍。本书不仅覆盖了ECMAScript 6(ES6)的新特性,还讨论了未来版本中的新功能...
`async-promises`则是在此基础上,进一步利用Promise的链式调用和错误处理能力,使异步编程更加优雅。 Promise是ES6引入的一种处理异步操作的新方式,它代表了一个可能尚未完成的异步操作的结果。Promise有三种状态...
在 `promise-master` 这个压缩包文件中,可能包含的是 `easy-promise` 库的源码,开发者可以通过阅读这些源码来学习如何实现一个符合 Promises/A+ 规范的 Promise 库。源码通常会包含库的核心类或函数,例如 `...