Our idealized goal is that developers working in our SOA environment should need only business domain knowledge and basic programming language skills.
我们的理想目标是,在我们的SOA环境中工作的开发人员应只需要业务领域的相关知识和基本的编程技巧。
This paper briefly introduced its grammar and basic programming technology, including data types supported by the scripts, flow control and the use of parallel blocks.
本文简单介绍了该脚本的语法和基本编程技术,包括脚本支持的数据类型,流程控制和并行语句块的使用。
The cadets must leave our courses with enough understanding to integrate the it and programming lessons without sacrificing understanding of problem solving and basic programming constructs.
学员在完成这些课程后,要掌握利用计算机的问题求解策略和基本的程序设计方法。
Without basic programming skills, testers cannot research, debug, and narrow down the root cause of a problem in a way that will help developers resolve the issue productively.
如果没有基本编程技能,测试人员无法进行研究、调试、并逐步确定问题的根本原因,而这将帮助开发人员更好地解决问题。
This model requires both parties to stick to a programming convention that may not be relevant to the software's basic functionality and, in general, can make the code less reusable.
这种模型需要双方都坚持一个可能与软件基本功能无关的编程约定,而且在一般情况下,这个编程约定可能使代码更加不可重用。
The basic idea is this: You can let your programming framework load your application's state before a request and save your application's state after each request.
基本思想是:可以让编程框架在请求之前装载应用程序的状态,并在每个请求之后保存应用程序的状态。
It is assumed that you have basic knowledge of UNIX programming and file system concepts.
本文假定您对UNIX编程和文件系统的概念有基本的了解。
This tutorial is for developers who have a background in programming or scripting and who understand basic computer-science models and data structures.
本教程是为那些具有编程和脚本背景,并且了解基本的计算机科学模型和数据结构的开发人员编写的。
To benefit from the discussion, you should be familiar with at least one procedural programming language and the basic concepts of computer programming, including command-line processing.
要从本讨论中有所收获,应该至少熟悉一门过程编程语言和计算机编程的基本概念,包括命令行处理。
However, the basic idea of "volume" is fundamental to three software development disciplines: project forecasting; quality assurance; and programming.
然而,“容积”的基本思想对三种软件开发规程来说是重要的:项目预测、质量保证,和程序设计。
The palette also includes basic programming constructs that allow for controlling the flow, such as decision points for conditional execution, and loops for process cycles.
选项板也包括了控制流所需要的基本编程结构,例如有条件执行的决策点和流程周期的循环。
This tutorial is written for developers who have a background in programming or scripting and who have an understanding of basic computer-science models and data structures.
本教程是为那些具有编程和脚本背景、了解基本的计算机科学模型和数据结构的开发人员编写的。
POSIX thread programming has many benefits, but if you're not clear about some basic rules, you run the risk of writing hard-to-debug code and creating memory leaks.
POSIX线程编程有诸多优势,但是如果您不明确一些基本规则,就有可能编写一些难以调试的代码并造成内存泄漏。
This tutorial is written for developers who have a background in programming and scripting and who have an understanding of basic computer-science models and data structures.
本教程是为那些具有编程和脚本背景,了解计算机科学基本模型和数据结构的开发人员编写的。
Specialized platforms provide some type of programming environment and services on top of a basic platform.
专门平台在基本平台上提供某种编程环境和服务。
All programming starts with making the most basic assumptions, and then building on those basic assumptions.
所有的编程工作都建立在一些最基础的假设之上。
Here are the basic scriptwriting formats that screenwriters and news producers use for entertainment productions and news programming.
下面是一些编剧家与新闻制作人用于娱乐节目与新闻节目制作的基本的脚本写作格式。
I decided to return to college, and this time I enrolled in Business Information Technology Specialist (BITS, A.K.A. Computer Programming), which included a basic UNIX course.
于是我决定回到学校学习,这次我选择了商业信息技术专业(BITS,通常称为计算机编程专业),其中包括了一门unix基础课程。
We will discuss the visibility rules and keywords in the section called "visibility rules" in Chapter 5, Basic Object-Oriented Programming in Scala.
我们会在《第5章-Scala面向对象编程》中的“可见度规则”章节来讨论可见度的规则和对应的关键字。
You should have a basic understanding of Web servers, server-side programming, and database design.
您应该对Web服务器、服务器端编程和数据库设计有基本的认识和了解。
Throughout the series, we showed you how to get up and running by covering the basic concepts, namely the programming model, business objects, interfaces, components, and references.
在这些系列文章中,我们通过介绍基本概念(即编程模型、业务对象、接口、组件和引用),向您说明了如何启动和运行WebSphere Integration Developer。
The Common Language Runtime has always had basic support for parallel programming in the form of locks, threads, and thread pools.
通用语言运行时(Common LanguageRuntime,CLR)以锁、线程和线程池的形式为并行编程提供基本的支持。
This article discussed the basic concepts of ProbeVue, including general format of a ProbeVue script, the VUE programming language, and a simple yet powerful sample program.
本文讨论了ProbeVue的基本概念,包括ProbeVue脚本的一般形式、VUE编程语言和一个简单但有意义的示例脚本。
Ensure that the resultant Web services conform to the WS-I Basic Profile 1.1 to promote interoperability across different Web service engines and programming languages.
确保最终得到的Web服务支持WS - iBasicProfile 1.1,提高服务跨不同Web服务引擎和编程语言的互操作性。
Basic packages include system, programming, and server software.
基本的软件包包括系统、编程和服务器软件。
You can use programming idioms (such as inheritance) and customization hooks (such as Visual Basic scripts) to write new code extending the application.
可以用编程方案(例如继承)和定制挂钩(例如Visualbasic脚本)编写扩展应用程序的新代码。
Paul Allen and Bill Gates adapted it for personal computers in 1975, and it's still widely used today to teach programming and as a, well, basic language.
1975年,PaulAllen和BillGates使之适合于个人计算机,今天仍然广泛应用于程序设计教学并作为一种可取的基本语言。
The most common forms of basic logic and decision making within programming are the do-while and if-then-else approaches.
最常见的基本逻辑形式和编程中的判定就是do-while和if-then-else。
In this article, you'll begin with the most fundamental and basic of all Ajax-related objects and programming approaches: the XMLHttpRequest object.
本文中,您将开始接触最基本和基础性的有关Ajax的全部对象和编程方法:XMLHttpRequest对象。
In this article, you'll begin with the most fundamental and basic of all Ajax-related objects and programming approaches: the XMLHttpRequest object.
本文中,您将开始接触最基本和基础性的有关Ajax的全部对象和编程方法:XMLHttpRequest对象。
应用推荐