网站首页  词典首页

请输入您要查询的英文单词:

 

单词 SQS
释义

SQS

  • 网络简单队列服务(Simple Queue Service);服务质素标准(Service Quality Standards);软件质量系统(Software Quality System)
1.
简单队列服务(Simple Queue Service)
云计算(第二版) ... 3.2 弹性计算云 ec2 97 3.4 简单队列服务 sqs 107 3.5 简单数据库服务 simple db 109 ...
www.douban.com
2.
服务质素标准(Service Quality Standards)
机构内部的服务质素标准(SQS)虽然已定下不少指引可供参考,但单位主管仍需根据即时应变,以减低事故对服务及服务使用者 …
www.hkcss.org.hk
3.
软件质量系统(Software Quality System)
它的主要产品是Prevent Software Quality System (SQS),SQS通过在编译时解析源代码来使复杂软件中的缺陷和安全漏洞检测 …
www.ic37.com

例句

释义:
1.
Although your data is an image, it is still sent up to Amazon SQS as a string.
尽管数据是图片,但它仍然以字符串形式发送到AmazonSQS。
www.ibm.com
2.
This ensures that the request to Amazon SQS cannot simply be captured by an attacker and replayed, thus mimicking the valid user.
这确保了对AmazonSQS的请求无法被攻击者捕获并回放以模拟有效用户。
www.ibm.com
3.
SmugMug built their own queuing service, but you could just as easily use Amazon's own SQS.
SmugMug建立了自己的队列服务,你也可以直接使用亚马逊的SQS,用起来同样简单。
www.infoq.com
4.
Without knowledge of these characteristics, you might find working with Amazon SQS to be frustrating and confusing initially.
如果不了解这些特征,您刚开始使用AmazonSQS时可能会碰到挫折,或感到困惑。
www.ibm.com
5.
It is instructive to compare the steps used for the local queue with the steps required to connect to Amazon's SQS queue.
比较本地队列使用的步骤与连接Amazon的SQS队列所需的步骤将会很有用。
www.ibm.com
6.
SQS will try to preserve the order in messages, but it is not guaranteed that you will receive messages in the exact order you sent them.
SQS会尝试保持消息的次序,但是不保证接收消息的次序与发送它们的次序完全相同。
www.ibm.com
7.
The second important characteristic of Amazon SQS is the concept of eventual consistency.
AmazonSQS的第二大特征是最终一致性。
www.ibm.com
8.
Each of your messages is stored on multiple servers by SQS to provide redundancy and high availability.
SQS把每个消息存储在多台服务器上,从而提供冗余和高可用性。
www.ibm.com
9.
In this article, you use the query interface by way of a third-party library to communicate with SQS.
在本文中,使用一个第三方库的查询接口与SQS通信。
www.ibm.com
10.
You see it set below in the SendMessageRequest object used to send the message to the Amazon SQS queue (see Listing 14).
可以看到,它在SendMessageRequest对象中设置,以将消息发送到AmazonSQS队列(见清单14)。
www.ibm.com
1.
Upon receiving a purchase order, it creates an order summary and sends it to the reseller using a different Amazon SQS queue.
在收到购买订单之后,它创建一个订单汇总,并使用另一个AmazonSQS队列将其发送回给分销商。
www.ibm.com
2.
Now that messages are being placed on an SQS queue, I need to pop them off of the queue and do some processing.
在将该消息放到SQS队列上之后,我需要从队列中选取它们并执行一些处理。
www.ibm.com
3.
It is helpful to know a few characteristics of Amazon SQS before you delve into Amazon SQS development.
在开始AmazonSQS开发之前,了解它的一些特征是非常有帮助的。
www.ibm.com
4.
SQS does not guarantee deletion of a message in the queue.
SQS不保证删除队列中的消息。
www.ibm.com
5.
Amazon has another notification service, Simple Queue Service (SQS), using a polling-based approach to messaging.
亚马逊还有另一项通知服务,称为简单队列服务,简称SQS,采用轮询的方式处理消息。
www.infoq.com
6.
Use Amazon SimpleDB to store the structured data and put a handle to the items in the Amazon SQS message.
使用AmazonSimpleDB存储结构化数据,并为AmazonSQS消息中的项添加句柄。
www.ibm.com
7.
To make the service scalable and highly available, the design of the service is message-driven, utilizing SQS's reliable message delivery.
为了实现服务的可伸缩性和高可用性,服务被设计成消息驱动的,其中利用了SQS的可靠消息传递。
www.infoq.com
8.
The first step is to create a connection object to SQS using the Amazon Web Services access keys you exported earlier to your environment.
第一步是使用前面导出到环境中的AmazonWebServices访问键,创建一个连接到SQS的连接对象。
www.ibm.com
9.
SQS does not guarantee order of the messages in a queue.
SQS不保证队列中消息的次序。
www.ibm.com
10.
This month, I introduce a cloud-based alternative to such labor-intensive messaging: Amazon's Simple Queue Service (SQS).
本月我对这种劳动密集型消息传送引入了一种基于云计算的替代方案:Amazon的SimpleQueueService(SQS)。
www.ibm.com
1.
To minimize any disruptions, use the latest version of the API when creating new applications with SQS.
为了尽可能减少麻烦,在用SQS创建新应用程序时,应该使用API的最新版本。
www.ibm.com
2.
SQS does not guarantee that all the messages in the queue will be returned when queried.
SQS不保证在查询时返回队列中的所有消息。
www.ibm.com
3.
Combining the extensibility of XML with Amazon SQS provides a highly scalable and flexible application.
通过将XML的扩展性和AmazonSQS结合起来可以提供灵活的、伸缩性强的应用程序。
www.ibm.com
4.
SQS reserves the right to automatically delete queues if there has been no activity in the queue for 30 consecutive days.
如果队列中连续30天没有活动,SQS保留自动删除它们的权力。
www.ibm.com
5.
In this article, you'll learn how Amazon SQS elevates the burden of installing and maintaining a message-queuing system.
在本文中,您将了解AmazonSQS如何减轻安装和维护一个消息队列系统的负担。
www.ibm.com
6.
As I previously mentioned, SQS reading is done polling-style; what's more, the receiveMessage method is non-blocking.
正如我前面提到的,SQS读取是通过轮询方式完成的;而且receiveMessage方法是非阻塞的。
www.ibm.com
7.
Now use the receiveMessage method to attempt to receive a message from the Amazon SQS queue (see Listing 19).
现在使用receiveMessage方法尝试从AmazonSQS队列中检索消息(见清单19)。
www.ibm.com
8.
The policies for the Amazon SQS operate at the cloud service provider, of course.
当然,AmazonSQS的策略是由云服务提供商操作的。
www.ibm.com
9.
Amazon suggests sending the notifications to an SQS queue when delivery is critical.
如果是非常紧急或重要的消息传递,亚马逊建议采用SQS队列来发送通知。
www.infoq.com
10.
As described at the outset, the hybrid application processes data locally and makes use of the Amazon SQS cloud service.
正如开头所述,混合应用程序在本地处理数据并使用AmazonSQS云服务。
www.ibm.com
1.
The medical organization securely writes the X-ray images to an Amazon SQS queue, where they are temporarily stored.
该组织安全地将X射线图写入AmazonSQS队列,射线图临时存储在该位置。
www.ibm.com
2.
With the Amazon SQS service, you can design the lock window based on the unique processing requirements of the messages stored in the queue.
通过使用AmazonSQS服务,您可以根据存储在队列中的消息的处理需求设计和锁定窗口。
www.ibm.com
3.
The client also enables users to browse inventory, view orders, and view the Amazon SQS message queues.
该客户端还允许用户浏览库存、查看订单和AmazonSQS队列。
www.ibm.com
4.
In Listing 8, I've enlisted the help of the right_aws Ruby gem to assist me in working with SQS.
在清单8中,我借助了right_awsRubygem来帮助我处理SQS。
www.ibm.com
5.
SQS is probably the most obvious choice for this particular hybrid application.
SQS可能是这类混合应用程序的最为直接的选择。
www.ibm.com
6.
Decouple your application components by using the unlimited reliable messaging provided by Amazon Simple Queue Service (SQS).
AmazonSimpleQueueService(SQS)提供不受限制的可靠的消息传递,可以使用它消除应用程序组件之间的耦合。
www.ibm.com
7.
On the cloud side, the Amazon SQS service provides a queuing service between applications, even when they are on unconnected networks.
在云端,AmazonSQS服务提供应用程序之间的队列服务,即使它们没有连接网络。
www.ibm.com
8.
Consequently, reading an SQS queue requires those few additional lines of code.
因此,读取一个SQS队列需要这些额外的代码行。
www.ibm.com
9.
This change is transparent to the medical applications, which continue to write their X-ray image files to the Amazon SQS queue.
这种变化对于医疗应用程序是透明的,它会继续将X射线图写入AmazonSQS队列,不会造成影响。
www.ibm.com
10.
Amazon's SQS elevates the burden of installing and maintaining a queuing system.
Amazon的SQS减轻了安装和维护队列系统的负担。
www.ibm.com
1.
That is the next step, in which you create the queue on the Amazon SQS cloud service.
这是下一步要做的工作,您将在AmazonSQS云服务上创建队列。
www.ibm.com
2.
If you omit a value for the timeout, boto will create the queue with the default value of 30 seconds provided by SQS.
如果没有指定超时值,boto将用SQS提供的默认值(30秒)创建队列。
www.ibm.com
3.
With Amazon SQS, however, you can do it easily in any web application, regardless of platform.
然而使用AmazonSQS,您可以轻松在任何web应用中进行,而不管平台是什么。
www.ibm.com
4.
The HybridCloud application uses Amazon SQS to write data to a queue, and then to later read data back from the queue.
HybridCloud应用程序使用AmazonSQS将数据写入队列,然后从队列读回数据。
www.ibm.com
5.
Now that you've created you Amazon SQS queue, turn your attention to the local aspects of this hybrid application.
现在已经创建了AmazonSQS队列,接下来将注意力转移到该混合应用程序的本地端。
www.ibm.com
6.
Writing a message to an SQS queue takes three lines of code.
向一个SQS队列写一条消息需要三行代码。
www.ibm.com
7.
Now send your message to the Amazon SQS Queue by using the sendMessage method of your Amazon SQS object (see Listing 16).
现在通过使用AmazonSQS对象的sendMessage方法将消息发送到AmazonSQS队列(见清单16)。
www.ibm.com
8.
Read local data (from a JMS queue) and put it onto the Amazon SQS queue.
读取本地数据(从JMS队列)并将其放入AmazonSQS队列。
www.ibm.com
9.
Finally, you must delete the purchase order queue item from the Amazon SQS queue.
最后,您必须从AmazonSQS队列删除购买订单队列项。
www.ibm.com
10.
Navigate to the SQS home page.
导航到SQS主页。
www.ibm.com
1.
SQS will automatically delete any messages that have been in your queues longer than four days.
SQS会自动删除在队列中超过四天的消息。
www.ibm.com
2.
Something else to note is that messages placed on SQS are durable: they are there until you remove them.
另外要注意的是,放在SQS上的消息是持久的:在删除之前它们一直在那里。
www.ibm.com
3.
For Amazon SQS, that means you pay $0. 000001 per message.
对于AmazonSQS,这表示每条消息您支付$0.000001。
www.ibm.com
4.
Keep in mind that once you have a handle to a valid message, SQS locks it.
请记住,在有了有效消息句柄之后,SQS会锁定它。
www.ibm.com
5.
Now, send the message containing the purchase order to the Amazon SQS queue using the code in Listing 14.
现在,使用清单14中的代码将包含购买订单的消息发送到AmazonSQS队列。
www.ibm.com
6.
A developer must register a credit card with Amazon Web Services in order to use services such as SQS.
开发人员必须使用AmazonWebServices注册信用卡才能使用SQS之类的服务。
www.ibm.com
7.
There are two versions of SQS available: the original version (2007-05-01) and a 2008-01-01 version.
有两个SQS版本:最初版本(2007-05-01)和2008-01-01版本。
www.ibm.com
8.
You can also set policies that control access to our SQS queue based on date, time, and source IP Address, as in Listing 2.
您还可以设置一个策略,它根据日期、时间和源IP地址控制SQS队列的访问,如清单2所示。
www.ibm.com
9.
SQS-interface. wsdl -- WSDL service implementation description for a stock quote service
SQS-interface.wsdl―股票报价服务的WSDL服务实现描述
www.ibm.com
10.
SQS. wsdl -- WSDL service interface description for a stock quote service
wsdl―股票报价服务的WSDL服务接口描述
www.ibm.com
1.
Once you have an Amazon Web Services account, you must enable Amazon SQS service for your account
创建账户之后,必须为账户启用AmazonSQS服务
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 21:35:59