- 浏览: 80471 次
- 性别:
- 来自: 南京
最新评论
文章列表
window下免安装版mysql启动报如下错误
2014-02-11 16:20:27 8984 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace minblog/tal_advertisement uses space ID: 2 at filepath: .\minblog\tal_advertisement.ibd. Cannot open tablespace mysql/innodb_index_stats which uses space ID: 2 at fi ...
原文地址:http://www.tmser.com/post-177.html
maven 构建项目时,可能会引用到一些公司的其他项目。或引用的jar 包在maven 主仓库加载不到。
这时我们可以将我们需要的jar 包安装到本地仓库中。方法如下。
引用<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>3.1.0.RELEASE&l ...
5秒之后刷新本页面
引用<meta http-equiv="refresh" content="5" />
5秒之后转到梦之都首页:
引用<meta http-equiv="refresh" content="5; url=http://www.baidu.com" />
数据源配置时加上编码转换格式后出问题了:
引用The reference to entity "characterEncoding" must end with the ';' delimiter
这个错误就是 context.xml中设置数据源链接URL的问题
<context-param>
<param-name>url</param-name>
<param-value>jdbc:mysql://localhost:3306/bookstore?useUnicode=true&charac ...
原文地址:http://blog.csdn.net/zb0567/article/details/7930642
一直搞不明白两者的区别。如果使用了SpringMVC,事实上,bean的配置完全可以在xxx-servlet.xml中进行配置。为什么需要applicationContext.xml?一定必须?一、因为直接使用了SpringMVC,所以之前一直不明白xxx-servlet.xml和applicationContext.xml是如何区别的,其实如果直接使用SpringMVC是可以不添加applicationContext.xml文件的。使用applicationContex ...
问题地址:http://www.iteye.com/topic/1120924?page=20
请问,对于BaseHibernateDao里面的方法,list,含有不定参数,在myeclipse的x86_64位上运行没有问题。 但是在eeclipse-jee-juno-SR1-win32-x86_64上运行就有问题,提示: The method list(String, Object[]) is ambiguous for the type BaseHibernateDao<M,PK> 麻烦您看下。
decentway 写道
你看看编译器选择的是几?
j ...
前言,第一次自己搭建环境。也是在网上查资料,自己摸索着搞的
写此文章时,又重新搭建了一次。代码亲测可跑,没有问题,欢迎反馈
本文在maven环境下整合Spring-Mybatis,其中Spring支持当下比较流行的注解注入方式,简化配置
本文存在问题,不支持数据库事务回滚,数据库存入汉字为乱码。
一、准备工作
eclipse 4.2
maven 3.1.0
maven安装就不介绍了,eclipse的maven插件版本为3.0.4,本地版本为3.1.0。用哪个版本的差别不大
二、创建Maven项目
(1)选择安装maven项目。搜索关键字maven,如下图:
...
最近几天闲来无事,做了Spring和Mybatis注解整合(Maven项目),虽然很难,一路走来很开心
项目整合地址:http://yudey.iteye.com/admin/blogs/1986446
直接看错误,然后再讲解决方法,欢迎大家补充
SEVERE: StandardWrapper.Throwable
org.springframework.beans.factory.BeanCreationException: Error creating bean with name'org.springframework.web.servlet.mvc.annotation.Defau ...
原文地址:http://bbs.csdn.net/topics/390263414
Eclipse Class Decompiler插件更新站点: http://feeling.sourceforge.net/update
直接使用Eclipse进行更新,支持Eclipse 3.x, 4.x,不依赖任何其他插件,直接勾选更新插件即可。
下图为Eclipse Class Decompiler的首 ...
参考文章:
http://stackoverflow.com/questions/6290470/eclipse-debugger-always-blocks-on-threadpoolexecutor-without-any-obvious-excepti
原文描述
引用Configuring the behavior of Eclipse is straightforward - in the Preferences Dialog, the Debug pane under Java in the tree hierarchy, has the option titled "Sus ...
原文地址:http://www.cnblogs.com/xiaona/p/4837b46b68d3f33642d0f470cad05101.html
建立好一个Maven项目后,如果Java Resources资源文件下没有src/main/java文件夹,并且在手动创建这个文件时提示“已存在文件”。
这说明,在这个项目配置中已经有了src/main/java这个文件夹,至于为什么不显示,我暂时也还不清楚,希望谁明白了跟我下,谢了。(已解决)
第一种方法: 打开项目的classpath文件:如下
<?xml version="1.0" encoding=&quo ...
前言:之前用的tomcat-7.0.37现在换成tomcat-7.0.47,就出现了以下问题,选择服务器后,下一步不能点击,如图
该问题还是比较好解决的,如下
引用cd ~/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/
rm org.eclipse.jst.server.tomcat.core.prefs
rm org.eclipse.wst.server.core.prefs
重启eclipse后,再次新建就可以了,如图
maven编译项目错误提示:
Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.6:resources
缺少maven依赖插件maven-resources-plugin
需要注意的是,要看需要什么样的版本,我的提示缺少2.6版本的,请根据实际情况
在pom.xml中介入以下代码就好了:
引用<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactI ...
TestController
@Controller
@RequestMapping("/test")
public class TestController {
@Autowired
private TestService testService;
@RequestMapping("/init")
public ModelAndView init(HttpServletRequest request,
HttpServletResponse response) {
Map<String, Object& ...
maven的部署、遇到的问题和心得体会
- 博客分类:
- maven
部署maven的一些要点、遇到的问题和心得体会
(图片看不了,可以下载doc文件)
一、 maven环境的搭建
1、 下载并配置maven(可做可不做)
(1)到http://maven.apache.org下载maven的最新版本,并解压到某一目录(假设是d:\apache-maven);
(2)配置系统环境变量:PATH里面加上d:\apache-maven\bin
(3)配置JAVA_HOME到jdk目录
(4)在命令行上输入 : mvn -version; 回车,如看到下面信息表示安装成功:
(5)在命令行上输入 : mvn help:system; 回车,会在当前用户目录下 ...