会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
后端码匠
System
.
out
.println(
"Hello World😊"
);
/** Welcome! :)*/
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
下一页
2019年7月8日
MyBatis Generator(SSM Maven项目)
摘要: mbg.xml 放在项目目录里 MBGTest
阅读全文
posted @ 2019-07-08 17:41 Coding小马
阅读(248)
评论(0)
推荐(0)
2019年7月6日
Spring的配置文件 (SSM maven项目)
摘要: 截图:
阅读全文
posted @ 2019-07-06 16:59 Coding小马
阅读(644)
评论(0)
推荐(0)
dispatcherServlet-servlet.xml(SSM maven 项目)
摘要:
阅读全文
posted @ 2019-07-06 16:38 Coding小马
阅读(1027)
评论(0)
推荐(0)
web.xml 基本配置(SSM maven项目)
摘要: Archetype Created Web Application contextConfigLocation classpath:applicationContext.xml org.springframework.web.context.ContextLoaderListener ...
阅读全文
posted @ 2019-07-06 16:07 Coding小马
阅读(804)
评论(0)
推荐(0)
The content of element type "web-app" must match "(icon?,display- name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet- mapping*,session-config?
摘要: web.xml头部配置: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun
阅读全文
posted @ 2019-07-06 16:02 Coding小马
阅读(317)
评论(0)
推荐(0)
2019年6月21日
mysql 各个版本驱动jar包
摘要: http://central.maven.org/maven2/mysql/mysql-connector-java/
阅读全文
posted @ 2019-06-21 10:55 Coding小马
阅读(4467)
评论(0)
推荐(0)
连接池
摘要: 常见连接池Tomcat-dbcp、dbcp、c3p0、druid 可以用数据源(java.sql.DataSource)管理连接池 Tomcat-dbcp: a.类似jndi 在 context.xml中配置数据库 b.项目中web.xml中配置
阅读全文
posted @ 2019-06-21 09:34 Coding小马
阅读(136)
评论(0)
推荐(0)
2019年6月16日
Lombok Requires Annotation Processing Annotation processing seems to be disabled for the project "HelloWorld". For plugin to function correctly, please enable it under "Settings > Build > Compiler >
摘要: 更多精彩详见微信公众号 在网上查找说是插件的问题,但是我安装类插件父级项目没有开启注解处理Annotation Processor,子项目都有开启,如图,顶级项目是demo,下面的都是子项目,把第一行的Enable annotation processing 打勾即可
阅读全文
posted @ 2019-06-16 21:55 Coding小马
阅读(2031)
评论(0)
推荐(0)
2019年5月16日
java集合
摘要: /* Collection接口 |---------List接口 |----------ArrayList(主要实现类) |----------LinkedList(对于频繁的插入删除操作) |----------Vector(古老的实现类、线程安全但效率低于ArrayList) ...
阅读全文
posted @ 2019-05-16 19:42 Coding小马
阅读(173)
评论(0)
推荐(0)
2019年4月7日
springmvcdemo
摘要: 项目点击属性 2.3 转换成2.5 已经变成一个网站项目了 报错消失 pom.xml 配置文件存放位置 spring-mvc.xml web.xml 我的已经创建完了 所以有红×
阅读全文
posted @ 2019-04-07 10:46 Coding小马
阅读(228)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
下一页
公告