📄 jcrontab.properties
字号:
#
# Those are the parameters to the DAO
#
# FileSource:
# org.jcrontab.data.file
# org.jcrontab.data.datasource
#
# SQLSource:
# org.jcrontab.data.GenericSQLSource.driver
# org.jcrontab.data.GenericSQLSource.url
# org.jcrontab.data.GenericSQLSource.password
# org.jcrontab.data.datasource
#
org.jcrontab.data.file = {$HOME}.jcrontab/crontab
org.jcrontab.data.datasource = org.jcrontab.data.FileSource
org.jcrontab.Crontab.refreshFrequency = 3
# Those Lines are necessary to connect to postgresql and use it as DataSource
#org.jcrontab.data.GenericSQLSource.driver = org.postgresql.Driver
#org.jcrontab.data.GenericSQLSource.url = jdbc:postgresql://yourmachine.jcrontab.org:5432/jcrontab
# Those Lines are necessary to connect to mysql and use it as DataSource
#org.jcrontab.data.GenericSQLSource.driver = org.gjt.mm.mysql.Driver
#org.jcrontab.data.GenericSQLSource.url = jdbc:mysql://yourmachine.jcrontab.org:3306/jcrontab
#org.jcrontab.data.GenericSQLSource.username = iolalla
#org.jcrontab.data.GenericSQLSource.password = yourpassword
#org.jcrontab.data.datasource = org.jcrontab.data.GenericSQLSource
#org.jcrontab.data.GenericSQLSource.dbDataSource=yourDS
# Those lines are necesary to send mail
#org.jcrontab.sendMail.to=iolalla@yahoo.com
#org.jcrontab.sendMail.from=jcrontab@yoursystem.com
#org.jcrontab.sendMail.smtp.host=smtp.yahoo.com
#org.jcrontab.sendMail.smtp.user= yourSMTPusername
#org.jcrontab.sendMail.smtp.password=yourSMTPpassword
#Those lines defines the default Logger for the system
#org.jcrontab.log.Logger=jcrontabplugin.jEditLogger
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -