install Arduino Open: https://github.com/espressif/ardu… 继续阅读 Arduino install esp32 support
作者: isvee
pip install pytorch cuda
Download: 1.13.1 https://download.pytorch.org/whl/cu116… 继续阅读 pip install pytorch cuda
新建jupyter notebook时出现500:Internal Server Error解决方法
Error产生原因:nbconvert这个package出现了版本冲突。 解决方法: – 升级nbconver… 继续阅读 新建jupyter notebook时出现500:Internal Server Error解决方法
VS2022使用Yasm
添加环境变量 YASMPATH=G:\yasm-1.3.0-win64\ 注意结尾的\不要漏 Or: mkdi… 继续阅读 VS2022使用Yasm
Notepad++调用NASM编译器
1,启动NotePad++,在菜单上选择“运行(R)”->“运行(R)”。 2,在弹出的窗口内,输入:cmd … 继续阅读 Notepad++调用NASM编译器
Pangolin-0.6 VS2022编译
CMAKE: BUILD_EXTERN_GLEW false BUILD_PANGOLIN_OPENNI fa… 继续阅读 Pangolin-0.6 VS2022编译
GoogLeNet
GoogLeNet 最大的特点就是使用了 Inception 模块,它的目的是设计一种具有优良局部拓扑结构的网… 继续阅读 GoogLeNet
Jenkins 杀进程 启动后台进程
cmd: TASKLIST wmic process where processid=972 get proc… 继续阅读 Jenkins 杀进程 启动后台进程
qemu xv6 使用GDB调试
安装依赖: apt-get install git build-essential gdb-multiarch… 继续阅读 qemu xv6 使用GDB调试
VS2022离线安装
Download: vs_enterprise.exe –layout D:\vs2022layout –… 继续阅读 VS2022离线安装