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.
如何将所有代码保存为 JPEG?它将被输入到我的报告中,我打算单手打印屏幕并进行编辑,但这将花费很长时间。
谢谢
在您的代码编辑器中,您可以转到每个类文件并单击File > print。然后打印到文件(可能是 pdf)。您需要为每个类文件执行此操作。如果您需要它们的 JPG 格式,那么您可以在 photoshop 中打开一个 pdf,然后另存为 JPG。
File > print
我一直在尝试将图标添加到我的保存、删除等按钮。我有大约五个按钮使用<g:actionSubmit>标签来调用控制器中的动作来执行相应的功能。我的问题是 FontAwesome 和 bootstrap 的字形图标需要<i class="icon-***">像这样使用标签:
<g:actionSubmit>
<i class="icon-***">
<