📄 driverdb.props
字号:
#### Property file describing database for BasicDriverLocator.## ## This property file should be named driverDB.props ## and should reside in the BasicDriverLocator's bundle jar file.#### Alternatively, an URL to another driver DB property file can## be specified when starting the platform by specifying a system ## property "org.osgi.service.basicdriverlocator.dburl"#### At least one property, "count", must exist, describing how many## entries exists in database.#### Each entry is then prefixes by a number (rising sequence from## zero to "count"-1.## ## ## count=<int value> # number of entries in database## <count>.category=<string value> # driver category## <count>.url=<string value> # URL to driver bundle## <count>.id=<string value> # Unique driver ID## <count>.desc=<string value> # Driver description## <count>.product=<string value> # Product this driver handles## <count>.vendor=<string value> # Driver vendor count=0#0.category=*#0.product=serialX10#0.vendor=*#0.url=serialx10.jar#0.id=serialx10.jar#0.desc=Driver for X10 over serial#1.category=*#1.product=X10Switch#1.vendor=*#1.url=x10switch.jar#1.id=x10switch.jar#1.desc=Driver for X10 switch
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -