This means that you can run the data collection, and then immediately open a PMR and append the output file to it.
这意味着,可以运行数据收集然后直接打开P MR,即可将输出文件附加到此pmr。
Open file ${was_home}/lib/app/config/services/PortletServiceRegistryService.properties, append the following lines to the end of the file.
打开文件 ${was_home}/lib/app/config/services/PortletServiceRegistryService.properties,在文件的末尾添加如下行。
If we want to add on to a file we need to open it up in append mode. The code below does just that.
如果我们想添加到一个文件,我们需要以追加方式打开它。下面的代码了这一点。
A file with the 'a' attribute set can only be open in append mode for writing. Only the superuser or a process possessing the CAP_LINUX_IMMUTABLE capability can set or clear this attribute.
如果文件设置了‘a’属性,数据只能采用追加模式,仅仅超级用户或者拥有CAP _ LINUX _ IMMUTABLE能力的进程可以设置和删除该属性。
A file with the 'a' attribute set can only be open in append mode for writing. Only the superuser or a process possessing the CAP_LINUX_IMMUTABLE capability can set or clear this attribute.
如果文件设置了‘a’属性,数据只能采用追加模式,仅仅超级用户或者拥有CAP _ LINUX _ IMMUTABLE能力的进程可以设置和删除该属性。
应用推荐