将idea初学者配置_初学者怪胎:如何将ISO映像刻录到光盘

将idea初学者配置

将idea初学者配置

There may be a time when you have an ISO image that you need to burn to a CD or DVD for use in a computer or other device. Today we show you how to do it using ImgBurn, ISO Recorder, and Windows Disc Image Burner in Windows 7.

有时候,您需要将ISO映像刻录到CD或DVD上以用于计算机或其他设备。 今天,我们向您展示如何在Windows 7中使用ImgBurn,ISO Recorder和Windows Disc Image Burner进行此操作。

You might need to burn an ISO of an operating system, software app, CD, DVD…etc. It doesn’t matter what the ISO image is, burning an image is a fairly straight-forward process and here we’ll take a look at three free options to accomplish it.

您可能需要刻录操作系统,软件应用程序,CD,DVD等的ISO。 ISO映像是什么都没有关系,刻录映像是一个相当简单的过程,在这里我们将介绍三种免费的实现方法。

Using ImgBurn

使用ImgBurn

ImgBurn is an awesome free utility that will create ISO images, allow out burn almost anything, and a lot more. Although there are a lot advanced features available, burning an ISO to disc is easy. Download and install ImgBurn (link below) taking the defaults in the install wizard.

ImgBurn是一个很棒的免费实用程序,它将创建ISO映像,允许刻录几乎所有内容以及更多内容。 尽管有很多高级功能可用,但是将ISO刻录到光盘很容易。 使用安装向导中的默认值下载并安装ImgBurn (下面的链接)

The easiest way to use ImgBurn is to burn an image to disc is pop in a blank disc to the CD/DVD drive, right-click on the ISO file, and select Burn using ImgBurn.

使用ImgBurn的最简单方法是将映像刻录到光盘,将空白光盘弹出到CD / DVD驱动器中,右键单击ISO文件,然后选择“使用ImgBurn刻录”

5imgburn

ImgBurn opens up with the source and destination fields already filled in. You can leave the default settings, then click the Write button.

ImgBurn随即打开,其中已经填写了源字段和目标字段。您可以保留默认设置,然后单击“写入”按钮。

6imgburn

You’ll notice that the ImgBurn Log screen opens, this is by default and is meant to show error messages you may receive during the writing process.

您会注意到ImgBurn Log屏幕打开,这是默认设置,用来显示在编写过程中可能会收到的错误消息。

8imgburn

A successful burn! That is all there is to it…click Ok and close out of ImgBurn.

成功燃烧! 就是所有这些……单击确定,然后关闭ImgBurn。

9done

Use ISO Recorder

使用ISO记录器

ISO Recorder (link below) is another great utility for burning ISO images to disc. They have a version for XP, Vista, and Windows 7 (32 & 64-bit Versions). Pop your blank disc into your CD/DVD drive and right-click on the ISO image file and select Copy image to CD from the Context Menu.

ISO记录器(下面的链接)是另一个用于将ISO映像刻录到光盘的实用程序。 它们具有适用于XP,Vista和Windows 7的版本(32和64位版本)。 将空白光盘弹出到CD / DVD驱动器中,然后右键单击ISO映像文件,然后从上下文菜单中选择“ 将映像复制到CD ”。

10isor

In the next screen the image file path is in the Source Image file field. Under Recorder select the drive with your blank disc, select a recording speed and click Next.

在下一个屏幕中,图像文件路径位于“源图像文件”字段中。 在“刻录机”下,选择包含空白光盘的驱动器,选择刻录速度,然后单击“下一步”。

11isor

You’ll see a progress screen while the data is written to the disc and finalizing…

当数据写入光盘并完成时,您会看到一个进度屏幕。

13isor

That’s it! Your disc will pop out and you can click Finish to close out of ISO Recorder.

而已! 光盘将弹出,您可以单击“完成”以退出ISO记录器。

14isor

Use Windows 7

使用Windows 7

If You’re using Windows 7, use the built in Windows Disc Image Burner feature to burn ISO images to disc.

如果您使用的是Windows 7,请使用内置的Windows Disc Image Burner功能将ISO映像刻录到光盘。

1wimg

The process is very straight-forward, and for a full walkthrough on this, check out our article on how to burn an ISO image in Windows 7.

该过程非常简单,有关此内容的完整演练,请查看我们有关如何在Windows 7中刻录ISO映像的文章。

sshot-2010-03-31-[00-14-20]

Conclusion

结论

You don’t need an expensive commercial application to burn an ISO image to disc. Using any one of these free utilities will get the job done quite nicely.

您不需要昂贵的商业应用程序即可将ISO映像刻录到光盘。 使用这些免费实用程序中的任何一种都可以很好地完成工作。

Download ImgBurn from Ninite

从Ninite下载ImgBurn

Download ISO Recorder

下载ISO记录器

翻译自: https://www.howtogeek.com/howto/14183/beginner-geek-how-to-burn-an-iso-image-to-a-disc/

将idea初学者配置

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
以下是在IntelliJ IDEA配置Maven的Tomcat项目的步骤: 1. 确保已经安装了Tomcat服务器,并且已经启动。 2. 在IntelliJ IDEA中,选择“File”->“New”->“Project”创建一个新项目。 3. 在“New Project”对话框中,选择“Maven”并选择“Create from archetype”。 4. 在“Choose Maven Archetype”对话框中,选择“maven-archetype-webapp”。 5. 在“New Project”对话框中,输入项目名称和项目路径,然后单击“Finish”按钮。 6. 在项目结构中,右键单击pom.xml文件,选择“Maven”->“Reimport”以确保所有依赖项都已正确加载。 7. 在项目结构中,右键单击“webapp”目,选择“New”->“Directory”创建一个名为“WEB-INF”的目。 8. 在“WEB-INF”目下,创建一个名为“classes”的目。 9. 在“WEB-INF”目下,创建一个名为“lib”的目。 10. 在“lib”目下,将所有需要的JAR文件复制到该目中。 11. 在IntelliJ IDEA中,选择“Run”->“Edit Configurations”。 12. 在“Edit Configurations”对话框中,单击“+”按钮并选择“Tomcat Server”->“Local”。 13. 在“Server”选项卡中,选择Tomcat服务器的安装目。 14. 在“Deployment”选项卡中,单击“+”按钮并选择“Artifact”->“<项目名称>:war exploded”。 15. 单击“OK”按钮以保存配置。 16. 在IntelliJ IDEA中,选择“Run”->“Run”以启动Tomcat服务器并运行项目。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值