📄 imageserver.conf
字号:
# Configuration for the image server# Use the internal image scaler (default). If this does not work, try# ExternalImageServerScaler# scaler_class net.spy.photo.rmi.JavaImageServerScaler# 100% java based image scaler# scaler_class net.spy.rmi.JavaImageServerScaler# External image scaler, uses convert.cmd (see beolow) to perform the# conversionscaler_class net.spy.photo.rmi.ExternalImageServerScaler# Command to scale images. This command will be called with the# following arguments:# argv[1] -geometry# argv[2] WxH (where W is the numeric width and H is the numeric height)# argv[3] inputfile.jpg# argv[4] outputfile.jpgconvert.cmd /usr/local/bin/convert # DB stuffdb.driver org.postgresql.Driverdb.url jdbc:postgresql://localhost/photodb.user nobodydb.pass# Where the rhash server isrhash.url //localhost/RObjectServer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -