词汇:negotiation

n. 谈判;转让;[口语]顺利的通过

相关场景

Fulfill whatever bargain you agree to in a negotiation. Do not be a weasel.
>> How to Get Rich
履行你在谈判中同意的任何交易。不要做黄鼠狼。
Find the balance of weakness in a negotiation. They’re usually hidden, but they determine the outcome.
>> How to Get Rich
在谈判中找到弱点的平衡点。它们通常是隐藏的,但它们决定了结果。
Listen intently during negotiations. Use silence as a weapon.
>> How to Get Rich
在谈判过程中认真倾听。把沉默当作武器。
If your advisors are leading you down a path you don’t approve of during your negotiations, tell them privately that if they continue along that route you will get yourself some new advisors.
>> How to Get Rich
如果你的顾问在谈判中引导你走上了一条你不赞成的道路,私下告诉他们,如果他们继续沿着这条路走,你会得到一些新的顾问。
The devil is in the detail in serious negotiations. Get all the professional help you can trust. But do not surrender control of the negotiations or the agenda to such professionals. They are not the ones who will have to live with the consequences — you are.
>> How to Get Rich
认真谈判的细节决定成败。获得您可以信赖的所有专业帮助。但不要将谈判或议程的控制权交给这些专业人士。他们不是必须承受后果的人,你才是。
Do your homework. And do it rigorously. What you don’t know or haven’t bothered to find out can kill you in any type of serious negotiation.
>> How to Get Rich
做你的家庭作业,而且要严格。在任何类型的严肃谈判中,你不知道或懒得去发现的事情都会杀死你。
Remember that most people are not good at detailed negotiations. If you are a poor negotiator, then set a limit on what you will pay or accept and on any conditions attached. Do not deviate.
>> How to Get Rich
记住,大多数人不擅长详细的谈判。如果你是一个糟糕的谈判者,那么就对你将支付或接受的金额以及附加的任何条件设定一个限制。不要偏离。
Tips on negotiating:
Tips on negotiating: People use the term negotiation loosely. But negotiation is about serious, money-making or money-losing business. Discussing salary changes or quarterly goals may involve two parties talking, but it’s not a real negotiation. Real negotiations are about deals and partnerships that change everything and that can make you very rich in the process.
>> How to Get Rich
谈判技巧:人们对“谈判”一词的使用较为宽泛。但谈判是关于严肃、赚钱或赔钱的生意。讨论薪资变动或季度目标可能需要双方进行讨论,但这不是真正的谈判。真正的谈判是关于改变一切的交易和伙伴关系,这可以让你在这个过程中变得非常富有。
21. public speaking, negotiations is the same thing as sales. Those are subskills are sales. critical thinking and in extension the ability to learn.
>> If I'm 16.what high-value skills should I learn now.
21.公开演讲时,谈判和销售是一回事。这些子技能就是销售。批判性思维和学习能力。
Negotiation is a very delicate art.
>> Social Language
谈判是一门非常微妙的艺术。
So in this way , you'll be in professional, be in patient, be in nice with your client, you not arguing with your client, but you're negotiation with your client. gradually, gradually , you will find the chance that your prices offered will very close to client's target. After hard negotiation ,you get the first deal with client.
>> Your price is way too high
7. Reacting to negotiation activity (SDP descriptions and ICE candidate exchanges), the newcomer starts streaming to other clients.
>> webRTC Hotwire and Ruby on Rails
7.对协商活动(SDP描述和ICE候选交换)做出反应后,新来者开始向其他客户端流式传输。
6. WebRTC negotiations are created by each of the other clients, and they start streaming to the newcomer.
>> webRTC Hotwire and Ruby on Rails
6.WebRTC协商由其他每个客户端创建,并开始向新客户端流式传输。
4.The newcomer creates a WebRTC negotiation and sends a greeting back to each of the other clients.
>> webRTC Hotwire and Ruby on Rails
4.新人创建WebRTC协商,并向其他每个客户端发送问候。
This triggers the same process as above on the other client: appending a media element via a Turbo Stream update, and starting a webRTC negotiation.
>> webRTC Hotwire and Ruby on Rails
这在另一个客户端上触发了与上述相同的过程:通过Turbo Stream更新附加媒体元素,并启动webRTC协商。
Once the negotiation has been created, the newcomer client notifies the other client by reciprocating the greeting i.e. calling greet on the room channel.
>> webRTC Hotwire and Ruby on Rails
一旦创建了协商,新客户通过在房间频道上来回问候(即打招呼)来通知其他客户。
Anyway, the code for this has been mostly lifted from the spec and handled by the Signaller /WebrtcNegotiation. When creating the negotiation, the room controller listens for track events on the TRCPeerConnection, so it can start streaming from the remote client.
>> webRTC Hotwire and Ruby on Rails
无论如何,此代码大多是从规范中提取的,由Signaler/WebrtcNegotiation处理。创建协商时,房间控制器会监听TRCPeerConnection上的跟踪事件,以便它可以从远程客户端开始流式传输。
The negotiation is "perfect" as it ensures that the RTCPeerConnection is in the correct state for setting descriptions, and avoids collision errors by having one client be "polite" and other "impolite"-the polite one backs down in the case of a collision.
>> webRTC Hotwire and Ruby on Rails
协商是“完美的”,因为它确保RTCPeerConnection处于设置描述的正确状态,并通过让一个客户端“礼貌”而另一个“不礼貌”来避免冲突错误——在发生冲突时,礼貌的客户端会退缩。
This is where the WebRTC Perfect Negotiation pattern comes in.We don't go into it too much here, as it's covered well elsewhere; but for the purpose of this description (deep breath).
>> webRTC Hotwire and Ruby on Rails
这就是WebRTC完美协商模式发挥作用的地方。我们在这里不会过多地讨论它,因为它在其他地方都有很好的介绍;但就本描述而言(深呼吸)。
The WebRTC negotiation is quite complex, and even though things are required to happen in a particular order, responses are triggered asynchronously, making it tricky to get right.
>> webRTC Hotwire and Ruby on Rails
WebRTC协商非常复杂,即使事情需要以特定的顺序发生,响应也是异步触发的,因此很难正确处理。
It's important we do this first so that it's ready for incoming streams. The medium controller messages the room controller to notify that it has been added. This begins the WebRTC negotiation to form a connection between the two clients.
>> webRTC Hotwire and Ruby on Rails
重要的是,我们首先要这样做,以便为传入流做好准备。介质控制器向房间控制器发送消息,通知其已被添加。这将启动WebRTC协商,以在两个客户端之间建立连接。
According to the Code... First... Your return to shore was not part of our negotiations so I must do nothing.
>> Pirates of the Caribbean: The Curse of the Black Pearl 加勒比海盗:黑珍珠号的诅咒 Movie Script
根据守则。。。第一。。。你上岸不是我们谈判的一部分,所以我什么也不能做。
But if the negotiations didn't work out, we would declare war.
>> Pearl Harbor: Into The Arizona 珍珠港:亚利桑那号探秘(2016) Movie Script
But there were still peace negotiations with America, and if the negotiations worked out, then the attack would be cancelled, so we could turn around at any time.
>> Pearl Harbor: Into The Arizona 珍珠港:亚利桑那号探秘(2016) Movie Script
They said you were being tough on the negotiation, and if they had a little bit of help, they could close it fast and it would be good for you.
>> The Godfather: Part II 教父2 1974 Movie Script