阿神2017-04-17 13:58:56
You can open multiple projects in one project. When opening, choose to open in the current project. Isn't this more convenient than opening multiple windows?
怪我咯2017-04-17 13:58:56
Do you mean running multiple instances of the same program?
Yes
I often make this mistake accidentally. I don’t stop the previous process and modify the code before running it...
PHP中文网2017-04-17 13:58:56
If you are referring to opening multiple pycharm windows, it means opening multiple "project" project windows at the same time.
The answer is yes: support.
+ 菜单栏->
+ File->
+ open ... ->
+ "选择目标项目文件夹(不是文件)",点击"OK",弹出提示框"打开方式".->
+ 选择"open in new window",点击"ok".
+ 就会在新的pycharm窗口打开一个项目.而不是在当前窗口.
大家讲道理2017-04-17 13:58:56
Yes, I am using a crawler to capture online data into the database, and at the same time using another program to calculate the current total number in the database.
Open the source files of the two programs
F5, select the program you want to run
F5, select the program you want to run
Two tab command lines appear in the debug window, and you can switch to view the output of the two programs.