- 博客(20)
- 收藏
- 关注
原创 win10系统NVIDIA GeForce MX150,驱动程序版本为388.73深度学习环境配置教程
安装步骤安装,安装目录尽量不要在C盘,安装完成后,出现如图所示。这里选择network和local都可以,我本人刚开始选的local安装了一下午都没有装上,后来用network完成了。具体安装步骤:这里尽量用默认地址。这里可能需要等待较长时间点击同意并继续这里选择 自定义后,点击下一步这里若安装的cuda版本低于规定版本,需要把Dispiay Driver的勾去掉,同时也要把Visual Studio Integration的勾去掉,否则会安装失败。
2024-09-19 12:15:28 1143
原创 前端请求接口出现415错误
修改方法:将数据改为JSON.stringify(paraData),同时加上contentType: "application/json",
2022-04-17 20:17:10 2045
原创 javaWeb项目页面跳转问题
导入JavaWeb项目后,页面URL在数据库中输入,前端新增加的访问页面报404错误,应该在controller中加入对应的.java代码
2022-03-09 17:49:08 1931
原创 数据库修改密码
基于数据库8.0.28版本修改密码通过mysql安装的根目录1、使用mysql -u root进入mysql目录,之后再使用show database;进一步确认是否进入了mysql2、使用update user set authentication_string='' where user='root';清空密码3、使用 alter user 'root'@'localhost' identified by '12345678';修改密码4、使用flush privil..
2022-03-06 12:46:34 424
转载 vue中多个路由绑定一个组件,路由更改后,界面不刷新(即组件的复用)
{ path:'/culturalInfo0/index0', name:"马王堆汉墓", // redirect:'/culturalInfo/lookSub', component:()=>import("@/pages/culturalInfo/index"),},{ path:'/culturalInfo1/index1', name:"岳麓书院", // redirect:'/culturalInfo/lookSub', component:()=>.
2021-06-10 11:45:33 195
原创 出现未定义标识符 “IplImage“C/C++(20)
编辑获取鼠标数据时,出现未定义标识符 "IplImage"C/C++(20)解决办法:引入头文件#include "opencv2/imgproc/imgproc_c.h"
2021-03-31 13:50:45 1176
转载 关于opencv获取摄像头数据时报错问题
未定义标识符 "CV_WINDOW_AUTOSIZE"C/C++解决办法:在代码开头的头文件中引入#include <opencv2/highgui/highgui_c.h>
2021-03-31 10:55:53 268
原创 fatal: adding files failed
fatal: adding files failederror: 'mobile_class_admin/' does not have a commit checked outfatal: adding files failed
2021-03-30 21:14:45 2976
原创 warning: LF will be replaced by CRLF in js/jquery-1.11.1.min.js.
github push代码时出现warning: LF will be replaced by CRLF in js/jquery-1.11.1.min.js.The file will have its original line endings in your working directoryerror: 'mobile_class_admin/' does not have a commit checked outfatal: adding files failed修改方式:...
2021-03-30 18:47:44 124
原创 jS实现路径跳转
Js的路径包含参数时实现路径跳转varstuId=""for(i=0;i<chooseStu.length;i++){if(chooseStu[i].checked){console.log(chooseStu[i].value);stuId=chooseStu[i].value;}...
2021-03-28 14:23:36 942
原创 js中的换行问题
js代码中使用sourceItem.three+',\n'+content,没有任何反应在对应的style中加入white-space: pre,即可实现换行
2021-03-04 08:56:23 320 1
原创 js中数组转化成JSON字符串
this.disableData=[[1,2],[2,3]]JSON.stringify(this.disableData)
2021-02-18 22:15:52 1839
转载 2020-11-24
"TypeError: Cannot read property 'split' of undefined" found in
2020-11-24 23:38:10 72
转载 2020-11-24
Failed to compile.问题Module Error (from ./node_modules/eslint-loader/index.js):原因:ESlint代码检测问题解决方案:在根目录创建vue.config.js文件在文件内关闭检测module.exports = { lintOnSave: false}
2020-11-24 12:11:59 346
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人