• 然后这些文件适当方法调用编织原始应用程序代码

    Then, calls to the appropriate methods in these class files are woven into the original application code.

    youdao

  • 如果我们现在就要内存映射文件信息需要调用带有正确偏移映射视图方法就行了。

    If we need now to write or read information from it we just call the map view methods with the correct offset.

    youdao

  • 然后只需调用PHP文件调用一个初始化方法生成必需前端XHR代码

    Then you simply call an initialization method when your PHP file is called, and it generates the necessary front-end XHR code for you.

    youdao

  • 开发者只需调用SWC文件中的对象方法就行了,其他的代码都生成好了。

    The developer simply calls methods on the value objects within the SWC file and the rest is already programmed.

    youdao

  • html(清单22)简单html文件提供用户一个GUI询问将要调用一个SOAP方法

    StartUp.html (Listing 22) is a simple HTML file that presents a GUI to the user and asks which SOAP method he or she wants to invoke.

    youdao

  • 获取用户文件定义属性我们视图调用list方法

    To get a list of the user-defined attribute names for this file, we call the list method on the view.

    youdao

  • 清单2中,代码首先包含MDB2_Schema所需的文件然后通过调用静态方法factory初始mdb2抽象

    In Listing 2, the code first includes the necessary class file for the MDB2_Schema package, and then initializes the MDB2 abstraction layer by calling its static factory method.

    youdao

  • 因此我们RESTful服务结果保存测试文件创建了一个抽象方法获得给定REST调用URL

    Therefore, we saved the RESTful service results into test files, and created an abstraction method to obtain the URL for a given REST call.

    youdao

  • 调用readlines方法文件中的所有读入一个名为lines的数组。

    Call the readlines method to read all the lines in the file into an array called lines.

    youdao

  • inode_operations定义直接inode上执行的操作,而file_operations定义文件目录相关的方法(标准系统调用)。

    For example, inode_operations define those operations that operate directly on the inode and file_operations refer to those methods related to files and directories (the standard system calls).

    youdao

  • IMEasy. properties文件中定义管理员列表发送警报,可Watchit工具正在运行任意插件调用sendchats方法

    To send the alert to the list of administrators defined in the IMEasy.properties file, the sendchats method can be called from any plug-in that the Watchit tool is running.

    youdao

  • 如果服务器日志文件中查看方法调用的时间,可以添加System.out.println("VerifyRiskOfficerInvolvementmethodcalled")类似语句

    You can also add System.out.println("VerifyRiskOfficerInvolvement method called") or a similar statement if you want to see when the method is called in server log files.

    youdao

  • 调用create时候Castor将使用映射文件(sql -mapping . xml)确定如何传递方法对象存储sql数据

    When you call create , Castor USES your mapping file (sql-mapping.xml) to figure out how to store the object you pass to that method as SQL data.

    youdao

  • 示例中,代码调用Image . FromStream方法包含图像文件转换为加载到PictureBox控件中的Image对象

    In the example, the code calls the Image.FromStream method to convert the stream containing the image file into an image object that can be loaded into a PictureBox control.

    youdao

  • 解锁文件之前通过调用Cflush例程 flush方法如果喜欢使用 C++fstream 的话),刷新写入者进程中的数据

    Flush data in writer processes before unlocking a file by either calling C's flush library routine or the flush method (if you prefer a C++ fstream).

    youdao

  • 这个包含file -visitor引擎穿越文件系统时所调用回调方法

    This class contains the callback methods that the file-visitor engine will invoke as it traverses the file system.

    youdao

  • Linux中添加文件系统方法调用register _ filesystem。

    To add a new file system to Linux, register_filesystem is called.

    youdao

  • 如果某个脚本调用其他Jython模块函数方法,则使用execfile函数加载来自其他jython脚本文件jython脚本。

    If a script invokes the functions or class methods of other Jython modules, use the execfile function to load a Jython script from another Jython script file. Listing 3 shows an example.

    youdao

  • 一旦有了SEI实现,您就可以附件一起调用方法(一个提供了名称文件中)。

    Once you have an SEI implementation, you can call its methods with your attachment (which for this example is in a file whose name you provide).

    youdao

  • 设想场景递归地访问一个目录,在树中的每个文件目录停下来,并每个查找到的条目调用自己的回调方法

    Imagine a scenario in which you want to traverse a directory tree recursively, stopping at each file and directory under that tree and having your own callback methods invoked for each entry found.

    youdao

  • 配置文件定义方法调用能力重要的,应该这种能力限制返回对象引用方法

    The capability of defining method invocations in the configuration file is very important and should not be restricted to methods that return an object reference.

    youdao

  • 如果一个只有少量代码并且包含循环方法位于配置文件顶部,那么它可能正被频繁调用

    A method without much code and with no loops at the top of a profile is probably being called very frequently.

    youdao

  • 方法期望那样调用我们可以看到中的所有文件列出并且所有目录均访问

    Our callback methods were invoked as expected, and we can see that all the files in the tree have been listed and all the directories have been visited.

    youdao

  • 一个方法出现方法配置文件顶部原因两个要么方法频繁调用要么在被调用执行工作太多

    A method appears near the top of a method profile for one of two reasons. Either the method is being called too often, or it is doing too much work when it's called.

    youdao

  • 第一,我们可以查看方法调用站点,还可以查看包含代码文件名称

    First of all, you can see what the method call looks like in the call Sites column. You can also see the name of the file that contains this code.

    youdao

  • 清单6loadlib. h文件调用main方法文件使用了这个文件

    Listing 6 is the loadlib.h header file, which is used in the sources that call the main method.

    youdao

  • Helper文件里面什么也没有:可以在里面放入自己Ruby方法可以视图模板调用这些方法

    The helper file is empty: it's a place where you can put Ruby methods that you write and that you want to call from your view templates.

    youdao

  • mkdirs方法无损的,所以可以多次调用方法不必担心目录已经存在时会丢失已有文件

    The File.mkdirs method is nondestructive, so you can call it over and over again without worrying about losing existing files if the directory already exists.

    youdao

  • 使用全局方法启用Web服务调用缓存配置文件

    To enable the cache configuration file for the web service call using the global method

    youdao

  • 其他两个构造方法只是调用静态方法IndexReader . open文件路径Directory对象转换成一个IndexReader

    The other two constructors just turn your file path or Directory object into an IndexReader by calling the static method IndexReader.open .

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定