1. 程式人生 > >電腦異常斷電,IDEA崩潰:

電腦異常斷電,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資料夾 重新開啟專案 一切正常