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.
我正在使用 timthumb 生成缩略图。我希望将缩略图保存在指定的文件夹中,而不是将它们保存在缓存文件夹中,因为我想将缩略图图像保存到数据库中。不需要进行缓存。如何使用 timthumb 或我更喜欢这使用其他一些 PHP 缩略图库。哪个库适合这个目的?
我使用WideImage取得了很大的成功。
这是我为您正在寻找的东西找到的最好的一个。
我想使用以下方法将命令插入交互式环境:
bc <<END 1+1 quit END
该示例的输出是 ' 2',它在键入 后出现END。假设我想抑制这个输出。因此,在输入 END 后,我不希望出现任何输出。我怎么能做到这一点?
2
END