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.
当 Xcode Xcode 编译时,它会显示 sth likecompiling 28 out of 68 source files
compiling 28 out of 68 source files
如何找出它当前正在处理的文件?
非常感谢
在Xcode中,点击cmd+7显示日志导航器,最上面的是当前任务的日志,你可以点击日志查看状态。它将显示编译了哪个文件以及正在编译哪个文件。
cmd+7
我刚开始使用 CL,我在 Windows XP64 中使用 CCL+Slime 和 Emacs v24。我遇到以下问题:
如果我在 REPL 中输入这三个表达式,我会得到预期的结果,一个包含文本“Something”的文件:
(defparameter *file-out* (open "e:/test.txt"