Here’s something encrypted, password is required to continue reading.
-
CPP语言编程
前言如果你是一个刚开始学CPP语言的小白,那么这篇文章或许并不适合你,本文主要聚焦于CPP语言的一些陷阱和缺陷,以及一些新标准的使用,和一些编程相关指南。我的本职工作是二进制安全研究,关于这些缺陷导致的致命问题也写了很多文章,本文不对漏洞的利用进行深入讲解。 设计模式C++23种设计模式 创建型模式结构型模式行为模式C++ 11C++ 14C++ 17C++ 20C++ 23CPP 项目 -
C++语言编程之STL内部实现
Here’s something encrypted, password is required to continue reading.
-
C++语言编程之Boost标准库
Here’s something encrypted, password is required to continue reading.
-
Qt6开发指南
Here’s something encrypted, password is required to continue reading.
-
WatchGuard研究
Here’s something encrypted, password is required to continue reading.
-
Cisco研究
Here’s something encrypted, password is required to continue reading.
-
DrayTek研究
Here’s something encrypted, password is required to continue reading.
-
数据结构及算法
前言建议有基础的同学直接学习 LibCSTL,本文内容大部分是以前学习时写的,没有考虑实用性,仅供学习参考 大一打为了打C语言基础打过一阵子ACM,不久我就转到了二进制安全,开始深入学习操作系统,内存管理器(ptmalloc2,jemalloc等)相关的知识,ACM算法的一些东西只记得一些原理和概念,代码快忘光了。那时也没有记录博客的习惯。后面就开始做二进制安全一阵子才开始写一些博客,现在想... -
VIM配置和使用
教程网站 插件网站 VIM9 安装从源安装 本机环境:ubuntu:22.04。 这个方法装的 vim9.0。最新版YCM(YouCompleteMe unavailable: requires Vim 9.1.0016+.)需要 9.1 以上。 12345# 更新源sudo add-apt-repository ppa:jonathonf/vimsudo apt update# 安装sud...