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.
如果我们想添加到一个文件,我们需要以追加方式打开它。下面的代码了这一点。
应用推荐