Home >Database >Mysql Tutorial >Myeclipse中文件已经上传到服务器目录下,文件也没有被占用,但

Myeclipse中文件已经上传到服务器目录下,文件也没有被占用,但

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 15:58:271060browse

这个问题是由于Myeclipse中文件不同步引起的。在Myeclipse中,工程文件是由Myeclipse自动扫描添加的,如果在外部修改了工程目录中的文件但又关闭了自动刷新功能,则会引起文件不同步。此外,在外部没有修改Myeclipse工程中的文件也有可能引起该问题。 解决方

这个问题是由于Myeclipse中文件不同步引起的。在Myeclipse中,工程文件是由Myeclipse自动扫描添加的,如果在外部修改了工程目录中的文件但又关闭了自动刷新功能,则会引起文件不同步。此外,在外部没有修改Myeclipse工程中的文件也有可能引起该问题。

解决方法:
有两种解决方法:
1)手动刷新。即在Myeclipse的工程目录中,右键refresh(或者按下F5)。
2)配置Myeclipse的选项:
a)Myeclipse启动时,刷新workspace,即勾选:window—>preferences—>general—>startup and shutdown—>refresh workspace on startup;

b)window—>preferences—>general—>workspace中:勾选选项:refresh using native hooks or polling和refresh on access;

推荐使用方法(2)~~

转载请注明出处:cdjcong的博客:http://blog.csdn.net/cdjcong/article/details/37693595

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn