pycharm 启动后一直更新index的问题

这个谷歌一下就知道了,stackoveflow上就有几个解决方案,试试哪个好使就可以了。

详情见http://stackoverflow.com/questions/29030682/pycharm-4-0-5-hangs-on-scanning-files-to-index-background-task

http://stackoverflow.com/questions/24955896/pycharm-indexing-goes-into-infinite-loop

对于我的电脑来说,使用了

in pycharm, go to the "File" on the left top, then select "invalidate caches/restart...", and press "invalidate and restart".

这个方法~

时间: 2024-10-09 07:18:02

pycharm 启动后一直更新index的问题的相关文章

Android studio启动后无法更新

I'm trying to run android-studio 1.0 on ubuntu using start up script but as i'm behind proxy the android studio gets stuck at "Fetching android sdk component information" and never downloads it. This occurs when i start android script from /bin/

mysql 启动报错 “mysql-bin.index not found (Errcode: 13)“

安装好mysql数据库后,直接在安装的目录下 /usr/local/mysql  下新建了一个目录data 用于存放数据,建好后,直接去启动数据库,发现启动不了,出现如下报错: mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data /usr/local/mysql/libexec/mysqld: File './mysql-bin.index' not found (Errcode: 13) [E

Raft详解-启动后运行期间代码

Raft启动后运行期间主要执行两个函数:1.状态监测和转化 func (rf *Raft) Loop() { // Set out as a follower TimeOutConst := 0 for { TimeOutConst = ElectionTimeoutConst() if rf.state == "follower" { // DO FOLLOWER STUFF select { case <-rf.heartbeatCH: case <-time.Afte

mysql用root用户启动后其他用户无法启动不问题

问题描述:用root账户启动mysql后,在用mysql用户或其他非root账户启动不了mysql问题解决:通过看mysql的err日志,发现 Failed to open log (robert-bin.000013, errno 13),查看错误号[[email protected] logs]# perror 13 看到OS error code  13:  Permission denied. cd /data/mysql/mysql_3306/logs,ll看到binlog和err日志

ios应用启动后的自动版本检测方式

今天意外的发现了appstore居然还提供通过url获取json格式的客户端信息链接: http://itunes.apple.com/lookup?id=$id 通过此地址可以获取应用的icon.介绍.截图.版本号以及版本说明 例如请求秘密的json信息: Java代码   http://itunes.apple.com/lookup?id=839415177 Java代码   { "resultCount":1, "results": [ {"kind

springboot启动后controller访问404

首先需要在springboot的启动类上面使用@SpringBootApplication注解,并且指定扫描的包的位置,如下: package com.example; import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication(scanBasePackages="com.e

php-fpm 启动后没有监听端口9000

php-fpm 启动后没有监听端口9000 location  ~  \.php$  {            root           html;            fastcgi_pass   127.0.0.1:9000;    #将请求转发给本机9000端口,PHP解释器            fastcgi_index  index.php;            #fastcgi_param   SCRIPT_FILENAME  $document_root$fastcgi_

keepalived启动后iptables自动添加Drop规则

keepalived 在启动后如果参数配置不当,会在iptables中自动添加一条DROP VIP的规则.这里的一些参数可能会造成这个问题. 1.在配置中添加了strict 或 noaccept参数. 2.在全局配置下使用了vrrp_strict 参数.此参数为严格控制VRRP协议,不支持单播模式,注释掉此选项,将不会默认添加DROP规则.

Oracle TNSListener服务启动后自动停止问题

今天忽然发现 TNSListener 服务无法启动,在服务控制台将其启动后,刷新一下,又自动回到停止状态,也没有报任何的错误.而且SPL PLus还可以正常的使用. 从百度里搜到一篇类似的问题,原来是我改过机器名称造成, 解决方法: 方法1.直接修改 listener.ora 我机器上的路径是: Dracleproduct10.2.0db_1NETWORKADMINlistener.ora 修改其中的 HOST 为主机名或者IP 方法2.通过 Net Configuration Assisant