说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> asp编程语言
1)  asp programming language
asp编程语言
1.
In the course of renovation,the functions are renovated for the body temperature module and the real time hint of doctor s order dynamics,using several software development technology of asp programming language,Html language,VML vector marking language,etc.
改造过程采用asp编程语言、Html语言和VML矢量标记语言等多种软件开发技术,对体温模块和医嘱动态实时提示模块等进行了功能改造,消除了系统存在的缺陷,方便了使用。
2)  ASP language
ASP语言
1.
It also introduced the im- plementation of WebGIS technology simplely, discussed the method of how to use ASP language to issue by the network and gave part of the code.
简明介绍了网络GIS的实现技术,探讨了如何使用ASP语言实现网络发布的方法,并给出了部分代码,提出了今后WebGIS发展趋势:动态仿真、虚拟现实与WebGIS的结合;移动通信技术与GIS的有机结合;开放式地理信息系统;基于网格计算的新一代WebGIS。
3)  program language
编程语言
1.
The characteristics of C# program language and its potential new functions;
浅谈C#编程语言的特点及潜在的新功能
2.
The importance of the program language to the computer profession is illustrated, the character of the three language and its significance as compulsory course, and also the issue should be paid attention to is discussed.
阐述了编程语言对于计算机专业的重要性,详细分析了三种编程语言的特点以及将这三门语言作为必修课的意义,并说明了学习这些语言应当注意的问题。
3.
A program language in which developers can construct various collaborative applications scheme was studied and sought after.
研究和探讨一种能够灵活定制不同协同应用方案的编程语言。
4)  programming language
编程语言
1.
The paper summarizes development process of military computer and the current situation at home and abroad,simply introduces programming language and development tendency of military computer,in which the division of the several development stages is only for reference in the hope of causing the relevant discussion.
综述了军用计算机的发展过程和国内外现状,简单介绍了军用计算机的编程语言以及军用计算机的发展趋势。
2.
This article introduces how to develop virtual instruments using graph programming language-LabVIEW, designs a set o power useul virtual signal generator based on PC and Web and explains the important part and wide development prospects of virtual instrument in modern measurement technique field.
介绍了利用LabVIEW图形编程语言进行虚拟仪器开发的方法,设计了一种基于PC机和网络的实用性很强的虚拟信号发生器,说明了虚拟仪器在现代测试领域中的重要地位以及其广阔的发展前景。
5)  C51
语言编程
1.
Programmable Dual Channel 12bit D/A Converter TLC5618 and C51 Advanced Language Program;
可编程双路12位数模转换器TLC5618及其C51高级语言编程
6)  ASP programming
ASP编程
补充资料:asp语言
ASP

abbr.

1.=ActiveServerPage【网络】动态服务器网页

2.=ApplicationServiceProvider【网络】应用服务提供商

3.=AccessServiceProvider【网络】存取服务提供商

4.=AdvancedServicePlatform高级服务平台

5.=AdvancedSignalProcessor高级信号处理器

6.=AdvancedSterilizationProducts(美国强生公司生产的)高级消毒产品

7.=AdvancedStudyProgram高级学习计划

8.=AdvancedSystemPlanning高级系统规划

9.=AmericanSellingPrice美国售价

10.=ApplicationServiceProtocols应用服务协议

Asp

abbr.

1.=Americansellingprice美国市价,美国销售价格

asp1

KK:[]

DJ:[]

n.

1.【动】角蝰(一种小毒蛇)[C]

asp2
ASP过时了!!

KK:[]

DJ:[]

【诗】=aspen

ASP是ActiveServerPage的缩写,意为“活动服务器网页”。ASP是微软公司开发的代替CGI脚本程序的一种应用,它可以与数据库和其它程序进行交互,是一种简单、方便的编程工具。ASP的网页文件的格式是.asp,现在常用于各种动态网站中。ASP是一种服务器端脚本编写环境,可以用来创建和运行动态网页或Web应用程序。ASP网页可以包含HTML标记、普通文本、脚本命令以及COM组件等。利用ASP可以向网页中添加交互式内容(如在线表单),也可以创建使用HTML网页作为用户界面的web应用程序。与HTML相比,ASP网页具有以下特点:

(1)利用ASP可以实现突破静态网页的一些功能限制,实现动态网页技术;

(2)ASP文件是包含在HTML代码所组成的文件中的,易于修改和测试;

(3)服务器上的ASP解释程序会在服务器端制定ASP程序,并将结果以HTML格式传送到客户端浏览器上,因此使用各种浏览器都可以正常浏览ASP所产生的网页;

(4)ASP提供了一些内置对象,使用这些对象可以使服务器端脚本功能更强。例如可以从web浏览器中获取用户通过HTML表单提交的信息,并在脚本中对这些信息进行处理,然后向web浏览器发送信息;

(5)ASP可以使用服务器端ActiveX组件来执行各种各样的任务,例如存取数据库、发现哦那个Email或访问文件系统等。

(6)由于服务器是将ASP程序执行的结果以HTML格式传回客户端浏览器,因此使用者不会看到ASP所编写的原始程序代码,可放置ASP程序代码被窃取。

ASP的工作原理:

当在Web站点中融入ASP功能后,将发生以下事情:

1、用户向浏览器地址栏输入网址,默认页面的扩展名是.asp。

2、浏览器向服务器发出请求。

3、服务器引擎开始运行ASP程序。

4、ASP文件按照从上到下的顺序开始处理,执行脚本命令,执行HTML页面内容。

5、页面信息发送到浏览器。

ASP的运行环境

asp需要运行在PWS或IIS下。PWS或IIS服务在windows98或windows2000的光盘上附带着,可以通过“添加/删除程序”中的“添加/删除windows组件”来安装。

一般asp需与access数据库或SQLServer数据库结合使用,编出功能强大的程序。

能够运行ASP的web服务器软件

Windows2000默认安装的是IIS5.0(internetinformationserver),而windowsxp默认安装的是IIS5.1,windows2003默认安装的IIS6.0。

PWS(personalwebserver)运行在windows98环境下的简单个人网页服务器。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条