接着上节的讲,在添加了@EnableWebSecurity注解后,如果需要自定义一些配置,则需要和继承WebSecurityConfigurerAdapter后,覆盖某些方法。 我们来看一下WebSecurityConfigurerAdapter中哪些方法可以重写,需要重写。 (1)WebSecur ...
分类:
编程语言 时间:
2019-06-03 19:05:08
阅读次数:
140
应用程序主函数接口 @SpringBootApplication(scanBasePackages = {"org.linlinjava.litemall.db", "org.linlinjava.litemall.core", "org.linlinjava.litemall.admin"}) @ ...
分类:
其他好文 时间:
2019-05-28 12:36:24
阅读次数:
126
OO第三单元总结 梳理JML语言的理论基础、应用工具链情况 JML(Java Modeling Language)是一种行为规范接口语言,通过使用不会被编译的注释形式,和固定关键字的语法,指定Java模块代码的行为。大体上包括以下三种要求: 前置: @requires 子句定义了需要满足的条件。 过 ...
分类:
其他好文 时间:
2019-05-22 19:27:08
阅读次数:
133
问题 每次安装依赖包gcc-c++的时候,经常会遇到包如下错误 Error: Package: libstdc++-devel-4.8.5-16.el7_4.2.x86_64 (ultra-centos-7.4-updates) Requires: libstdc++(x86-64) = 4.8.5 ...
分类:
编程语言 时间:
2019-05-22 19:13:14
阅读次数:
1939
第一部分:JML小结 一、入门关键字小结 1.引导词: requires :接下来部分的入口要求 assignable :在该程序中可修改的变量 ensures :后面是对该函数运行结束后的要求 also exception_behavior :接下来是出现异常的处理部分 signals : 对应抛 ...
分类:
其他好文 时间:
2019-05-22 15:55:46
阅读次数:
99
COMP330 Assignment 3ObjectivesThis assignment covers the following topics: 3D modelling with triangular meshes 3D Transformations Perspective and Orth ...
分类:
其他好文 时间:
2019-05-18 20:48:23
阅读次数:
78
“Business values are not same as healthy relational values, and they are often in complete opposition,” , “Business often requires no emotionality and ...
分类:
其他好文 时间:
2019-05-14 09:33:14
阅读次数:
106
42028: Assignment 2 – Autumn 2019 Page 1 of 4Faculty of Engineering and Information TechnologySchool of Software42028: Deep Learning and Convolutional ...
分类:
其他好文 时间:
2019-05-12 19:51:54
阅读次数:
127
ubantu环境: 命令: 前置安装程序 下载安装: ryu文件下运行: sudo pip install -r tools/pip-requires sudo python setup.py install ...
分类:
其他好文 时间:
2019-05-11 10:53:32
阅读次数:
149
报错截图及详细: 15:30:29[ERROR]The goal you specified requires a project to execute but there is no POM inthis directory (/data/workspace). Please verify you ...
分类:
其他好文 时间:
2019-05-04 09:37:15
阅读次数:
701