- 博客(5)
- 问答 (1)
- 收藏
- 关注
原创 记一次前端代码分支切换问题
由于master(生产)分支和dev(测试)分支的前端文件插件不同要修复生产的bug只能每次拉下来都需要删除node_modules包,然后命令行输入yarn([c]npm run install【效果一样】)再yarn dev ([c]npm run dev)才能正常运行...
2022-02-25 16:47:58 543 1
原创 使用getBean根据Bean名称和类文件去获取Bean对象
记一次同事使用getBean找不到对应Service的问题。getBean("CoursewareRecordServiceImpl");@Servicepublic class CoursewareRecordServiceImpl {}根据getBean传参找到对应的service,但是却找不到,两种解决方案。1.getBean传参首字母小写getBean("coursewareRecordServiceImpl");@Servicepublic class Course
2022-02-24 17:49:54 848
原创 no supported authentication methods avaiable
二:虽然安装了小乌龟,但是由于个人习惯一直使用IDEA自带的git拉取工具,今天上传代码一直卡住显示上传中,但是查看git记录发现已经上传成功,于是请教了下同事,据说自带的工具容易出问题,于是打算使用小乌龟。拉取失败no supported authentication methods avaiable找到TortoiseGit--》Settings(设置)--》Network(网络)找到ssh.exe文件替换就OK了不知道ssh文件在哪可以使用Everythi...
2022-02-12 16:25:10 359
原创 Identify and stop the process that‘s listening on port 5323 or configure this application to listen
一:端口被占用,上次关闭IDEA没有关闭运行的程序导致重启项目端口被占用Identify and stop the process that's listening on port 5323 or configure this application to listen on another port.Netstat -aon|findstr 5323 查看被占用的端口Taskkill -PID 52872 -F kill掉进程...
2022-02-12 16:21:37 624
空空如也
hosts文件删除了配置拦截的路径却还是被拦截
2022-02-23
TA创建的收藏夹 TA关注的收藏夹
TA关注的人