⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configuration.txt

📁 Java编程 使用javamail 实现邮件管理系统
💻 TXT
字号:
$Id: configuration.txt 140 2008-10-31 21:49:50Z unsaved $WebMail Configuration Scheme============================WebMail has a new configuration scheme since v0.6.0.Program parts can register configuration parameters with the main configuration scheme.It is also possible that objects are notified on configuration changes so an appropriateaction can be taken. This works much like Java's AWT Listeners, so the correspondinginterface is called ConfigurationListener.Unfortunately, this decentralized configuration doesn't allow a effective centralcompile-time configuration any longer. Therefore, there are some system propertiesthat can be passed to the WebMail startcommand. Mainly, you will need to use--data-path, if your configuration file cannot be found in the default place.The telnet administration interface will be replaced soon with a HTML configuration formthat is dynamically generated from the configuration parameters.Currently there are three types of Configuration Parameters:- String-parameters: These can take any value- Choice-parameters: can only take certain allowed parameters- YesNo-parameters: can only take "YES" or "NO" as value and are just a specialized                    version of the choice parameters.Each configuration parameter must be registered with a unique String key(name of the parameter), a short description to be used as help text in theadministration interface and with a default value if not yet set by the user.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -