随笔分类 - 工具
摘要:#include <cstdio> #include <cstdlib> #include "jpeglib.h" int _imageWidth = 320; // 生成的图像宽度 int _imageHeight = 240; // 生成的图像高度 int _inputComponents =
阅读全文
摘要:Firmware编译报错 Error: the git tag 'error: unknown option `exclude' usage: git describe [<options>] [<commit-ish>...] or: git describe [<options>] --dirt
阅读全文
摘要:目前使用的阿里服务器设置安全组规则关闭防火墙配置入站出站规则
阅读全文
摘要:它可以创造任意的 TCP、UDP 和 IP 数据报文,以实现网络欺骗,并且可以在 Linux 和 Windows 系统中运行下载路径https://sourceforge.net/projects/ntwox/
阅读全文
摘要:生成秘钥$ ssh-keygen.exeGenerating public/private rsa key pair.Enter file in which to save the key (/c/Users/17982/.ssh/id_rsa):Enter passphrase (empty for no passphrase):Enter same passphrase again:Your ...
阅读全文
摘要:方式一可以官方下载,安装使用方式二使用 RT-Thread env工具,其中集成了scons工具env工具配置打开设置添加到右键菜单使用scons生成mdk5工程> scons --target=mdk5使用scons编译> scons
阅读全文