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

📄 syncml.properties

📁 通过SyncML对异构数据库复制的代码。如何通过Sync4J作为服务进行同步。
💻 PROPERTIES
字号:
#
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -