- 博客(4)
- 收藏
- 关注
原创 MSB:3721 CUDA10.1+VS2019
环境 CUDA10.1+VS2019+X64位操作系统 错误代码:MSB3721 命令““C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin\nvcc.exe” -ccbin “C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\...
2019-07-25 23:39:03 3854
原创 在VS2017中:LINK : fatal error LNK1104: cannot open file 'glut32.lib'
我的VS2017的安装路径是**C盘**,将**glut32.lib**文件放入 C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x86 中即可解决这个问题
2019-01-20 19:14:27 1156
翻译 VMware “Cannot open the disk ‘XXXXXX.vmdk’ or one of the snapshot disks it depends on.”
在不知道怎么操作VMware 之后突然VMware无法打开。 在谷歌后找到一篇文章描述了如何解决这个问题。 在虚拟机存在的目录中,找到文件夹名带有 .lck的文件夹 ,然后删除就能打开VMware了。 原文链接:https://ardamis.com/2009/11/20/vmware-cannot-open-the-disk-xxxxxx-vmdk-or-one-of-the-snaps...
2018-08-17 14:01:42 404
原创 C#中隐藏(不打乱原有布局)ASP控件
需求: 点击一个Button,然后实现部分控件隐藏,不能打乱原有网页布局。 控件以RadioButton 为例。 隐藏不打乱原有布局: protected void Button1_Click(object sender,EventArgs e) { RadioButton.Style.Add("visibility","hidden");//实现RadioButton的隐藏 ...
2018-08-10 09:35:52 441
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人