#1.流程控制:顺序结构,分支(判断)结构,循环结构。 package com.langtao.scanner; import com.sun.deploy.security.SelectableSecurityManager; import java.sql.SQLOutput; import j ...
分类:
编程语言 时间:
2020-11-10 11:21:45
阅读次数:
11
springboot中快速使用spring security ...
分类:
编程语言 时间:
2020-11-08 17:07:59
阅读次数:
17
Spring流程Debug 1.1 Spring测试环境搭建 Spring模块概览,绿色是模块,Spring中八大模块,黑色表示该模块包含的jar包(组件)。例如我们想要用IOC容器,也就是绿色的CoreContainer,我们需要导入Beans,Core,Context,SpEL(spring-e ...
分类:
编程语言 时间:
2020-11-08 16:41:17
阅读次数:
17
[plain] view plaincopy public class AutoTextView extends TextSwitcher implements ViewFactory { private float mHeight; private Context mContext; //mInU ...
分类:
其他好文 时间:
2020-11-07 17:47:40
阅读次数:
32
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
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
1.2.2 实例化容器(container) 为ApplicationContext 构造器提供的一个或多个路径使得容器能够从这些资源字符串中加载配置元数据从多样的外部资源位置。比如本地文件系统,类路径等。 ApplicationContext context = new ClassPathXmlA ...
分类:
编程语言 时间:
2020-11-07 16:19:28
阅读次数:
22
业务场景:中后台 虽然封装和使用了很多第三方组件,但还是免不了需要自己封装和使用很多业务组件。每次使用的时候还需要手动引入,过于麻烦 解决方法: 基于 webpack 的require.context来实现自动加载组件并注册的全局的功能 我们可以创建一个GlobalComponents文件夹,将你想 ...
分类:
其他好文 时间:
2020-11-02 09:57:26
阅读次数:
23
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-spring原理解析 ? 没有spring使用Mybatis的步骤是 1:创建SqlSessionFactoryBuilder 2: 通过SqlSessionFactoryBuilder创建要给SqlSessionFactory 3: 创建SqlSession 4: 获取Mapper ...
分类:
编程语言 时间:
2020-11-01 22:01:14
阅读次数:
27