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.
作为一个新手程序员,我想坚持使用 C 一段时间......
我想知道长期存储用户输入的最佳方式是什么。我想构建一个有组织的、可访问的、可排序的和可修改的存储方法。
我会很感激那些让我陷入自己研究和反复试验的兔子洞的建议。
你应该看看 DBMS 的。这些是专门针对您在问题中陈述的需求而设计的系统。SQL、NoSQL 和其他类型。有了它们,您可以保存数据并从其他应用程序、原始应用程序甚至(如果您愿意)从其他计算机访问它。