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.
我有一个远足俱乐部的网站,该网站最近被某个机器人的自动注册发送了垃圾邮件。激活涉及人为步骤,但大量的废话注册让我很烦。为了阻止这种情况发生,我添加了一个验证码功能。它在我的 Windows 开发环境中运行良好,但在 CentOS 5.4 64 位服务器上效果较差。它会生成这个毫无意义的难以辨认的图像。问题可能是什么?
我正在使用 Myfaces 2.1.11 和 Tomahawk2 1.1.14。
点击这里查看
事实证明,这是一个字体问题。使用这个链接,我们找到了对这段代码的引用。在第 61 行,很明显他们使用 Arial,这是一种 truetype 字体,默认情况下未安装在 CentOS 服务器上。