Easter79 Easter79
3年前
tomcat 结合spring security 配置SSL认证
小结一下tomcat搭配springsecurity做ssl,其实单tomcat就可以搞你的应用ssl认证了,这里只不过顺道使用了springsecruity(如果你的应用是用了springsecurity的话)。1首先是制作证书了,步骤比较传统,简单带过,不懂的请去google  keytoolgen
黎明之道 黎明之道
4年前
python数据分析与可视化——时间序列数据分析
时间序列数据分析日期和时间数据类型datetime构造Python标准库中包含了用于日期(date)、时间(time)、日历(calendar)等功能的数据类型,主要会用到datetime、time、ca
Stella981 Stella981
3年前
Android https 自定义ssl证书使用
Androidhttps自定义ssl证书使用1,服务端配置单向认证,给出server.crt2,通过命令生成bks文件keytoolimportaliascert123fileserver.crtkeystorecert123.bksstoretypeBKSproviderClassorg.bouncycast
Wesley13 Wesley13
3年前
Java中常用的数据结构类
结构体系图!(https://oscimg.oschina.net/oscnet/f33e8cdd59d28091dd516ca2398a13d9811.png)ListArrayList、LinkedList、Vector有什么区别?ArrayList只能装入引用对象(基本类型
Wesley13 Wesley13
3年前
03,Django的认证系统——auth模块
Django的用户认证https://docs.djangoproject.com/en/2.0/topics/auth/default/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdocs.djangoproject.com%2Fen%2F2.0%2Ftopics%2
Wesley13 Wesley13
3年前
VS2019(Windows+Mac)编辑文件模板
macOS找到设置中的如图条目!(https://oscimg.oschina.net/oscnet/8d7c1644e489ca90f58f6a0c3c7e8be7ba4.png)设置如下内容:
Stella981 Stella981
3年前
OAuth 2.0 认证的原理与实践
原文同步至https://waylau.com/principleandpracticeofoauth2/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwaylau.com%2Fprincipleandpracticeofoauth2%2F)使用O
Stella981 Stella981
3年前
Eureka Server 开启Spring Security Basic认证
!Desktop(https://uploadimages.jianshu.io/upload_images/98242475ce94f98ae00f42f.jpg?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)文章共503字,阅读大约需要2分钟!概述
Wesley13 Wesley13
3年前
mongoDB的安全相关
开启认证:在配置文件里新增一行authtrue创建用户:1.创建语法:createUser2.{user:"<name",pwd:"<cleartextpassword",customData:{<anyinformation},roles:\{role:"<role",db:"<database"}\
Wesley13 Wesley13
3年前
SpringLDAP 简单的用户登陆认证
今天主要实验了下用户的登录验证,在PersonDaoImpl类中增加了验证方法具体代码:还是PersonDaoImpl类1.publicclassPersonDaoImplimplementsPersonDao{2.3.privateLdapTemplateldapTempl