1)javascriptjavascript脚本
2)Java ScriptJavaScript
1.Some techniques including:visiting Java from Java Scupt,visiting the methods and varibles of sub-program of Java Script from Java Script and making use of Java Script in Java Applet intelligently,have been introduced in order to realige the mutual complements of these web-page developing languages and to achieve the applying program of higher quality.着重阐述了网页开发中 ,通过灵活使用从JavaScript语言中访问Java的方法 ,从JavaScript中访问JavaScript小程序的方法与变量 ,以及在JavaApplet小程序中使用JavaScript等技术 ,实现这几种网页开发语言的互相补充 ,以开发更完美的Web应用程
2.<Abstrcat> With advanced technology of Java Script and Web Service, this article introduces a new method for data exchange without refreshing, which is based on B/S structural application system. 本文通过JavaScript和WebService的技术,提出一种基于B/S结构的应用系统无刷新数据交换的处理方法。
英文短句/例句
1.The Transference Between ActionScript and JavaScriptActionScript与JavaScript相互调用
2.Integrating JavaScript with JSP;JSP与JavaScript整合使用
3.The Design and the Realization of JavaScript-MathML Library;JavaScript-MathML Library的设计与实现
4.The Theoretical Analysis and Application of JavaScript;JavaScript的理论分析及其应用
5.The Method of Embedded JavaScript in XHTML;在XHTML中嵌入JavaScript的方法
6.Discussion of Adorning Web Pages Using HTML & JavaScript;浅谈用HTML和JavaScript修饰Web页
7.The Designing and Implementing of 3DWebGIS JavaScript API3DWebGIS JavaScript API的设计与实现
8.Message management architecture based on JavaScript基于JavaScript的消息管理机制
9.There was a problem receiving your Javascript configuration file.在接收JavaScript配置文件时发生了一个问题。
10.December JavaScript development announced by Netscape.12月网景公布,它正在进行JavaScript的开发。
11.The Research and Implementation of an Embedded JavaScript Interpreter;嵌入式JavaScript脚本解释器的研究与实现
12.Design and Implementation of WebGIS Based on JavaScript Technology;基于JavaScript技术的WebGIS设计与实现
13.The Research and Implementation of AOP fundamental function on JavaScript;AOP基本功能在JavaScript中的研究和实现
14.SKILL OF WEB PROGRAMMING;WEB页编程技巧──JavaScript事件的应用
15.Design and Implementation of JavaScript Interpreter on Mobile Phone Platform手机平台JavaScript语言解释器设计与实现
16.Web Development Technology Based on the JavaScript and ASP.NET基于JavaScript与ASP.NET的网站开发技术
17.The mixed programming method based on Java and Java Applet and JavaScriptJava与Java Applet和JavaScript间的混编方法
18.Design and implementation of HTML+MathML general project based on JavaScript基于JavaScript的HTML+MathML通用方案的设计与实现
相关短句/例句
Java ScriptJavaScript
1.Some techniques including:visiting Java from Java Scupt,visiting the methods and varibles of sub-program of Java Script from Java Script and making use of Java Script in Java Applet intelligently,have been introduced in order to realige the mutual complements of these web-page developing languages and to achieve the applying program of higher quality.着重阐述了网页开发中 ,通过灵活使用从JavaScript语言中访问Java的方法 ,从JavaScript中访问JavaScript小程序的方法与变量 ,以及在JavaApplet小程序中使用JavaScript等技术 ,实现这几种网页开发语言的互相补充 ,以开发更完美的Web应用程
2.<Abstrcat> With advanced technology of Java Script and Web Service, this article introduces a new method for data exchange without refreshing, which is based on B/S structural application system. 本文通过JavaScript和WebService的技术,提出一种基于B/S结构的应用系统无刷新数据交换的处理方法。
3)script[英][skr?pt][美][skr?pt]脚本
1.The compilation of shooting script and its application in educational films;分镜头脚本的编写及在编制教学片中的应用
2.PScript: An efficient extensible scripting language running on the J2ME platform;PScript:基于J2ME平台的高效可扩展脚本语言
3.The Application of Scripting Technology in Game Engine;脚本技术在游戏引擎中的应用
4)scripts[英][skript][美][skr?pt]脚本
1.Research on SAP-based Automation Test Scripts Technology;基于SAP项目的自动化测试脚本开发技术研究
2.Discussion on Writing Sub-lens Scripts in Health Science Popularization Film卫生科普片分镜头脚本撰写的探讨
5)scenario[英][s?'nɑ:ri??][美][s?'n?r?o]脚本
1.This paper introduces a method to fast develop the word_type coureware on the basis of the control signal of scenario.介绍一套基于脚本控制符的快速开发文字型课件的方法。
2.Sanford & Garrod believe that people will construct a mental model and activate a scenario to interpret text when they read.Sanford & Garrod的脚本理论认为 ,人们在交际中会在大脑中建构一个心理模型 ,激活用于理解语篇的认知脚本。
3.Sanford & Garrod believe that interlocutors will construct a mental model and activate a scenario to interpret each other during communication.Sanford&Garrod认为 ,在交际过程中 ,人们会在大脑中构建一个心理模型 ,激活用于理解话语的脚本 ,话语能否被理解取决于脚本是否适合于当前话语。
6)an acting version of a play脚本,剧本
延伸阅读
AutoCAD脚本文件的创建和使用1 脚本文件简介脚本文件类似于DOS操作系统中的批处理文件,它可以将不同的AutoCAD命令组合起来,并按确定的顺序自动连续地执行。脚本文件是文本文件,扩展名为“.SCR”,用户可使用任一文本编辑器来创建脚本文件。因为脚本文件可使一些命令序列自动执行,所以常用来产生、编辑或观看图形,如幻灯放映、初始的图形设置等。但脚本文件不能使用对话框或菜单,当从脚本文件中发出打开对话框命令时,AutoCAD运行该命令的命令栏含义而不是打开对话框。用户可以通过命令行的开关设置,使AutoCAD在启动时自动调用脚本。此外,用户也可以在AutoCAD中运行脚本,其调用方式为:菜单:【Tools(工具)】→【Run Script…(运行脚本)】命令行:script(或别名scr)注意 AutoCAD 的“undo”命令将每个脚本当作一个组,可以用单个“undo”命令放弃一组脚本的操作。说明 “script”命令可透明地使用。2 实例1 使用脚本文件绘制并显示图形Step 1 创建脚本文件“exam_draw.scr”(1) 使用Windows附件中的“记事本”程序创建一个新文件。(2) 在该文件中添加如下内容,如图1所示。 注意 其中调用“exam_view.scr”文件的路径应根据实际情况而定。(3) 以“exam_draw.scr”为名保存该文件。Step 2 创建脚本文件“exam_view.scr”(1) 使用Windows附件中的“记事本”程序创建一个新文件。(2) 在该文件中添加如下内容,如图2所示。(3) 以“exam_view.scr”为名保存该文件。