nginx配置代理 Linux nginx配置 TCP转发代理 stream { # 统一放置,方便管理 # include tcpConf/*.conf; # 访问8080/tcp将会直接转发到2324/tcp upstream tcp_proxy {
proxy iptables Linux proxy iptables dnsmasq 配置 https://github.com/cokebar/gfwlist2dnsmasq 通过 dnsmasq 将dns请求转发到程序中,dnsmasq_gfwlist.conf 里的端口和程序监听端口保持一致 vi /etc/dnsmasq.conf
Qt Mac OS 应用图标生成 Qt Qt Mac OS 应用图标生成 mkdir icons.iconset sips -z 16 16 pic.png --out icons.iconset/icon_16x16.png sips -z 32 32 pic.png --out icons.iconset/icon_
Windows 获取显卡信息以及利用率 C++ Windows 获取显卡信息以及利用率 github: https://github.com/DavidXanatos/TaskExplorer 代码 WinGpuMonitor.zip
spdlog 日志库配置 C++ spdlog 日志库配置 https://github.com/gabime/spdlog log.h #pragma once #include <spdlog/spdlog.h> #include
Go生成库给C C++ C++ Go生成库给C/C++ Windows main.go package main /* #include <stdlib.h> */ import "C" import ( "net" "unsafe" ) //export GetMacAddr