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.
我在我的 Scala 应用程序中使用了一个速度模板,该模板记录到一个文件中。如果我除以零,为什么在调试以下代码时∞在我的模板化日志文件中得到一个 unicode 表示 () 并打印在 Eclipse 控制台上?Infinity
∞
Infinity
val params = MMap.empty[String, Any] params.put("percent", ((23.6 * 100.0) / 0.0)) debug(params.get("percent")).toDouble + "")