resource.properties

来自「使用myeclipse进行的项目设计实例」· PROPERTIES 代码 · 共 27 行

PROPERTIES
27
字号
########################
### Oracle JDBC-Thin URL
url=jdbc:oracle:thin:@10.10.13.250:1521:softedu
########################
### USER
user=ocsecuser
########################
### PASSWORD
password=ocsec

########################
### Sample Code to differ the 3 samples.
### Only '1','2','3' can be choosed.Others will be fault.
samplecode=3

########################
### EXCEL OUTPUT-PATH
filepath=E:/javatool/Samples/jspSample01/exploded/

########################
### EXCEL FILE NAME
filename=MJ60P008.xls

########################
### The directory that stores the uploading file
temporary_directory=E:/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?