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.
我需要在我的网站上的帖子中添加评论部分。用户可以随时创建帖子。那么我如何为每个帖子创建一个独特的数据库。我正在研究 JSP/oracle 有什么想法吗?
创建一个帖子表,您将在其中将帖子 ID 与用户 ID 相关联(假设您有帖子表和用户表)。对于评论,请使用评论 ID、帖子 ID、用户 ID 和时间戳制作一个表格!