码迷,mamicode.com
首页 >  
搜索关键字:security context    ( 17701个结果
JAVA的流程控制
#1.流程控制:顺序结构,分支(判断)结构,循环结构。 package com.langtao.scanner; import com.sun.deploy.security.SelectableSecurityManager; import java.sql.SQLOutput; import j ...
分类:编程语言   时间:2020-11-10 11:21:45    阅读次数:11
认证和授权学习2:springboot中快速使用spring security
springboot中快速使用spring security ...
分类:编程语言   时间:2020-11-08 17:07:59    阅读次数:17
Spring创建Bean的过程Debug
Spring流程Debug 1.1 Spring测试环境搭建 Spring模块概览,绿色是模块,Spring中八大模块,黑色表示该模块包含的jar包(组件)。例如我们想要用IOC容器,也就是绿色的CoreContainer,我们需要导入Beans,Core,Context,SpEL(spring-e ...
分类:编程语言   时间:2020-11-08 16:41:17    阅读次数:17
TextView上下滚动
[plain] view plaincopy public class AutoTextView extends TextSwitcher implements ViewFactory { private float mHeight; private Context mContext; //mInU ...
分类:其他好文   时间:2020-11-07 17:47:40    阅读次数:32
SAPHANA学习(26):SQL Function 分类汇总
3.12 Aggregate Functions /*12. Aggregate Functions*/ /* Aggregate functions are analytic functions that calculate an aggregate value based on a group ...
分类:数据库   时间:2020-11-07 17:08:05    阅读次数:20
Tech road one step 7-Noc to 13-Nov
TechRoad 1. Architecture <Java Application architecture> modular, Spring context config <EIS> technology decision, base eis-platform-brms <MS PPP> cha ...
分类:其他好文   时间:2020-11-07 16:51:15    阅读次数:24
Spring中文文档
1.2.2 实例化容器(container) 为ApplicationContext 构造器提供的一个或多个路径使得容器能够从这些资源字符串中加载配置元数据从多样的外部资源位置。比如本地文件系统,类路径等。 ApplicationContext context = new ClassPathXmlA ...
分类:编程语言   时间:2020-11-07 16:19:28    阅读次数:22
vue_element_admain中自动注册全局组件
业务场景:中后台 虽然封装和使用了很多第三方组件,但还是免不了需要自己封装和使用很多业务组件。每次使用的时候还需要手动引入,过于麻烦 解决方法: 基于 webpack 的require.context来实现自动加载组件并注册的全局的功能 我们可以创建一个GlobalComponents文件夹,将你想 ...
分类:其他好文   时间:2020-11-02 09:57:26    阅读次数:23
Java开发工具类集合
Java开发工具类集合 一、MD5加密工具类 import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; public final class MD5 { public static Strin ...
分类:编程语言   时间:2020-11-01 22:06:45    阅读次数:33
【Mybatis源码解析】-mybatis-spring原理解析
mybatis-spring原理解析 ? 没有spring使用Mybatis的步骤是 1:创建SqlSessionFactoryBuilder 2: 通过SqlSessionFactoryBuilder创建要给SqlSessionFactory 3: 创建SqlSession 4: 获取Mapper ...
分类:编程语言   时间:2020-11-01 22:01:14    阅读次数:27
17701条   上一页 1 ... 28 29 30 31 32 ... 1771 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!