上一页 1 ··· 12 13 14 15 16
摘要: 打开时闪退 ,是因为jdk版本过高的原因:https://blog.csdn.net/aust_glj/article/details/52291240 相关软件下载地址: JasperReports® Library 下载地址:https://community.jaspersoft.com/co 阅读全文
posted @ 2019-08-12 11:16 哈哈丶丶 阅读(483) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ooo0/p/9309277.html 阅读全文
posted @ 2019-07-30 14:54 哈哈丶丶 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 9.@PropertySource 加载配置文件 在xml中 我们加载property配置文件,是使用 <context:property-placeholder location="classpath:spring-common.xml"/> 同样,使用注解的方式也同样可以完成 @Property 阅读全文
posted @ 2019-07-08 10:19 哈哈丶丶 阅读(235) 评论(0) 推荐(1) 编辑
摘要: 记录常用的spring注解 1.@Configuration 和 @Bean spring中可以使用xml 的方式进行配置, 也可以使用 @ Configuration 来指定一个类为配置类, 并使用 @Bean 来对spring容器进行注入.方法名即是id @Configuration //声明这 阅读全文
posted @ 2019-07-08 10:14 哈哈丶丶 阅读(2248) 评论(2) 推荐(1) 编辑
上一页 1 ··· 12 13 14 15 16