自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

原创 word模板

命名为Normal.dotm放在C:\Users\wu\AppData\Roaming\Microsoft\Templates目录下。做好模板,保存为启用宏的word模板(.dotm格式)

2023-04-06 19:17:40 86

原创 VISSIM4.30安装

VISSIM

2022-09-04 11:40:24 1388 8

原创 windows创建软连接

mklink /d c:\Code\python\adsr\data c:\Code\python\data以管理员身份打开命令行窗口/d 软链接/j/h

2021-08-15 14:16:53 148

原创 cuda和cudnn下载安装

1.下载地址1.1cuda下载地址cuda各个版本如何确定哪个版本号与自己主机适配?打开nVidia控制面板在帮助里查看系统信息查看NVCUDA.dll,该驱动信息对应cuda版本号1.2cudnn下载地址cudnn下载地址2.安装2.1cuda安装点开下载的.exe文件进行安装,精简或者自定义安装因为没有安装VS,会有以上提醒,暂时不管选择自定义——不勾选cuda中的vs集成——安装下一步nvcc --version2.2cudnn安装

2021-06-17 16:49:24 273

原创 office2019显示mathtype选项卡

mathtype6.9office2019(word2019)将:MathType\MathPage\64的MathPage.wll MathType\Office Support\64的WordCmds.dot和MathType Commands 6 For Word 2013.dotm放置到C:\Users\用户名\AppData\Roaming\Microsoft\Word\STARTUP文件夹中PPT中加入可直接在 管理:PowerPoint加载项 中添加Addln文件..

2021-01-04 22:08:20 476

原创 module ‘fluidsynth‘ has no attribute ‘Synth‘

虚拟环境中的fluidsynth.py文件不完整在源码中复制fluidsynth.py放入虚拟环境包中

2020-12-16 16:21:07 941

原创 OpenCV之扩展模块安装

https://blog.csdn.net/CJ_035/article/details/82024178

2020-07-09 06:31:09 215

原创 VS配置Opencv

步骤地址可能出现的问题

2020-07-08 19:50:08 125

原创 windows的pip安装

首先确定在windows已经装过python下载pip压缩包→解压至英文路径下→在命令行窗口进入改pip文件内python setup.py install如果提示没有setuptools模块则同样的方法先下载setuptool模块,再安装pip

2020-06-21 23:26:59 141

原创 windows安装git

下载git.exe安装git配置环境变量(高级系设置)C:\Program Files\Git\bin;C:\Program Files\Git\mingw64\libexec\git-core在命令行窗口测试 git --version在pycharm中setting--version control--path to git中添加git.exe路径并测试 在VCS(版本控...

2019-12-24 09:15:39 100

原创 数据集介绍

MAESTRO----MIDI and Audio Edited for Synchronous TRacks and OrganizationMASETRO contains over a week of paired audio and MIDI recordings from nine years of International Piano-e-Competition eve...

2019-12-24 09:15:13 779 2

原创 UserWarning: Matplotlib is currently using agg, which is a non-GUI backend.

在网上查阅亲测好用All I had to do was to install tkinter through the Linux bash terminal using the following command:sudo apt-get install python3-tkinstead of installing it with pip or directly in the v...

2019-11-04 22:16:38 170

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除