码迷,mamicode.com
首页 >  
搜索关键字:no resource found    ( 12885个结果
常用Exception
KeyNotFoundException("Item was not found!"); NotImplementedException("Empty list."); ArgumentOutOfRangeException("index"); ArgumentNullException("elem ...
分类:其他好文   时间:2021-06-05 17:39:48    阅读次数:0
spring源码分析(五)@Autowire注入补充,@Resource源码分析
自动注入补充的点: 1:AutowireMode 之前博客中讲到@Autowire,@Value,@Inject自动注入的处理都是在后置处理器 AutowiredAnnotationBeanPostProcessor#postProcessProperties中,这个后置处理器的调用是在 Abstr ...
分类:编程语言   时间:2021-06-04 18:58:16    阅读次数:0
.NET Debugging Demos Lab 7: Memory Leak
https://www.tessferrandez.com/blog/2008/03/25/net-debugging-demos-lab-7.html This is the last debugging lab in the .NET Debugging Labs series. By now ...
分类:Web程序   时间:2021-06-02 14:43:49    阅读次数:0
SpringBoot整合kafka的简单应用
引入依赖 <!-- https://mvnrepository.com/artifact/org.springframework.kafka/spring-kafka --> <dependency> <groupId>org.springframework.kafka</groupId> <art ...
分类:编程语言   时间:2021-06-02 14:22:43    阅读次数:0
图片按钮
package cn.rushangw.lesson05;import javax.swing.*;import java.awt.*;import java.net.URL;public class JButtonDemo01 extends JFrame { public JButtonDemo ...
分类:其他好文   时间:2021-06-02 11:54:15    阅读次数:0
URI和URL
一、URI <1>什么是URI URI,统一资源标志符(Uniform Resource Identifier, URI),表示的是web上每一种可用的资源,如 HTML文档、图像、视频片段、程序等都由一个URI进行标识的。 <2>URI的结构组成 URI通常由三部分组成: ①资源的命名机制; ②存 ...
分类:Web程序   时间:2021-06-02 11:33:28    阅读次数:0
select 语句的基础语法
授权语法sql 一.用户的创建与使用 在管理员登录后可创建用户 --创建qfplan用户-create user qfplan identified by qfplan; --用户基本权限授权grant create session, connect ,resource to qfplan; --给 ...
分类:其他好文   时间:2021-06-02 11:00:18    阅读次数:0
Spring boot 打jar包启动后无法正常扫描class的问题(Idea直接运行正常)
import com.google.common.collect.Lists; import lombok.extern.slf4j.Slf4j; import org.springframework.core.io.Resource; import org.springframework.core ...
分类:编程语言   时间:2021-05-24 17:06:24    阅读次数:0
Plugin 'org.apache.maven.plugins:maven-compiler-plugin:' not found
** 原因:本地缓存不存在该插件的版本 ** 检查路径: C:\Users\ASUS.m2\repository\org\apache\maven\plugins\maven-compiler-plugin ** 如果有,就重启项目。没有对应的话,就把本地缓存的版本输入进去 ...
分类:Web程序   时间:2021-05-24 16:34:41    阅读次数:0
A query was run and no Result Maps were found for the Mapped Statement 'com.hhwy.epes.review.othermajormeetinguser.domain
仔细查看mybatis的配置文件,发现遗漏一个属性:resultType 报错的配置是:<select id="ID" parameterType="java.util.Map">正确的配置应该是<select id="ID" parameterType="java.util.Map" result ...
分类:移动开发   时间:2021-05-24 16:33:15    阅读次数:0
12885条   上一页 1 2 3 4 5 6 ... 1289 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!