📄 config-harvesting.xml.svn-base
字号:
<?xml version="1.0" encoding="ISO-8859-1"?><geonet> <services package="org.fao.geonet"> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <!-- Harvesting services --> <service name="harvesting"> <output sheet="harvesting/harvesting.xsl"> <xml name="harvesting" file="xml/harvesting.xml" /> </output> </service> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <service name="xml.harvesting.get"> <class name=".services.harvesting.Get" /> </service> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <service name="xml.harvesting.add"> <class name=".services.harvesting.Add" /> <class name=".services.harvesting.Get" /> </service> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <service name="xml.harvesting.update"> <class name=".services.harvesting.Update" /> <class name=".services.harvesting.Get" /> </service> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <service name="xml.harvesting.remove"> <class name=".services.harvesting.Remove" /> </service> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <service name="xml.harvesting.start"> <class name=".services.harvesting.Start" /> </service> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <service name="xml.harvesting.stop"> <class name=".services.harvesting.Stop" /> </service> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <service name="xml.harvesting.run"> <class name=".services.harvesting.Run" /> </service> </services></geonet>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -