码迷,mamicode.com
首页 >  
搜索关键字:checkpoint security checkup 中文支持    ( 6625个结果
谷歌修复多个严重的安卓 RCE 漏洞
导读 谷歌推出2020年6月的安卓操作系统安全补丁,共解决了43个漏洞,其中多个为“严重”级别。 其中最为严重的 bug 存在于 System 中,可被用于远程执行任意代码。攻击者需要使用一个特殊构造的传输才能利用该漏洞。它是System 中出现的两个严重的远程代码执行漏洞之一。这两个 RCE 漏洞 ...
分类:移动开发   时间:2020-06-30 22:28:45    阅读次数:82
交换机配置端口安全策略-绑定MAC地址
华为交换机 在交换机端口上打开端口安全功能,将 MAC 地址绑定到相对应接口中,并在 vlan1 上有效。 [SW1]interface Eth0/0/1 [SW1-Ethernet0/0/1]port-security enable [SW1-Ethernet0/0/1]port-security ...
分类:系统相关   时间:2020-06-30 17:42:14    阅读次数:118
docker Jenkins
Jenkins docker市场 docker pull jenkins/jenkins:ltsdocker inspect ba607c18aeb7 查看版本mkdir /home/jenkins_home docker run —network=dg —restart=always -p 808 ...
分类:其他好文   时间:2020-06-30 12:41:21    阅读次数:52
Spring Boot 整合 Shiro ,两种方式全总结
Spring Boot 整合 Shiro ,两种方式全总结! shirospringboot 发布于 2019-06-11 在 Spring Boot 中做权限管理,一般来说,主流的方案是 Spring Security ,但是,仅仅从技术角度来说,也可以使用 Shiro。 <!--more--> ...
分类:编程语言   时间:2020-06-30 12:32:50    阅读次数:65
【队列】调试应用时进行的kafka偏移量调整
Kafka调节消费组的消费偏移量
分类:其他好文   时间:2020-06-30 11:14:40    阅读次数:54
[PBFT]Practical Byzantine Fault Tolerance[二]<View-Change>视图更换理解
一、视图更换的必要性 视图更换是系统由于Primary出故障而能够保证可用性(liveness)的手段,可用性指操作能够在有效时间内完成。 checkpoint, stable checkpoint the states produced by the excution of these reque ...
分类:其他好文   时间:2020-06-30 01:00:19    阅读次数:89
SHA加密
package SSM.utils; import java.security.MessageDigest; import java.util.Calendar; import java.util.TimeZone; /** * SHA加密工具类 * @author zhouhe * @date 2 ...
分类:其他好文   时间:2020-06-29 17:21:03    阅读次数:66
Crypto Exchange Security whitepaper
这个网站好像不能上传附件,直接分享csdn下载站的资源吧: https://download.csdn.net/download/dipolar/12559906 ...
分类:其他好文   时间:2020-06-29 15:36:08    阅读次数:76
Leaky Images: Targeted Privacy Attacks in the Web
论文基本信息 论文题目:Leaky Images: Targeted Privacy Attacks in the Web 论文作者:Cristian-Alexandru Staicu and Michael Pradel, TU Darmstadt 论文来源:USENIX Security 201 ...
分类:Web程序   时间:2020-06-29 13:21:47    阅读次数:74
总结关于spring security 使用 JWT 和 账户密码登录 整合在一起的新感悟
(1)jwt登录拦截,需要在账户密码认证之前进行jwt认证,因此jwt拦截需要在 UsernamePasswordAuthenticationFilter 之前; (2)jwt验证通过则不需要执行账户密码拦截,但是会执行两次jwt拦截,原因不清楚; (3)如果jwt没有通过,将会执行账户密码拦截; ...
分类:编程语言   时间:2020-06-29 13:06:30    阅读次数:54
6625条   上一页 1 ... 25 26 27 28 29 ... 663 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!