会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小白coder
博客园
首页
博问
闪存
新随笔
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
14
下一页
2019年2月28日
maven library has broken path和pom jar包导入失败
摘要: 今天在打开项目的时候,在pom文件添加新的依赖文件发现很多jar都标红,显示不存在,自己查了一上午各种尝试,总结了以下的解决方法。 首先你打开File-Project Structrue-Modules中查看自己项目时,右边选择Dependencies时,会发现有些jar包显示broken path
阅读全文
posted @ 2019-02-28 11:30 小白coder
阅读(2895)
评论(0)
推荐(0)
编辑
2019年2月27日
处理后台向前台传递的json数据
摘要: 在pom文件中添加下面三种依赖jar包 spring.xml中加入以下bean 具体这里的bean的意思,后期更新
阅读全文
posted @ 2019-02-27 21:17 小白coder
阅读(588)
评论(0)
推荐(0)
编辑
sqljdbc4.jar的安装
摘要: 自己项目环境(idea+jdk1.8+tomcat8),在搭建maven项目时,由于本地数据库是使用了sqlserver,所以需要项目与sqlserver之间建立连接,但是网上查的资料都说微软不允许以maven的方式直接下载该文件。(sqljdbc.jar 与sqljdbc4.jar是针对不同的sq
阅读全文
posted @ 2019-02-27 10:16 小白coder
阅读(13879)
评论(0)
推荐(0)
编辑
2019年2月25日
connot connect to mysql 10061
摘要: 根据我自己运行的情况,解决方法如下: 按windows+R, 输入services.msc查找服务,在服务与应用中找到MYsql服务,查看是否已启动。
阅读全文
posted @ 2019-02-25 23:23 小白coder
阅读(136)
评论(0)
推荐(0)
编辑
2019年2月24日
<context:annotation-config/>,<mvc:annotation-driven/>和<context:component-scan>之间的关系
摘要: 首先看一下三个注解各自定义: ① <context:annotation-config/> 1.如果你想使用@Autowired注解,那么就必须事先在 spring 容器中声明 AutowiredAnnotationBeanPostProcessor Bean。 2.如果想使用@Resource 、
阅读全文
posted @ 2019-02-24 16:54 小白coder
阅读(138)
评论(0)
推荐(0)
编辑
Failed to read artifact descriptor for xxx:jar的问题解决
摘要: 在开发的过程中,尤其是新手,我们经常遇到Maven下载依赖jar包的问题,也就是遇到“Failed to read artifact descriptor for xxx:jar”的错误。 对于这种非业务相关的问题,耽误时间非常不效率,而且网上的解决思路过于老套,而且还没什么用。 1)要么就是,删除
阅读全文
posted @ 2019-02-24 16:46 小白coder
阅读(6709)
评论(0)
推荐(0)
编辑
URI is not registered ( Setting | Project Settings | Schemas and DTDs )
摘要: URI is not registered ( Setting | Project Settings | Schemas and DTDs ) 在idea中,当初手动第一次写spring配置文件的时候,出现了上面这个错误。错误提示如下: 很明显的两行错误提示。将鼠标放在上面,软件会提示“URI is
阅读全文
posted @ 2019-02-24 16:44 小白coder
阅读(5679)
评论(0)
推荐(0)
编辑
MapperScannerConfigurer 自动扫描 将Mapper接口生成代理注入到Spring
摘要: Mybatis在与Spring集成的时候可以配置 MapperFactoryBean来生成Mapper接口的代理. 例如 1 <bean id="userMapper" class="org.mybatis.spring.mapper.MapperFactoryBean"> 2 <property
阅读全文
posted @ 2019-02-24 15:40 小白coder
阅读(411)
评论(0)
推荐(0)
编辑
2019年2月23日
springmvc.xml,context.xml和web.xml
摘要: 1:springmvc.xml配置要点 一般它主要配置Controller的组件扫描器和视图解析器 下为:springmvc.xml文件 2:applicationContext.xml配置要点(在web.xml文件需要加<listener>) 下为:applicationContext.xml文件
阅读全文
posted @ 2019-02-23 20:36 小白coder
阅读(5042)
评论(0)
推荐(0)
编辑
web.xml
摘要: 原文链接:https://www.jianshu.com/p/9e20b6b55f6b
阅读全文
posted @ 2019-02-23 20:19 小白coder
阅读(107)
评论(0)
推荐(0)
编辑
上一页
1
···
5
6
7
8
9
10
11
12
13
14
下一页