zoukankan      html  css  js  c++  java
  • 电脑异常断电,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文件夹 重新打开项目 一切正常

  • 相关阅读:
    审核系统
    ehcache 缓存
    tomcat 内存设置
    html5 开发 跨平台 桌面应用
    service thread 结合使用
    html5桌面应用
    鼠标 事件
    服务器 判断 客户端 文件下载
    使用github管理Eclipse分布式项目开发
    uub代码
  • 原文地址:https://www.cnblogs.com/robinli/p/9157772.html
Copyright © 2011-2022 走看看