Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 gae java 代码中使用了一些字符串,用户必须对其进行配置。我知道有办法从用户可以编辑的配置文件中读取设置。请告诉如何执行此操作或提供相同的链接。
GAE 中没有文件系统访问权限。将每个用户的配置设置存储在数据存储中可能是最好的(也更容易)。