電腦異常斷電,IDEA崩潰:

今天電腦突然斷電,當時正好開着idea,等了半天無果,只能強行關機重啓。重啓之後,那麼問題來了:重新打開idea報錯java.lang.AssertionError:upexpected content storage modification 後來baidu了下無果,果斷google,終於找到解決辦法,這邊貼出來,方便後續出現此問題的朋友。

If you cannot even open your project in IntelliJ:


    Close IntelliJ
    Go to the directory <your_home>/.IntelliJIdeaXX/system/cache where XX is your IntelliJ version
    Remove all the files in the cache directory.
    Then restart IntelliJ


This has worked for me in the past.


源地址:http://stackoverflow.com/questions/25507998/intellij-idea-crashed-and-now-i-have-error

————————————————————————————————————————————————————————

拷貝別人的webstorm 項目,打開後 發現項目 整個沒有文件夾

解決辦法 刪除.idea文件夾 重新打開項目 一切正常




發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章