IDEA
dijk
这个作者很懒,什么都没留下…
展开
-
Skill: intellij idea: project获取不到环境变量问题
intellij idea中project获取不到环境变量问题[mac]解决先关闭idea,再从终端打开open /Applications/IntelliJ\ IDEA\ 2.app原创 2018-10-01 18:16:24 · 2936 阅读 · 0 评论 -
Skill: intellij idea: 热部署
配置热部署Run -–> EditConfiggurationServer --> On frame deactivation --> 选择 Update classes and resources 选项[注意:如果没有On frame deactivation项,进行以下操作:Deployment --> + --> Artifacts --> 选...原创 2018-10-01 19:17:18 · 270 阅读 · 0 评论 -
Skill: intellij idea: 右键菜单没有git或svn
intellij idea右键菜单没有git或svn1.按如下次序依次点击VCS --> Enable Version Control Integration2.选择要关联的版本工具(git/svn/…)原创 2018-10-21 14:40:57 · 616 阅读 · 0 评论 -
intellij idea: git: You have not concluded your merge (MERGE_HEAD exists)
git: You have not concluded your merge (MERGE_HEAD exists)可以直接用线上最新版本覆盖到本地[注意本地版本做好备份]git fetch --allgit reset --hard origin/mastergit fetchReferencehttps://blog.csdn.net/xlgen157387/article/d...原创 2018-10-21 18:52:39 · 2764 阅读 · 0 评论 -
Intellij IDEA: Git: Commit后的几种情况
Intellij IDEA Git Commit后的几种情况Case 1: Commit --> Push右键菜单git --> Repository --> pushCase 2: Commit --> Undo Commit控制台Version Control --> Log --> Select the item ...原创 2018-11-25 15:10:01 · 1333 阅读 · 0 评论 -
Intellij IDEA: 解决中文乱码问题
Intellij IDEA 解决中文乱码问题Config-> File-> Setting...-- Editor-> File EncodingsGlobal Encoding --> UTF-8Project Encoding -->原创 2018-12-03 20:12:37 · 366 阅读 · 0 评论