本篇文章参考于【江南一点雨】的公众号。 Authentication 使用SpringSecurity可以在任何地方注入Authentication进而获取到当前登录的用户信息,可谓十分强大。 在Authenticaiton的继承体系中,实现类UsernamePasswordAuthenticati ...
分类:
编程语言 时间:
2020-09-17 19:09:19
阅读次数:
37
package LeetCode_758 import java.util.* import kotlin.collections.HashSet /** * 758. Bold Words in String * (Prime) * Given a set of keywords words an ...
分类:
其他好文 时间:
2020-09-17 18:53:02
阅读次数:
31
第一次部署jenkins,在进行插件安装时报如下错误:【Advance】页签下方有个【UpdateSite】,把其中的链接https改成http的就好了,然后重启jenkins服务。
分类:
其他好文 时间:
2020-09-17 18:29:51
阅读次数:
33
题解 Codeforces Round #668 (Div. 1) (CF1404) ...
分类:
其他好文 时间:
2020-09-17 17:50:42
阅读次数:
37
#函数input(),程序暂停运行,等待用户输入一些文本,获取输入后,将其存储在一个变量中 message = input("tell me") print(message) tell mehi hi name = input("Please enter your name:") print("He ...
分类:
编程语言 时间:
2020-09-17 17:35:22
阅读次数:
35
两个节点分别执行 1.su - grid 2.cd $HOME/.ssh 3.rm -rf * 4.图形化界面重新setup 5.test成功 参考链接:https://blog.csdn.net/tan88881111/article/details/80407620 参考文档: Clean up ...
分类:
数据库 时间:
2020-09-17 16:31:20
阅读次数:
69
取\(x_n=\frac{1}{nΠ}\) \(lim_[n→∞]x_n=0,且x_n≠0\) 取\(x'_n=\frac{1}{\frac{4n+1}{2}Π},\(lim_[n→∞]x‘_n=0,且x’_n≠0\) 而\(lim_[n→∞]sin\frac{1}{x_n}=lim_[n→∞]si ...
分类:
其他好文 时间:
2020-09-17 16:30:47
阅读次数:
24
《Windows Azure Platform 系列文章目录》 在之前的文章中,我们已经介绍了如何创建1个Azure Automation Account。 在本章节中,我们将介绍如何在Azure Automation中使用Connection连接和Variables变量 请先按照之前的文章:Azu ...
分类:
其他好文 时间:
2020-09-17 12:33:06
阅读次数:
26
在oracle中判断字段id不是“123”时, select * from user where id<> '123'; 但是id为空的,却怎么也查询不出来。 原因是:字段为null的时候,只能通过is null或者is not null来判断。 这样写才是正确的: select * from us ...
分类:
数据库 时间:
2020-09-15 21:31:36
阅读次数:
83
1.第一个springboot applicat.properties: server.port=80 可以更改运行端口号 banner.text 在resource文件夹中加入banner.text网上搜springboot的运行图行,添加进去就可以改变运行出来的图形了。banner.text: ...
分类:
编程语言 时间:
2020-09-15 21:06:58
阅读次数:
95