关于泛型类,泛型接口,泛型函数
摘要:https://blog.csdn.net/qq_36898043/article/details/81461831 说的还是蛮好的
阅读全文
posted @
2019-04-28 15:35
hehelele
阅读(114)
推荐(0)
The declared package does not match the expected package Java
摘要:今天使用vscode 编写java代码做测试时候,发现这个问题,大概总结一下。 目录结构 bao -> Point.java test.java 编译报错:The declared package does not match the expected package bao Java 大概的原因是
阅读全文
posted @
2019-04-28 15:00
hehelele
阅读(8085)
推荐(1)
pom.xml文件释义
摘要:4.0.0 com.imooc.maven02 maven02-model 0.0.1 jar junit junit 4.10 ...
阅读全文
posted @
2019-04-17 14:42
hehelele
阅读(126)
推荐(0)
Spring MVC相关
摘要:配置文件说明 web.xml, 相当于一个java web项目的配置文件 applicationContext.xml, spring配置文件, mybatis连接mysql配置文件 sql-map-config-mysql.xml,mybatis配置文件 application.propertie
阅读全文
posted @
2019-04-15 10:10
hehelele
阅读(127)
推荐(0)