• Push application logic to the database

    应用程序逻辑放在数据库中

    youdao

  • This way peoples don't have to wait for the Servlet 3.0 spec before being able to write portable Comet/Ajax Push application.

    不必等到Servlet 3.0规范发布人们编写轻巧Comet/Ajax应用(Push application)。

    youdao

  • By paying attention to the deployment differences between traditional web applications and Ajax applications we can push application performance even further.

    如果再在传统web应用Ajax应用部署差异加以关注的话,我们可以进一步提高应用性能

    youdao

  • Push technology is when the application server is in control over the handheld device.

    技术应用程序服务器控制手持设备

    youdao

  • Don't push for an interview on the spot, but rather explain that you want to let them know of your interest, drop off your resume, and complete an application while you're there if possible.

    这个时候不要急着想得到面试而是解释只是他们知道对他们招聘的职位有兴趣放下你的简历然后有可能的话填完一份申请表离开吧。

    youdao

  • This can be taken as a push operation, in which the data is pushed from an external application to the DOORS environment.

    可以视为一个导出操作其中数据外部应用程序导出DOORS环境之中。

    youdao

  • It would be far easier to build a bigger database server, and push off the need to rebuild your application to support the sharding of data.

    使用更强大数据库服务器容易得多而且需要通过重新构建应用程序支持分散的数据。

    youdao

  • Server push is not for every application.

    服务器推送并非适用于每一个应用程序

    youdao

  • It was enough to push the answer from "correct" to "impressive", and it scored me a lot of points with the programmers who were reviewing my application. Enough so that they offered me the job!

    足够这份答卷正确”转变发人深省”了,这也给申请加了不少所以他们决定聘用我。

    youdao

  • This feature of the XQuery makes it possible to push not only the business logic but also the publishing to the database server, in effect making the middle tier application very simple and thin.

    使用XQuery功能不仅可以推出业务逻辑而且可以发布数据库服务器,从而有效地使中间层应用程序非常简单。

    youdao

  • In push exchanges, also known as event notifications, the bus initiates the transfer of the message to some waiting application.

    push交换(称为事件通知)中,总线某些等待应用程序启动消息传输

    youdao

  • Instead, in this article I'm going to show you how to push this performance improvement to the next level - to make your Ajax application stand apart from the rest.

    大家展示的是如何将Ajax应用的性能提高一个新的层次——从而使的应用脱颖而出。

    youdao

  • Therefore, you should push intelligence into your application to deal with communications loss and to scale across multiple servers.

    因此应该智能性引入应用程序,处理通信损耗多个服务器之间实现伸缩性。

    youdao

  • When you push a button, your application essentially becomes unusable until the request you just triggered is responded to.

    按钮,应用程序实际上变得不能使用直到刚刚触发请求得到响应。

    youdao

  • Your application for sole agency is now under our careful consideration, if possible we should like to know your plan to push the sale of your products.

    你们独家代理请求我们正在仔细考虑当中可能的话我们很想了解方推销我们产品的计划

    youdao

  • The development of the common application means that one entry can be dispatched to over 400 schools with the push of the "send" button.

    开发统一申请表后,意味着只要登录填写一次然后按发送键就可以简简单单将自己申请信息发往400多所大学。

    youdao

  • In this article, I will introduce the basics of RCC, walk through the implementation of a first user-interface widget (a push-button), and provide a demo of a richer UI application.

    本文中将介绍RCC基础,探讨如何实现用户界面部件(按钮),提供一个丰富的UI应用程序的演示

    youdao

  • Push notifications are intended to notify users of new data, not to deliver critical data to your application.

    推送通知目的通知用户数据并不会向的应用程序写入重要数据。

    youdao

  • If you don't allow users to customize the push notification experience in your application, you're liable to pester users with notifications they're not interested in.

    如果允许用户定义应用程序中的推送通知体验,你容易用户陷入他们感兴趣的通知的纠缠之中。

    youdao

  • If your application is a Web application, you might want to push frequent updates to add new features, or improve the application as you get feedback from customers.

    如果应用程序Web应用程序,可能希望频繁推出更新添加功能或者获得客户的反馈改进应用程序。

    youdao

  • After each call, the client application would push the modified data back to the server, and the server would respond with all changes since the last time this client machine asked for data.

    每次电话后,客户应用程序修改后数据返回服务器,服务器将对客户机上次请求数据后做出所有更改做出反应

    youdao

  • Real time updates such as mobile application, the ability to push out notifications and alerts (39%).

    实时更新功能手机应用程序通知警报发送功能(39%)。

    youdao

  • Listing 5 shows a minimal Capistrano script to push an application to a known set of servers.

    清单5显示最小capistrano脚本应用程序推动一系列已知的服务器。

    youdao

  • Sometimes this allows Ripley to predict what the next client-side application request will be before it has even been made by the client, and preemptively push data to the client.

    有时使得Ripley可以提前猜测客户应用下一步请求提前推送数据客户

    youdao

  • While we could push values to and pull values from HTML, the application is easier to write, read, and maintain if we turn these chores over to a binding framework.

    虽然我们HTML推送或者HTML取值, 但如果这些琐事交给数据绑定框架处理,应用容易编写阅读维护

    youdao

  • After making the change above we can re-run the application and push the button again, and now its content is updated with a "Pushed!" message.

    做完上面改动后,我们可以重新运行应用再次点击按钮现在内容就会更新为“Pushed !”

    youdao

  • When the user is done entering the task's name, he or she will push the "Done" button that appears in the header of the application.

    用户输入任务名称时,就会点击显示应用程序标题处Done按钮

    youdao

  • Now that the implementation of my push-button is complete, I can create a very simple application, the guts of which (other than the RCC definitions and other required SVG markup) look like this.

    现在我们下压按钮实现已经完成了,可以创建一个非常简单应用程序内部构造(不是RCC定义其他需要SVG标记)如下所示。

    youdao

  • With Samsung's hardware an application developer can push the boundaries of imagination while engaging with an audience of millions.

    由三星硬件应用开发人员不仅增加想象空间,同时可以和数以百万计的开发者交流。

    youdao

  • The MVC implementation in JSF more closely approximates the style of a traditional GUI application than the Model 2, or "push-MVC" approach used in frameworks such as Struts, WebWork, and Spring MVC.

    Model2或者StrutsWebWorkSpringMVC 之类框架使用的 “push-MVC”方法相比JSF中的 MVC实现接近于传统GUI应用程序

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定