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.
我想知道如何正确地将多行字符串保存到数据库中。
并且保存的文本应该是独立于操作系统的。例如,如果我从数据库读取的 Java 程序,它应该在 UNIX 系统上获得 UNIX 行结尾,在 Windows 中获得 WINDOWS 行结尾。
这样的事情甚至可能吗?
当然有可能,但是数据库不知道行尾需要采用什么格式,也不应该在意。如果/需要时,由程序检索数据以重新格式化行尾。