会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lentikr
博客园
首页
新随笔
联系
订阅
管理
2023年2月14日
数据挖掘复习
摘要: 概念 模型评测 混淆矩阵 ||预测:1|预测:0| | : : | : : | : : | |真实:1|True Positive (TP)|False Negative (FN)| |真实:0|False Poisitive (FP)|True Negative (TN)| 准确率:预测正确的占所
阅读全文
posted @ 2023-02-14 13:27 lentikr
阅读(31)
评论(0)
推荐(0)
2022年8月23日
Fuzzing101
摘要: AFL++配置 如果过程中出现问题,很可能是网络不通畅导致 # 安装依赖 sudo apt-get update sudo apt-get install -y build-essential python3-dev automake cmake git flex bison libglib2.0-
阅读全文
posted @ 2022-08-23 10:44 lentikr
阅读(521)
评论(1)
推荐(0)
2022年7月1日
WSL2+ArchLinux环境配置
摘要: 开启wsl 以下指令均需以管理员权限运行 启用wsl功能 dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart 启用虚拟平台(完成后重启) dism.exe /o
阅读全文
posted @ 2022-07-01 00:40 lentikr
阅读(1032)
评论(4)
推荐(0)
公告