📄 xmldbtestsuite.properties
字号:
# XMLDBTestCase parameter initialization file## this is used for vendor specific information# so we do not have to recompile when connecting to# different databases# An example could look like this:# driverName = org.xmldb.api.reference.DatabaseImpldriverName = org.ozoneDB.xml.cli.DatabaseImpl# url schema:## xmldb:ozonexml:<database>?<rootcoll>## <database> can either be a directory in the local filesystem or a remote# ip address (host:port)# <rootcoll> specifies the name of the root collection to load# An example could look like this:# URI = xmldb:ref:///child1# or like this:# URI = xmldb:ozonexml:/home/lars/xmltest?root# the collection name is added after the question mark dynamicallyURI = xmldb:ozonexml://localhost:3333?# the dbURI is the location of the XML database used to store the initial# collection we use in subsequent tests (database implementation dependant)dbURI = ozonedb:remote://localhost:3333# collectionName is the name we give our CollectioncollectionName = XMLDBJUnitTests
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -