This system adopts waterfall method function menu and browse data edit menu. The data flow and work flow are designed according to practical work process.
该系统采用瀑布式功能选单和全屏幕数据选单,数据流程、工作流程完全根据实际工作过程设计。
This article mainly wants through to promulgate the sketch sketch the essence, proposed in the sketch sketch teaching the logical method function and the importance.
本文主要想通过揭示写生素描的本质,提出了在写生素描教学中逻辑方法的作用及重要性。
A teacher deserves wide latitude in selecting the method of grading that best promotes learning in her classroom; that is, after all, the prime function of grades.
在选择最能促进课堂学习的评分方法时,教师应具有很大的自由度;毕竟,这是成绩的主要用途。
With this method, you parse your arguments to your function and do your calculation.
使用此方法,您可以解析函数的参数并执行计算。
Therefore, if the test object does not have such a set of properties, the method will not function correctly.
因此,如果测试对象没有这样一系列的属性,那么这种方法就不会正常地发挥其功能。
In usual cases of method invocation the return result is a function object, which is then executed.
方法调用通常返回的结果是一个函数对象,然后执行这个函数对象。
The AST is a tree representation of the source code that contains everything from variable declarations to function definitions and method invocations.
AST是源代码的树形表示,它包含了从变量声明到功能定义和方法调用的全部内容。
Please note that the global variable cannot be dropped if it is referenced in a function, method, trigger or view.
请注意,如果函数、方法、触发器或视图中引用了某个全局变量,则不能删除该变量。
The oldest method for calculating code complexity is counting the number of lines in a given function or method.
计算代码复杂度的老方法,一般是统计一个给定的函数或方法中的代码行数目。
Some server managers prefer the "one server, one function" method, so a single server runs a single application.
有些服务器管理人员更喜欢“一个服务器,一个功能”的方法,因此单个服务器运行单个应用程序。
As explained earlier, the stub method takes a callback function as its final argument, which is used to capture the list of courses in the response.
正如先前所介绍的,存根方法会采用回调函数作为其最后的实参,该实参用来捕获响应中的球场列表。
In other words, the function (or method) encloses a context around the things it references.
换句话说,这个函数(或方法)会对它引用的所有内容关闭上下文。
AOP allows us to execute an arbitrary function when a specified method is called.
AOP允许我们在指定的方法被调用时执行任意的函数。
When an instance receives a message, it executes a corresponding function, called a method, which has the same name as the message.
当实例接收消息时,它执行相应的功能,称为方法,它有与消息相同的名称。
A callback function is passed to the method when it is invoked to capture the return value.
当该方法被调用来获取返回值时,一个回调函数会传递给此方法。
Based on the values of passed parameters, the function decides which login method to use.
基于传递的参数值,函数决定使用何种登录方法。
This method contains your custom function and is described in further detail later in this article.
该方法包含定制函数,本文稍后将进一步进行详述。
There are two choices to start off with: do you want it to be a method or a function?
开始有两种选择:您希望它是一个方法还是一个函数?
It ACTS like a macro in this context, where calling the method of function via the closure makes the function call in the context of where it's defined.
它在此上下文中用作宏,通过闭包调用函数方法将在定义它的上下文中执行函数调用。
Each time a timetick event occurs in FadeIn state, the handleEvent method will call a function that increases the opacity of the tooltip slightly.
每当在FadeIn状态下发生timetick事件时,handleEvent方法将调用一个函数,它略微增加工具提示的不透明度。
Such a descriptor could return something callable — any Python function or method can return anything, after all.
这种描述符可以返回可调用的内容——毕竟Python函数或方法可以返回任何内容。
Due to the functional nature of the API, it is necessary to pass a function (method) to many of these operations so that it can be performed on each item in the ParallelArray.
由于API的函数特性,传递一个函数(方法)给这些操作很有必要,这样就可以在ParallelArray中的每个项目上执行它。
It then calls the jQuery blur method, which binds a function to the onblur event for the username field.
随后调用jQueryblur方法,后者将一个函数绑定到用户名字段的onblur事件。
The insertCall() method includes a function call within the given attribute, preserving any existing value.
insertCall()方法包含给定属性中的函数调用,保留任何现有值。
The map() method in jQuery runs the specified function for each of the result nodes.
jQuery中的map()方法为每个结果节点运行指定的函数。
If it is synchronous, the method returns only after the response is received, which means that the Ajax function blocks until the method returns.
如果请求是同步的,这个方法在收到响应之后才会返回,这意味着Ajax函数会一直阻塞,直到这个方法返回。
Note that for the single sign-on authentication to properly work, you must include a call to the authorizeCallback() method in your onActivityResult() function.
注意,为了单点登录身份认证正确工作,您必须在onActivityResult()函数中包含一个对authorizeCallback()方法的调用。
To implement this RESTful service, a function selector class will be implemented for selecting a correct service function according to the type of HTTP method and returning the function name.
为了实现这个RESTful服务,要实现一个函数选择器类,它根据HTTP方法的类型选择正确的服务函数并返回函数名。
However, the method copies a pointer to the selected function into a local variable, and then calls the function with the call method of the function object, rather than calling it directly.
但是,这个方法将所选函数的指针复制到一个局部变量中,然后用function对象的call方法调用这个函数。而不是直接调用它。
However, the method copies a pointer to the selected function into a local variable, and then calls the function with the call method of the function object, rather than calling it directly.
但是,这个方法将所选函数的指针复制到一个局部变量中,然后用function对象的call方法调用这个函数。而不是直接调用它。
应用推荐