configuration.properties
来自「swing编写的库存管理程序。毕业设计类」· PROPERTIES 代码 · 共 16 行
PROPERTIES
16 行
#
# Configuration settings for the file config storage provider module.
#
#
# Defines the directory, where the user settings will be stored.
# If the directory starts with an '~/', the given directory will be
# considered relative to the users home directory.
org.jfree.report.modules.misc.configstore.filesystem.UserTargetDir=~/.jfreereport/user
#
# Defines the directory, where the system settings will be stored.
# If the directory starts with an '~/', the given directory will be
# considered relative to the users home directory.
org.jfree.report.modules.misc.configstore.filesystem.SystemTargetDir=~/.jfreereport/system
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?