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.
可以读取和写入的所有文件类型有哪些?我想知道是否有像 microsoft excel 那样设置的数据库(我相信 sql 就像)我目前正在读取和写入 .DAT 文件或 .txt 文件。还有哪些其他类型不需要运行服务器?
可能性是无限的,因为服务器只不过是连接到套接字的程序,任何文件都可能被解析。任何人都可以为他们知道的文件类型或他们自己的文件类型创建一个库。
无论如何,SQL 不一定类似于 Excel。Excel 有图表,SQL 通常有参照完整性。