Home  >  Q&A  >  body text

python - pycharm能够同时运行多个程序么?

pycharm能够同时运行多个程序么?

怪我咯怪我咯2741 days ago2429

reply all(5)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-17 13:58:56

    It doesn’t seem possible, I’ve never done this before.

    reply
    0
  • 阿神

    阿神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?

    reply
    0
  • 怪我咯

    怪我咯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...

    reply
    0
  • PHP中文网

    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.

    Operation steps (pycharm 4.0):

    + 菜单栏->
    + File->
    + open ... ->
    + "选择目标项目文件夹(不是文件)",点击"OK",弹出提示框"打开方式".->
    + 选择"open in new window",点击"ok".
    + 就会在新的pycharm窗口打开一个项目.而不是在当前窗口.
    

    Multi-window icon (effect of the last image):




    reply
    0
  • 大家讲道理

    大家讲道理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.

    1. Open the source files of the two programs

    2. F5, select the program you want to run

    3. F5, select the program you want to run

    4. Two tab command lines appear in the debug window, and you can switch to view the output of the two programs.

    reply
    0
  • Cancelreply