开发环境设置技巧
谁能提供有关如何设置理想的 Windows 开发环境的提示? 考虑迁移到 vmware 或虚拟机设置进行开发,并将开发工具保留在我的主系统之外,但后来又认为,如果我想快速尝试一些东西,这会引起头痛。
只是寻求其他开发人员关于如何设置开发环境以实现最大生产力的建议。
提前致谢!
Can anyone offer tips on how to setup the ideal windows development environment? Contemplating on moving to vmware or virtual box setup for development and keeping the development tools off of my main system but then think that would cause a headaches if I want to just try something really quick.
Just looking for suggestions from other developers on how they setup their development environment to achieve the maximum productivity.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我推荐 VMWare 或类似的虚拟化产品。 它节省了很多时间。
我设置了一个 VMWare 映像,其中包含一个干净的 Windows,安装了我需要的所有开发工具,然后制作了一个副本。 现在,每当我需要一个“干净”的开发环境时,我都可以简单地复制 VM 映像,然后就可以开始了!
这也意味着我所有的非开发文件都是独立的并且不会受到损害。
如果我选择,我可以将 VM 文件带到另一台 PC 上并拥有相同的开发环境。
使用虚拟机还可以让您尝试一些东西而不会造成任何损害。 您可以创建“快照” - 运行/执行某些操作,然后轻松恢复到快照。 非常适合轻松地反复测试某些东西。
I recommend VMWare or a similar Virtualization product. It saves so much time.
I setup a VMWare image with a clean Windows install all the development tools I needed, and I then made a copy of this. Now anytime I need a "clean" dev environment I can simply duplicate the VM Image and off I go!
It also means all my non-development files are seperate and are out of harms way.
And if I choose, I can take the VM file with me to another PC and have the same development environment.
Using a VM also lets you try stuff out without any harm. You can create a "snapshot" - run/perform some action, then easily revert back to the snapshot. Great for testing something over and over quite easily.