记录使用Idea遇到的问题

一、未解决(two hours)

run只运行单个java文件,并且当我尝试run其它.java文件时失败,仍运行下图test4.java文件,Terminal卡在输入,不管输入多少都没有反应

查了资料发现自己没有下图很多application,自己界面只有一个,就是那个test4.java

然后通过run/debug configurations删除了那个.java文件,此时可以run其它的.java文件,但是run test.java文件仍旧卡在Terminal输入

一个小时之后,我发当执行whlie时进入了无限……

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
I apologize for the inconvenience. To resolve the error, you can try the following steps: 1. Save or commit your local changes: If you have any unsaved changes, make sure to save them. If you have already saved your changes, commit them to your local branch. 2. Stash your changes: If you don't want to commit your changes yet, you can stash them temporarily. Use the following command: ``` git stash ``` 3. Pull the latest changes: Once you have either committed or stashed your changes, you can pull the latest changes from the remote repository using the following command: ``` git pull origin <branch-name> ``` 4. Apply your changes: After pulling the latest changes, you can apply your changes back to the codebase using one of the following methods: - If you stashed your changes, you can apply them back using the following command: ``` git stash apply ``` - If you committed your changes, they will be automatically reapplied after the merge. 5. Resolve any conflicts: If there are any conflicts between your changes and the remote changes, you will need to resolve them manually. Git will mark the conflicting lines in the affected files. Edit the files to resolve the conflicts, and then save the changes. 6. Commit the merged changes: Once all conflicts are resolved, add and commit the merged changes using the following commands: ``` git add . git commit -m "Merge remote changes" ``` 7. Push the changes: Finally, push the merged changes to the remote repository using the following command: ``` git push origin <branch-name> ``` By following these steps, you should be able to resolve the error and merge the remote changes with your local branch.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值