0
点赞
收藏
分享

微信扫一扫

‘Client‘ is not allowed to run in parallel.Would you like to stop the running one?

E_topia 2023-01-11 阅读 39


Idea 一个类运行多次

  • ​​前言:​​
  • ​​修改Edit Configuration​​
  • ​​Allow multiple instances​​
  • ​​测试​​

前言:

当我们学到网络编程的时候,测试的时候要开多个client来测试,但是默认idea一个类只能运行一次。 这时就需要我们自己进行设置

‘Client‘ is not allowed to run in parallel.Would you like to stop the running one?_java


这是默认情况一个类只能运行一次

修改Edit Configuration

‘Client‘ is not allowed to run in parallel.Would you like to stop the running one?_java_02

Allow multiple instances

‘Client‘ is not allowed to run in parallel.Would you like to stop the running one?_ide_03


‘Client‘ is not allowed to run in parallel.Would you like to stop the running one?_网络编程_04

测试

‘Client‘ is not allowed to run in parallel.Would you like to stop the running one?_ide_05


‘Client‘ is not allowed to run in parallel.Would you like to stop the running one?_网络编程_06


‘Client‘ is not allowed to run in parallel.Would you like to stop the running one?_java_07


‘Client‘ is not allowed to run in parallel.Would you like to stop the running one?_ide_08


举报

相关推荐

0 条评论