AuthenticationEventPublisher AuthenticationEventPublisher 从上图我们能看出 AuthenticationEventPublisher (认证事件发布器)被Security定义为接口的形式,它定义了Spring Security中用户授权成功或 ...
分类:
其他好文 时间:
2020-03-13 15:50:38
阅读次数:
132
1.创建form表单的两种方式,不同的方式在js中创建表单的方式也不同 方式1:一般使用在搜索表单中,只需要双向绑定数据即可,那就使用这种方法即可 <template> <a-form > <a-form-item label="Note" :label-col="{ span: 5 }" :wra ...
分类:
其他好文 时间:
2020-03-13 01:18:10
阅读次数:
613
1、到官网下载https://downloads.mysql.com/archives/community/ 2、下载后解压到D盘 设置系统路径 3、将mysql目录下的my-default.ini 复制到data目录下:修改ini文件 basedir = D:\Program Files\mysq ...
分类:
数据库 时间:
2020-03-12 21:48:22
阅读次数:
67
1.登陆gitlab失败,报503 查看gitlab状态 [root@localhost ~]# gitlab-ctl status run: alertmanager: (pid 21666) 97s; run: log: (pid 1609) 2814s down: gitaly: 1s, no ...
分类:
其他好文 时间:
2020-03-12 15:53:20
阅读次数:
103
Serializable详解(1):代码验证Java序列化与反序列化
分类:
编程语言 时间:
2020-03-12 09:54:24
阅读次数:
55
A company has n employees with a unique ID for each employee from 0 to n - 1. The head of the company has is the one with headID. Each employee has on ...
分类:
其他好文 时间:
2020-03-12 09:30:59
阅读次数:
74
JVM字节码 前面我们通过tomcat本身的参数以及jvm的参数对tomcat做了优化,其实要想将应用程序跑的更快、效率更高,除了对tomcat容器以及jvm优化外,应用程序代码本身如果写的效率不高的,那么也是不行的,所以,对于程序本身的优化也就很重要了。 对于程序本身的优化,可以借鉴很多前辈们的经 ...
分类:
其他好文 时间:
2020-03-11 19:33:36
阅读次数:
64
1. 获取介质: 在apache的官网中直接下载,下载地址为:http://ant.apache.org/ 下载需要的版本即可: 2. 复制到usr目录下(目录是自己可以定义的): 3. 解压: tar -zxvf apache-ant-1.10.4-bin.tar.gz 4. 改变权限: chmo ...
分类:
系统相关 时间:
2020-03-11 12:46:58
阅读次数:
74
CO7216 Semantic WebCoursework 2SPARQL and OWL(Individual work)Important Dates:Handed out: 20-Feb-2020Deadline: 10-March-2020 at 17:00 GMTPlease ensure ...
分类:
Web程序 时间:
2020-03-08 20:13:56
阅读次数:
85
COMP2401 - Assignment #4(Due: Sun. Mar 15, 2020 @ 6pm)In this assignment, you will gain practice dynamically allocating/freeing memory as well as work ...
分类:
其他好文 时间:
2020-03-08 19:38:57
阅读次数:
73