maven 采用 maven 3.0以上的版本。tomcat 采用 tomcat 7.0
以上的版本1. tomcat 配置用户账号和权限tomcat-users.xml
创建其他的role貌似不行,因为你访问http://ip:8080/manager/html然后弹出输入框需要...
分类:
其他好文 时间:
2014-05-07 16:58:21
阅读次数:
298
I had a similar problem when running a spring
web application in an Eclipse managed tomcat. I solved this problem by adding
maven dependencies in the ...
分类:
移动开发 时间:
2014-05-07 14:33:12
阅读次数:
486
推荐方法1,效果最好方法1:找到在项目路径下面的.project文件中配置了一些验证信息.
去掉以下几行即可 org.eclipse.wst.jsdt.core.javascriptValidator
和org.eclipse.wst.jsdt.core.jsNature方法2:选中当前工程...
分类:
Web程序 时间:
2014-05-07 13:24:54
阅读次数:
531
Spring整合JUnit框架进行单元测试代码使用详解,代码下载地址:http://www.zuidaima.com/share/1775457756285952.htm...
分类:
编程语言 时间:
2014-05-07 12:32:30
阅读次数:
374
MyEclipse中文注释乱码解决将别人的项目或JAVA文件导入到自己的Eclipse中时,常常会出现JAVA文件的中文注释变成乱码的情况,主要原因就是别人的IDE编码格式和自己的Eclipse编码格式不同。
总结网上的建议和自己的体会,可以参考以下几种解决方式: 1 改变整个文件类型的编码格式 1...
分类:
系统相关 时间:
2014-05-07 02:29:46
阅读次数:
453
This is a summary of some of the most important
questions concerning the Spring Framework, that you may be asked to answer in an
interview or in an in...
分类:
编程语言 时间:
2014-05-07 01:48:25
阅读次数:
601
1、介绍 之前在很多地方一直见到这个Spring Data
神奇的东西,不知道是啥东东,终于,今天来简单的探个究竟,底下是我从网上整理来的……
首先,解释下为啥要使用Spring来集成MongoDB:因为mongoDB的java驱动程序使用起来较为繁琐,特别是处理关联关系多、层次深的情况时。需要.....
分类:
数据库 时间:
2014-05-07 00:56:44
阅读次数:
511
做项目的时候,MyEclipse提示内存不足。错误提示大概如下:MyEclipse has
detected that less than 5% of the 64MB of PermGen (Non-heap memory) space
remains. It is strongly recomm...
分类:
系统相关 时间:
2014-05-07 00:49:37
阅读次数:
558
前段时间为是练习JQuery和Java遍历目录,写了一个JavaWeb(使用Jsp+Servlet)的例子。源代码下载:https://github.com/liaoyu/uudisk上述源码是Myeclipse新建的项目,需要配置一些环境,比如JRE路径,以下是运行截图,界面模仿新浪微盘
...
分类:
编程语言 时间:
2014-05-07 00:24:56
阅读次数:
591
eclipse/MyEclipse
日期格式、注释日期格式、时区问题在eclipse/MyEclipse中,如果你的注释或是运行System.out.print(new
java.util.Date());的时候,发现时间和系统的时间差8个小时。那么就可以说明,你的时区和当前时区不对应。我们中国用的...
分类:
系统相关 时间:
2014-05-06 23:45:28
阅读次数:
494