server n. 1.服务者;工作者;侍候者;服役者。 2.【网球】开球人;发球人。 3.上菜用的器具〔如托盘,手推小车等〕;布菜用的火匙、叉子等。 4.助祭〔做弥撒时神父的助手〕。
code n. 1.法典;法规。 2.规则,准则;(社会、阶级等的)惯例,习俗,制度。 3.(电)码,代码,密码,暗码;代号,略号,暗号。 4.【生物学】遗传(密)码。 the civil [criminal] code民[刑]法典。 the moral code道德准则。 code of signals 信号密码(本)。 code of the school 校规。 code and conventions 规章制度。 C- Napoléon 拿破仑法典。 C- of Hammurabi (古代巴比伦的)汉穆拉比法典。 code of honour 社会礼法;决斗惯例。 code of written law 成文法典。 the International Code 国际电码。 the Morse code 摩尔斯电码。 vt. 1.把…编成法典[法规]。 2.把…译成[编成]电码;编(码);译(码)。 n. -r 【自动化】编码装置;【电讯】记发器。
The following code example instructs the asp . net page compiler to use visual basic as the server - side code language for the page , and sets the default http mime 下面的代码示例指示asp . net页编译器使用visual basic作为页的服务器端代码语言,并将传输到客户端的默认http mime
Directives . these blocks of server - side code can be declared within a number of asp . net application files , including web pages , user controls , master pages , and global . asax files 这些服务器端代码块可以在许多类型的asp . net应用程序文件中声明,包括网页、用户控件、母版页和global . asax文件。
Finally , if your server - side code is service oriented and not tailored solely to handling requests from an ajax client , xml is a better choice because of its ubiquitous support 最后,如果服务器端代码是面向服务的,没有单独针对处理ajax客户请求调整过,那么由于对xml一致的支持, xml会是更好的选择。
Although not demonstrated in this article , it is also very easy to create server - side code such as servlets and ejb components in netrexx , because it compiles to standard java class files 虽然在本文中并没有演示,但是还能够非常容易地用netrexx创建服务器端代码(例如servlet和ejb组件) ,因为它能编译成标准的java类文件。
Remember , your server - side code should care if it s being called by ajax , a jsp , a regular html form , or any other type of code ; it only has the traditional web - specific methods of reporting information 要知道,服务器端代码应该明白它是由ajax 、 jsp 、普通html表单或其他类型的代码调用的,但只能使用传统的web专用方法报告信息。
Tag for the purpose of code reuse by placing common server - side code , controls , or html markup within a file to include in other web pages , often the preferred approach in asp . net is to use web user controls 标记(通过将公共服务器端代码、控件或html标记放入要包括在其他网页中的文件内)以实现代码重用, asp . net常用的首选方法是使用web用户控件。
However , in parallel with the maintenance effort , alcrohm plans to implement a new version of the application that will be accessible via a standard web browser , coupled with java server - side code and business logic 但是,与维护工作相比, alcrohm计划实现一个新的应用软件版本,这个版本能够通过标准网络浏览器访问,加上java语言的服务器端代码以及业务逻辑。
Include files can be used to contain anything from static text such as a common page header or a company address to common server - side code , controls , or blocks of html markup that a developer wants to insert within other pages 从静态文本(如公共页标题或公司地址)到公共服务器端代码、控件或开发人员要插入到其他页中的html标记块,包含文件可用于包含任何内容。
By its very nature , dwr creates a tight coupling between client - side and server - side code , with a number of implications . first , changes to the api of remoted methods need to be reflected in the javascript that calls on the dwr stubs 从实质上看, dwr在客户端和服务器端代码间形成了紧密的耦合,这有许多含义:首先,远程方法api的变化需要在dwr存根调用的javascript上反映出来。