06 2022 档案
redis-mongo-日常操作API
摘要:https://ost.51cto.com/posts/2333 https://www.runoob.com/redis/redis-sets.html http://www.mydlq.club/article/85/ https://blog.csdn.net/weixin_43658899/ 阅读全文
posted @ 2022-06-28 19:29 heidsoft 阅读(22) 评论(0) 推荐(0) 编辑
多云
摘要:https://www.fit2cloud.com/cmp/index.html https://www.infoq.cn/article/35dibyv4rxebtwuisiye https://www.modb.pro/db/152075 https://www.cloudflare.com/z 阅读全文
posted @ 2022-06-28 19:23 heidsoft 阅读(20) 评论(0) 推荐(0) 编辑
阿里云-标签管理-WAF-日志研究
摘要:https://help.aliyun.com/document_detail/201411.html?spm=5176.23902280.0.0.490aad12SH1mpI https://open.aliyun.com/scene/detail/83?spm=5176.iacnext-mark 阅读全文
posted @ 2022-06-28 19:12 heidsoft 阅读(43) 评论(0) 推荐(0) 编辑
IAST-零信任思想
摘要:https://blog.csdn.net/qq_24601199/article/details/118584733 https://www.cyberark.com/zh-hans/what-is/zero-trust/ 阅读全文
posted @ 2022-06-27 16:39 heidsoft 阅读(57) 评论(0) 推荐(0) 编辑
安全产品
摘要:https://iast.xmirror.cn/ http://www.mainway.net/?p=1234 https://www.moresec.cn/ 阅读全文
posted @ 2022-06-27 16:28 heidsoft 阅读(50) 评论(0) 推荐(0) 编辑
IAST交互式安全测试工具
摘要:IAST交互式安全测试工具是全新一代“灰盒”代码审计、安全测试和第三方软件检测产品,是近年来兴起的一项新技术,被Gartner公司列为信息安全领域的Top10技术之一。融合了SAST和DAST技术的优点,无需源码,支持对字节码的检测。IAST极大的提高了安全测试的效率和准确率,良好的适用于敏捷开发和 阅读全文
posted @ 2022-06-27 15:57 heidsoft 阅读(217) 评论(0) 推荐(0) 编辑
研发安全学习
摘要:规划阶段 安全定级、安全设计:将安全前置到软件研发的早期阶段,实现真正的安全左移,根据不同的行业特性提供相应的安全需求分析和安全架构设计服务,从源头保障业务的安全监管工作。 建设阶段 代码安全审计、等级保护、安全评估:严格把控业务系统上线运营的最后一环,为项目研发组提供自助式代码审计服务,从白盒、黑 阅读全文
posted @ 2022-06-27 15:45 heidsoft 阅读(129) 评论(0) 推荐(0) 编辑
mysql sleep
摘要:select * from (select sleep(6)) a 这个语句就能让数据库sleep 阅读全文
posted @ 2022-06-24 16:17 heidsoft 阅读(50) 评论(0) 推荐(0) 编辑
DevSecOps调研
摘要:https://www.secrss.com/articles/28514 https://www.freebuf.com/articles/243414.html https://www.secrss.com/articles/31259 https://www.secrss.com/articl 阅读全文
posted @ 2022-06-22 09:53 heidsoft 阅读(8) 评论(0) 推荐(0) 编辑
mysql 实例管理工具
摘要:https://www.cnblogs.com/zhoujinyi/p/10387581.html https://blog.csdn.net/baijiu1/article/details/89395654 https://www.cnblogs.com/keme/p/11679446.html 阅读全文
posted @ 2022-06-22 09:51 heidsoft 阅读(20) 评论(0) 推荐(0) 编辑
kubebuilder operator
摘要:813 kubebuilder init --domain cloud.bz 814 kubebuilder init --plugins go/v3 --domain example.org --owner "Your name" 815 kubebuilder init --plugins go 阅读全文
posted @ 2022-06-20 17:38 heidsoft 阅读(89) 评论(0) 推荐(0) 编辑
mysql 修改密码
摘要:mysql> update mysql.user set authentication_string=password('1qaz@WSX') where user='root'; Query OK, 1 row affected, 1 warning (0.01 sec) Rows matched 阅读全文
posted @ 2022-06-16 17:12 heidsoft 阅读(24) 评论(0) 推荐(0) 编辑
mysql 与grafana数据展示时的时间处理
摘要:https://blog.csdn.net/yanlaizhishi/article/details/8514401?spm=1001.2101.3001.6650.5&utm_medium=distribute.pc_relevant.none-task-blog-2~default~BlogCo 阅读全文
posted @ 2022-06-15 14:02 heidsoft 阅读(566) 评论(0) 推荐(0) 编辑
django 启动mysql加载错误信息
摘要:https://cloud.tencent.com/developer/article/1594506 https://blog.csdn.net/qq_36274515/article/details/89043481 \__init__.py import pymysql pymysql.ins 阅读全文
posted @ 2022-06-13 13:44 heidsoft 阅读(15) 评论(0) 推荐(0) 编辑
python 依赖安装中断处理
摘要:import os file1 = open('requirement/windows_requirements.txt','r') lines = file1.readlines() for line in lines: os.system('pip install '+line.strip()) 阅读全文
posted @ 2022-06-08 12:29 heidsoft 阅读(66) 评论(0) 推荐(0) 编辑




点击右上角即可分享
微信分享提示