📄 spyrunner.conf
字号:
# Configuration for spyrunner to run all services necessary for the photo# album. You'll probably need to modify this, but it should get you going# in the right direction. You'll run spyrunner as follows:## java net.spy.SpyRunner /path/to/this/file## Applications we'll be running. The applications are defined below.apps rmiregistry rhash imageserver photo_cleanup# RMIregistiry. Comment this out above if you're already running one# The first argument is the location of the persistent rcache, the second# is the location of the configuration file for the imageserverrmiregistry.class sun.rmi.registry.RegistryImplrmiregistry.args# Spy Services, including rcache and imageserverrhash.class net.spy.rmi.RObjectImplrhash.args /var/tmp/rcacheimageserver.class net.spy.photo.rmi.ImageServerImplimageserver.args /usr/local/etc/imageserver.conf# This process stores the actual images in the database. You can run the# photo album without it, but you have to make sure the cache is never# lost.photo_cleanup.class net.spy.photo.util.PhotoCleanupphoto_cleanup.args
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -