build-environment

Web developers - Is it better to do development on your local machine or on a remote host?

前提是你 提交于 2019-12-03 03:08:09
问题 What are the pro/cons of doing web development on your local machine rather than on a centralized development server? For those that do dev on your local machine, how do you keep an updated db architecture for local development when multiple developers are involved? In particular, I'm currently experimenting with XAMPP for PHP and was curious how I keep the MySQL DB instance on my local machine in sync when other developers are regularly changing data/db structure. Is local development only

Configuration Manager only shows Debug

孤者浪人 提交于 2019-11-27 02:38:49
问题 I am working in Visual Studio 2008 on an ASP.NET application, which has been deployed to a test server. I would like to make a build without debug information to place in production, but the configuration manager only shows "Debug" in the configuration dropdown for my project. My other Visual Studio projects show "Debug", "Release", "New...", and "Edit...". Why do I not see a release option, or the new and edit commands? 回答1: ASP.NET web sites do not use the configuration manager to determine

How to install both Python 2.x and Python 3.x in Windows 7

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-26 03:21:10
问题 I do most of my programming in Python 3.x on Windows 7, but now I need to use the Python Imaging Library (PIL), ImageMagick, and wxPython, all of which require Python 2.x. Can I have both Python 2.x and Python 3.x installed in Windows 7? When I run a script, how would I \"choose\" which version of Python should run it? Will the aforementioned programs be able to handle multiple versions of Python installed at once? I have searched for hours and hours for how to do this to no avail. Thanks.

How to install both Python 2.x and Python 3.x in Windows 7

僤鯓⒐⒋嵵緔 提交于 2019-11-25 20:09:54
I do most of my programming in Python 3.x on Windows 7, but now I need to use the Python Imaging Library (PIL), ImageMagick, and wxPython, all of which require Python 2.x. Can I have both Python 2.x and Python 3.x installed in Windows 7? When I run a script, how would I "choose" which version of Python should run it? Will the aforementioned programs be able to handle multiple versions of Python installed at once? I have searched for hours and hours for how to do this to no avail. Thanks. I found that the formal way to do this is as follows: Just install two (or more, using their installers)