RT,使用eclipse导入项目时 报
No marketplace entries found to handle yuicompressor maven plugin:1.3.0:compile in Eclipse. Please see Help for more information
我认为同事说的很对,
eclipse是面向插件的,maven插件m2ecli...
分类:
其他好文 时间:
2014-05-12 15:23:26
阅读次数:
333
今天遇到的问题,包明明存在却突然报找不到包的错误,重启eclipse无法解决,Refresh也不行。最后是通过Project-Clean解决掉的。上面是一篇文章,列举了一系列的方法。
Where ClassName was my imported class. I’m using the MyEclipse Workbench 5.5.1 on Eclipse 3.2. Here are...
分类:
系统相关 时间:
2014-05-12 14:33:14
阅读次数:
471
转自:http://superseven.iteye.com/blog/1625429从eclipse中增加了maven2的插件之后,maven默认的本地库的路径是${user}/.m2/repository/下,一般windows用户的操作系统都安装在C盘,所以这个目录
下的jar包比较危险。我尝...
分类:
系统相关 时间:
2014-05-12 12:54:41
阅读次数:
448
OpenWindows -> Preferences.
2.SelectjrefromInstalled JREsthen hitEdit botton on the right. 3.browse the
installed jre path for the jre home. 4....
分类:
编程语言 时间:
2014-05-12 12:29:09
阅读次数:
390
既然生为中国人,就没有什么好抱怨的了,遇到编码的问题,那只有解决它了。
如果经常使用Struts,并做过国际化操作的人来说,对于中文资源文件的处理应该不会感到陌生的。比如下面两个文件,一个是英文的,一个是中文的。对于英文的,一切照常;对于中文的,一般需要用JDK的native2ascii工具进...
分类:
移动开发 时间:
2014-05-12 10:51:37
阅读次数:
413
作者:冰点阳光 | 可以转载,
但必须以超链接形式标明文章原始出处和作者信息及版权声明网址:http://baohua.me/operating-system/windows-server-2012-enable-windows-feature-netfx3-error-sulotion/在Wind...
学习java的JDBC,成员变量的setter和getter,eclipse都能帮我们自动生成;当然xcode这款编译器也很强大,也能自动生成;1:@property
@property是写在类的声明中的,具体写法;@interface Person : NSObject{ _age;...
分类:
其他好文 时间:
2014-05-12 08:25:56
阅读次数:
336
(说明:这是我们老师的原创o(^▽^)o)
1. 首先打开如下菜单:window(窗口)→preferences(首选项),出现下图对话框:
图1 Preferences对话框
2. 展开Java→Installed...
分类:
系统相关 时间:
2014-05-11 07:31:40
阅读次数:
414
The server encountered an internal error that
prevented it from fulfilling this
request.org.springframework.http.converter.HttpMessageNotWritableExcep...
分类:
Web程序 时间:
2014-05-11 04:32:24
阅读次数:
1292
创建一个新项目是很简单的,只要你安装了Eclipse插件,并且你的Eclipse软件版本在3.2或3.3,你就可以开始开发了。首先, 看一下要创建"Hello,
World"程序从高级层面上有哪些步骤:1, 通过 File -> New -> Project 菜单,建立新项目"Android ...
分类:
移动开发 时间:
2014-05-11 00:06:13
阅读次数:
400