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.
我正在寻找购物车(php 和 mysql)的解决方案,在首页上随机加载 20 个产品图像。我想知道是否有更好的方法来管理和提供平等的机会来加载之前未加载的产品图像,以便每个产品/内容都有平等的机会出现而不是随机出现,因为随机可能会再次选择以前的视图。
我正在考虑在数据库中添加视图表,以便存储每个产品视图,以便在随机选择产品时检查视图是否有任何产品具有更大的视图下降并随机选择。
我想你可以从你的 Products 表中做出不同的选择,这样就不会有重复的图像:
SELECT DISTINCT ProductId, ProductImage FROM ProductsTables