syncml.properties
来自「通过SyncML对异构数据库复制的代码。如何通过Sync4J作为服务进行同步。」· PROPERTIES 代码 · 共 49 行
PROPERTIES
49 行
#
# Configuration file for the SyncML client agent
#
#
# The initial URL for the SyncML request
#
syncml-url=http://localhost:8080/sync4j/sync
#
# The target URI of the server being contacted
#
targetLocalUri=http://localhost:8080
#
# Authentication type [basic/clear]
#
authentication=basic
#
# Username and password for authentication to the sync server
#
username=guest
password=guest
#
# The identification tag of this SyncML agent
#
device-id=Sync4jTest
#
# The classpath for provisioned applications
#
classpath=lib
#
# Should a proxy be used?
# If so, set proxy host and port
#
useProxy=false
proxyHost=
proxyPort=8080
#
# Which sync-mode should be used for the first sync?
#
firstTimeSyncMode=two-way
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?