事件容易捆绑到服务器端代码。
您可以参考清单3获取服务器端代码。
可以包含到已有服务器端代码工件中。
It can be included in an existing server-side code artifact.
您的服务器端代码完全从用户界面分离出来。
Your server-side code is completely decoupled from the user interface.
ss开关告诉Axis2要构建服务器端代码。
它对小部件服务器端代码使用的技术没有任何限制。
There are no restrictions on the technologies used for the server-side code of the widget.
所有服务器端代码片段都将被评估并发送到服务器上。
Instead, all server-side code pieces are evaluated and sent to the server.
服务器端语言使用的是PHP,但服务器端代码很简单。
PHP is used for the server-side language, but the server-side code is fairly simple.
单击Cancel返回false,服务器端代码不执行。
Clicking Cancel returns false, and the server-side code does not execute.
告诉Ajax在服务器端代码执行完成时应该调用哪个方法。
Telling Ajax which method to call when the server-side code completes.
当Lift遇到视图代码中的标记时,执行服务器端代码。
Server-side code is executed when Lift encounters tags in the view code.
本文的前半部分针对服务器端代码在单一JVM中运行的系统。
The first half of the article has targeted a system in which the server-side code runs in a single JVM.
我没有提供任何服务器端代码,因为这些细节对于这个项目无关紧要。
I haven't provided any server-side code because those details don't matter for the project at hand.
告诉Ajax在服务器端代码执行完成并返回结果时应该调用哪个方法。
Tell Ajax which method to call when the server-side code completes and returns the result.
接下来,您需要创建服务器端代码来处理Ajax请求并返回适当响应。
Then you must create the server-side code that will handle the Ajax requests and return a suitable response.
如果服务器端代码失败,则将调用失败的方法,并用抛出的异常作为参数。
If the server-side code fails, the failure method is called with the thrown exception as its argument.
这样一来,我可以测试服务器端代码,并介绍更多有关客户端技术的信息。
In doing so, I'll test the server-side code and give you more information about the client-side technologies.
浏览器利用http头,通过相同的服务器端代码来满足不同类型的请求。
Browsers use the HTTP header to satisfy many different kinds of requests with the same server-side code.
服务器端代码执行其余的任务,生成一个包含自动保存数据的恢复过的表单。
The server-side code does the rest, generating a restored form that contains the auto-saved data.
有些则走得更远,提供了从服务器端代码自动生成Ajax接口的方式。
Others go further, providing means to automatically generate Ajax interfaces from server-side code.
让我们试着让事情更趋于真实一些:假设您对服务器端代码没有完全的控制权。
Let's try and make things a little more real world and suppose you don't have complete control over your server-side code.
例如,我包含了从购物车中清除项目的服务器端代码,但是无法从UI访问它。
For instance, I've included server-side code to remove items from the cart, but no way to access it from the UI.
第二(也是最明显的),这种耦合会造成对客户端的考虑会渗入服务器端代码。
Second (and more significantly), this coupling causes client-side concerns to leak into server-side code.
它允许您将服务器端代码作为ajax端点公开,而所有模板都是自动生成的。
It lets you declaratively expose server-side code as an Ajax endpoint, generating all the plumbing for you auto-magically.
无论您执行什么操作来获取设为数据对象的结果,都必须在服务器端代码中执行。
Whatever you do to get from your result set to your data object you must do in your server-side code.
我们希望这一小节能够让您产生将WEKA集成到您自己的服务器端代码的兴趣。
Ideally, this little section should greatly interest you into looking how to integrate WEKA into your own server-side code.
这些开发服务器端代码时常用的方法,由于Ajax在客户端也变得越来越常见。
It's the kind of approach that you see all the time when developing server-side code, and it is becoming more and more common on the client side because of Ajax.
深请求是执行服务器端代码并访问持久性存储才能完成请求的Web页面发出的请求。
Deep requests are requests originating from the Web page that execute server-side code but do access a persistence store to complete the request.
第二个解决方案是允许多线程提交,但是依赖于服务器端代码中的同步来避免争用情况。
The second solution is to allow multiple thread submissions while relying on synchronization in server-side code to safeguard against race conditions.
为此,必须为客户机端代码编写几个接口,以实际的servlet作为服务器端代码。
To do so, you have to program a couple interfaces for the client-side code and the actual servlet as server-side code.
应用推荐