请问java property file的问题# Java - 爪哇娇娃
t*g
1 楼
Suppose I have two fields source and genre. source can have thousands of
values. I want to read the values in. genre can have 10 values. The values
of the two fields will be changed from time to time. What's the most
convinient way to store and retrieve the values? No database is available.
Initially I planned to use Java property files to store them. But it appears
Java Properties class can retrieve multiple values for the same key. Do I
have to go with the most basic file processing?
values. I want to read the values in. genre can have 10 values. The values
of the two fields will be changed from time to time. What's the most
convinient way to store and retrieve the values? No database is available.
Initially I planned to use Java property files to store them. But it appears
Java Properties class can retrieve multiple values for the same key. Do I
have to go with the most basic file processing?