1.学习《高性能MySQL》 2.学习SpringCloud微服务 3.能够熟练写出多线程代码 4.学习Spring Security 5.阅读Spring源码 6.学习数据结构和算法 7.JVM有一定的了解 8.学习Quartz的动态定时器实现,并且自己能手写一个 (这个之前以为很难,但好像快会用 ...
分类:
其他好文 时间:
2020-09-24 20:50:08
阅读次数:
41
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
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 中如何让上级拥有下级的所有权限? ...
分类:
编程语言 时间:
2020-09-18 02:54:31
阅读次数:
46
1.概念 CASB:云访问安全代理 Cloud Access Security Broker 最早是为解决影子资产问题,尤其是随着SaaS服务的快速发展。CASB核心价值是解决深度可视化、 数据安全、威胁防护、合规性这四类问题 CSPM:云安全配置管理 Cloud Security Posture ...
分类:
其他好文 时间:
2020-09-18 00:51:10
阅读次数:
30
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 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
using System; using System.IO; using System.Text; using System.Collections.Generic; using System.Security.Cryptography.X509Certificates; using System. ...
第一次部署jenkins,在进行插件安装时报如下错误:【Advance】页签下方有个【UpdateSite】,把其中的链接https改成http的就好了,然后重启jenkins服务。
分类:
其他好文 时间:
2020-09-17 18:29:51
阅读次数:
33