C++
Qt/C++ Code Snippets
Qt 遍历文件夹 Copy
#include <QCoreApplication>
#include <QDir>
#include <QFile>
#include <QtDebug>
int main(int argc, char *argv…
使用 nlohmann/json 序列化
nlohmann/json JSON for Modern C++ Copy
#include <iostream>
#include <fstream>
#include <vector>
#include <optional>
#include "json.hpp…
Windows 下编译 Pdfium
代理配置# 因为 gclient 不支持设置代理,如没有配置网关代理,可以使用全局透明代理 Windows 下 Mellow,Linux 可用 QV2ray
记得将原来的 git 等代理取消掉,因为 gclient 会用 git
工具下载#
工具
python2,gn…