configuration.properties
来自「swing编写的库存管理程序。毕业设计类」· PROPERTIES 代码 · 共 24 行
PROPERTIES
24 行
#
# The tablemodel factory mode for the ResultSetTableModelFactory
# if set to "simple" the factory will always return a DefaultTableModel.
#
# Valid values are "auto" or "simple".
org.jfree.report.modules.misc.tablemodel.TableFactoryMode=auto
#
# Defines, whether ResultSetMetaData.getLabel() or ResultSetMetaData.getName()
# should be used to map column names into column indices.
#
# Valid values are "Label" or "Name".
#
# Explaination: The JDBC specifications allow the use of both, column
# names and column labels to query a column. As the ResultSetTablemodel
# requires a one-to-one mapping between a column name and the column index
# we have to limit the use to one of them.
#
# For most simple queries you may not see any differences. This value defaults
# to Name for the sake of backward compatibility.
org.jfree.report.modules.misc.tablemodel.ColumnNameMapping=Name
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?