logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ubuntu之VScode

在Ubuntu软件中心,直接搜索Visual Studio Codesudo apt --fix-broken install ./code_1.25.1-1531323788_amd64.debcode配置参考:https://blog.csdn.net/hellozex/article/details/80763558

#vscode
ubuntu18远程桌面

https://zhuanlan.zhihu.com/p/40937988

ubuntu24

【代码】ubuntu24。

#服务器
多系统UEFI启动项清理,windows、ubuntu,win10盘符隐藏

1.在window系统中启动cmd窗口Win10 cmd 窗口Bcdedit /enum firmwareBcdedit /delete {xxxx}参考网站:https://technet.microsoft.com/en-us/library/cc749510.aspx

#windows#ubuntu
vscode 快捷键

1.1. 注释:ctrl+k+c1.2. 取消注释:ctrl+k+u2.1. 复制当前行:ctrl+c2.2. 粘贴到下一行:ctrl+v3. 列操作:alt+shift+方向键 或 alt+shift+鼠标移动

#vscode
win10 1080ti驱动+cuda9 安装、卸载

1.下载显卡驱动在nvida官方网站:https://www.geforce.cn/drivers下载自己对应的显卡驱动388.13-desktop-win10-64bit-international-whql.exe2.安装显卡驱动2.1)如果是新系统,则直接双击显卡驱动.exe安装执行文件2.2)如果已经安装显卡驱动的系统,想安装最新版本的显卡驱动,则需要在安全...

VOC数据库

VOC官方网站:http://host.robots.ox.ac.uk/pascal/VOC/VOC2007官方网站:http://host.robots.ox.ac.uk/pascal/VOC/voc20071.VOC2007作为标准数据集,voc-2007 是衡量图像分类识别能力的基准.rcnn,yolo等都以此数据集为最为演示样例,所以有必要了解一下本数据集的组成架构下载...

Ubuntu之driver,cuda,cudnn,video codec sdk

prepare envnouveau模式#Disable the Nouveau Driverssudo vim /etc/modprobe.d/blacklist-nouveau.conf#Add the following two lines to the fileblacklist nouveauoptions nouveau modeset=0#Regenerate the ...

#caffe#深度学习#ubuntu
虚拟机ubuntu18安装caffe

文章目录1.环境2.update 最新系统3.卸载amazon4.安装截图工具5.安装git version工具1.环境参考:VMware Workstation 15 Pro安装ubuntu系统VMware Workstation 15 ProUbuntu18.04.22.update 最新系统sudo apt-get updatesudo apt-get upgradesudo...

#caffe
conda caffe+pycaffe

参考:https://www.cnblogs.com/notesbyY/p/11594435.htmlconda create -n cf python=2.7conda deactivate cfpython -m pip install -U pipcd caffe/pythonpip install -r requirements.txt#重点需要-r 参数错误:pand...

到底了