Roo can also be used with virtually no training - the developer can always write source code anywhere they wish and Roo will respect that.
Roo实际上不需要培训就可以使用——开发者可以在他们希望的任何地方编写代码,Roo不会做任何干涉。
Easy language custom data types to read and write source routine procedures combined with easy language to operate the memory file to achieve custom data type data read and write.
易语言自定义数据类型读写源码例程程序结合易语言内存文件的操作,实现自定义数据类型数据的读写。
Meaning no built in support for mapped objects to write back to its original source, unless the user specifically create a reverse mapping after the mapped object is updated.
这意味着它并没有内建映射对象支持来回写至原始源,除非用户在更新映射对象之后明确地创建逆向反射。
As with many open source projects, the best source of information about how to write a detector is to look at other detectors that do similar things.
像使用许多开放源码项目一样,关于如何编写检测器的最佳信息源是参照执行类似任务的其他检测器。
Perhaps the biggest research challenge is to write an XSLT processor that can operate without building the source tree in memory.
也许最大的研究挑战是编写不用在内存中构建源树就可以操作的XSLT处理器。
To convert this process to RPM, you place the source in a repository and write a configuration file to dictate where to find the source to be compiled and how to build and install the code.
要将此过程转换为rpm,将源代码放在存储库中,编写一个配置文件来说明可在哪里找到要编译的源代码以及如何编译和安装代码。
The suspended I/O functionality of DB2 UDB eliminates any partial page writes by suspending all write activities on the source database.
DB2UDB的暂挂I/O功能消除了一切写部分页的现象,因为源数据库上的所有写活动都被挂起。
It is important to note that the split mirror must remain in the write suspended state until it is copied on top of the source database.
请务必记住,分割镜像必须一直处于写暂挂状态,直到在源数据库上对其进行了复制。
There are lots of systems that follow this pattern, where you write some modules / components in source code then describe how they are connected using an external config file.
许多系统都遵循这种模式,在这些系统中,你编写一些模块/组件,然后通过一个外部配置文件定义他们之间的连接。
The steps required to write such a recursive function are listed below, and Listing 3 presents the source code of the function itself.
编写这种递归函数需要执行的步骤如下所示,清单3给出了这个函数的源代码。
You don't need to identify write operations, which are simply passed on to the preferred source, and results are returned.
您不需要标识写操作,它们将简单地传递给首选源,并返回结果。
Write your domain model source files (JPA-annotated beans) under the [dir]/modelsrc folder.
在 [dir]/modelsrc文件夹下面编写领域模型源文件(带 JPA 注解的bean)。
Often, it would seem easier and faster to write the portlet source using a JSP file and conditional statements, instead of writing an annotation that needs to be applied.
通常,使用JSP文件和条件语句而不是通过编写需要被应用的注释来编写portlet源代码看起来要更容易更快。
The I/O write operation on the source database can be suspended from the CLP (Command Line Processor) using the db2 set write command.
源数据库上的I/O写操作可以在 CLP(Command Line Processor,命令行处理器)中使用db2setwrite 命令挂起。
The information source may have one or more write operations that allow a client to create and update entity records.
信息源可能有一个或者多个写操作,这些写操作允许客户端创建和更新实体记录。
You can examine the source code by hand and write test cases that you think will cover it all, but this is not a reliable or efficient way to develop tests.
您可以手工检查源代码并编写您认为可以覆盖整个项目的测试案例,但是这并不是可靠的或者有效的开发测试的方法。
Because all source files are likely to be saved in read-write copies at various replicated file server locations, you must keep the replicated copies in sync.
因为可能所有的源文件都以读写副本的形式保存在复制到的不同文件服务器位置上,必须保持复制的副本同步。
When we accessed each data source directly, we naturally had more code to write.
当我们直接访问每个数据源时,自然就有更多的代码要编写。
If an internal snapshot runs out of space, or if a write to an internal snapshot fails, all internal snapshots for that source file system are marked invalid.
如果内部快照耗尽了空间,或者如果向内部快照写入失败,那么源文件系统的所有内部快照都将标记为无效。
For example, one can write his own tool which analyzes the IR files and generates some conclusions on how the source code should be optimized.
例如,开发者可以编写他自己的工具来分析IR文件,并生成一些如何优化源代码的总结。
This requires the user creating the package (either through FM or the data source creation wizard) to have write permission to the folder.
这要求(通过FM或数据源创建向导)创建包的用户对此文件夹有写权限。
Finally — before writing your first template — you have to configure one last step, where JET will write its source.
最后——在编写您的第一个模版之前——您还需要最后一步配置工作,就是JET将它的原模型写入到什么位置。
Open source software relies on a community of volunteer developers who tinker on, write for, or amend a program, then give it away free.
开源软件依赖自觉自愿的程序员所组成的社群,他们修补或者编写一些程序,然后免费公布出来。
The data Access Service follows an API description such that third parties can write their own data Access Services to any data source.
数据访问服务遵循相应的API描述,因此第三方可以为任何数据源编写自己的数据访问服务。
Open source solutions also enable you to assemble software applications quickly, because you don't need to write as much code anymore.
开源解决方案还可以帮助您迅速组装软件应用程序,因为您不再需要编写大量代码。
In fact, you might want to bundle up the code you write to handle data source configuration and connection into a utility class (that's left for you as an exercise).
实际上可以将处理数据源配置和连接的代码打包成一个工具类(留给读者作为练习)。
The source code for PHP is freely available, and you are free to write and distribute PHP applications for both commercial and non-commercial use.
PHP的源代码可以免费获取,您可以自由编写和分发PHP应用程序,将其用于商业和非商业用途。
So far, we configured a data source that lets us write XML data to a table in DB2 9. Next, we will look at an example that will take advantage of the new configuration.
到目前为止,我们配置了数据源,它允许我们将XML数据写入到DB29的表中,接下来,我们看一下利用新配置的示例。
So far, we configured a data source that lets us write XML data to a table in DB2 9. Next, we will look at an example that will take advantage of the new configuration.
到目前为止,我们配置了数据源,它允许我们将XML数据写入到DB29的表中,接下来,我们看一下利用新配置的示例。
应用推荐