Easter79 Easter79
3年前
tomcat启动出现常量池中无效的字节标记异常
详细异常日志如下2020083110:52:30,285com.taobao.tomcat.container.context.pandora.PandoraManagerstartInternalINFO:Pandoracontainerstarted.2020083110:52:31,383org.
Easter79 Easter79
3年前
tomcat 设置jndi
tomcat设置jndi全局设置修改tomcat下的conf/context.xml,新增以下内容<Resourcename"jdbc/mdidata"auth"Container"typ
刘望舒 刘望舒
3年前
Android深入四大组件(三)Service的绑定过程
Android框架层Android深入四大组件categories:Android框架层本文首发于微信公众号「刘望舒」前言我们可以通过调用Context的startService来启动Service,也可以通过Context的bindService来绑定Service,建议阅读此篇文章前请阅读这篇文章,知识点重叠的部分,本篇文章将不再赘述。<!more
Stella981 Stella981
3年前
Android面试收集录18 Android Context详解
ActivitymActivitynewActivity()作为Android开发者,不知道你有没有思考过这个问题,Activity可以new吗?Android的应用程序开发采用JAVA语言,Activity本质上也是一个对象,那上面的写法有什么问题呢?估计很多人说不清道不明。Android程序不像Java程序一样,随便创建一个类,写个main(
Stella981 Stella981
3年前
Spring 源码深度解析笔记
1.核心容器Core模块:主要包括Spring框架基本的核心工具类,其他模块都要基于该模块。Beans模块:包含访问配置文件、创建和管理bean以及进行IoC/DI操作相关的类。Context模块:构建于Core和Beans模块之上,提供了一种类似JNDI注册器的框架式的对象访问方法。Context模块
Easter79 Easter79
3年前
Spring中RequestScope作用域Bean原理
一、前言web.xml里面配置<listener    <listenerclassorg.springframework.web.context.request.RequestContextListener</listenerclass</listenercomponentbean.x
Easter79 Easter79
3年前
SpringCloud Config手动刷新及自动刷新
1、Config手动刷新a、使用@RefreshScope注解importorg.springframework.beans.factory.annotation.Value;importorg.springframework.cloud.context.config.annotation.RefreshScope;
Stella981 Stella981
3年前
Spring Annotation 详解
(1)、<context:componentscanbasepackage"\.\"/ 该配置隐式注册了多个对注解进行解析的处理器,如: AutowiredAnnotationBeanPostProcessor      CommonAnnotationBeanPostProcessor Pers
Easter79 Easter79
3年前
Spring自带的多线程任务
1.添加配置类packagecom.yiyoudao.config;importorg.springframework.aop.interceptor.AsyncUncaughtExceptionHandler;importorg.springframework.context.annotation.Compo
Stella981 Stella981
3年前
SpringBoot 静态资源 使用项目外部路径图片 跨域问题CORS 解决
配置类packagecom.zz.config;importorg.springframework.beans.factory.annotation.Value;importorg.springframework.context.annotation.Configuration;importorg.springframework