Google CTF 2019 - Secure Boot 题解
题目说明
Your task is very simple: just boot this machine. We tried before but we always get ‘Security Violation’. For extra fancyness use socat -,raw,echo=0 tcp:$IP:$PORT'
.
生产者消费者问题
这是一道经典的同步问题。我没有那么强大的直觉,只能一步一步分析了。
python导出依赖
最近在导出 Python 项目依赖的时候遇到了些小问题。
数据库中范式的概念
之前对范式了解了不深,好好整理一下。