If you store your files into a database, you can enforce security by using the security settings of the database. Also, there are no broken links ever. However, the database storage space is more expensive.
意译:假如存储你的文件(图片)到数据库,你可以通过数据库安全设置保证文件安全。同时,不会产生错误的链接(反之,若仅记录文件在磁盘中的路径,可能会由于文件被删除导致出现错误的链接)。然而,所占用的数据存储空间是巨大的。
教程链接:提交/下载 图片 到/从SQL Server数据库(By Alexandru Ghiondea)
Read me:The file 'Pictures.sql' contains an SQL script that will create a table Pictures and the stored procedures required.Execute it against your SQL Server and a database called Pictures should appear.
本文探讨了将文件(如图片)存储在数据库中的优点,包括利用数据库的安全设置来保障文件安全,避免因文件被删除而导致的错误链接等问题。但同时也指出了这种做法会消耗大量的数据库存储空间。

754

被折叠的 条评论
为什么被折叠?



