码迷,mamicode.com
首页 >  
搜索关键字:integrated security    ( 6539个结果
2020/9/20 一年目标
1.学习《高性能MySQL》 2.学习SpringCloud微服务 3.能够熟练写出多线程代码 4.学习Spring Security 5.阅读Spring源码 6.学习数据结构和算法 7.JVM有一定的了解 8.学习Quartz的动态定时器实现,并且自己能手写一个 (这个之前以为很难,但好像快会用 ...
分类:其他好文   时间:2020-09-24 20:50:08    阅读次数:41
Centos实战 / su: cannot open session: Permission denied
centos su - 用户名 su: cannot open session: Permission denied 刚才用文章CentOS创建sudo用户创建了一个账号lwk,然后用su - lwk命令的时候报错了。 -bash-4.2$ su - lwk Password: Last faile ...
分类:其他好文   时间:2020-09-23 23:50:13    阅读次数:47
js字符串拼接 ·${}·
var a = 1; console.log(`a的值是:${a}`); //a的值是:1 https://portswigger.net/web-security/cross-site-scripting/contexts/lab-javascript-template-literal-angle ...
分类:Web程序   时间:2020-09-18 03:47:03    阅读次数:58
Spring Security 中如何让上级拥有下级的所有权限?
Spring Security 中如何让上级拥有下级的所有权限? ...
分类:编程语言   时间:2020-09-18 02:54:31    阅读次数:46
CASB、CSPM、CWPP
1.概念 CASB:云访问安全代理 Cloud Access Security Broker 最早是为解决影子资产问题,尤其是随着SaaS服务的快速发展。CASB核心价值是解决深度可视化、 数据安全、威胁防护、合规性这四类问题 CSPM:云安全配置管理 Cloud Security Posture ...
分类:其他好文   时间:2020-09-18 00:51:10    阅读次数:30
Penetration Test - Select Your Attacks(1)
Remote Social Engineering SOCIAL ENGNEERING Tricking or coercing people into violating security policy Depends on willingness to be helpful Human weak ...
分类:Web程序   时间:2020-09-17 23:49:24    阅读次数:48
Gartner 魔力象限:安全信息和事件管理 2020
Gartner Magic Quadrant for Security Information and Event Management 2020
分类:其他好文   时间:2020-09-17 23:44:12    阅读次数:65
系统优化
1.查看文件句柄命令 #查看文件句柄数设置 [root@web01 ~]# ulimit -n 65535 #查看总共打开的文件句柄数 [root@web01 ~]# lsof | wc -l #查看进程打开的文件句柄数 [root@web01 ~]# lsof -p 71336 | wc -l 2 ...
分类:其他好文   时间:2020-09-17 21:59:43    阅读次数:26
C# WebUtils
using System; using System.IO; using System.Text; using System.Collections.Generic; using System.Security.Cryptography.X509Certificates; using System. ...
分类:Windows程序   时间:2020-09-17 21:57:37    阅读次数:44
jenkins安装插件问认证问题
第一次部署jenkins,在进行插件安装时报如下错误:【Advance】页签下方有个【UpdateSite】,把其中的链接https改成http的就好了,然后重启jenkins服务。
分类:其他好文   时间:2020-09-17 18:29:51    阅读次数:33
6539条   上一页 1 ... 12 13 14 15 16 ... 654 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!