- 博客(8)
- 收藏
- 关注
原创 git push 报错 remote: error: hook declined to update
push失败,提示remote: error: hook declined to update我碰上这个错误的原因是, commit的comment的格式不对,git服务器上对这个项目的comment格式有限制,改comment的格式就好了。如果大家碰上这个问题,可以问下项目负责人,是否对提交的注释格式有要求。...
2020-11-05 11:20:18
7862
1
原创 Idea导入maven项目后不识别
解决办法:选中module的pom.xml,右键,选择" add as maven project",即可刷新为maven项目
2019-11-25 18:37:12
516
原创 vue给数据按字母A-Z排序
computed:{ sortlist(){ return this.list.sort((a, b) => { return a['index'].localeCompare(b['index']) //index是list你需要索引的字段名称 }) } }...
2019-11-16 01:47:50
2621
转载 【亲测有效】运行docker ps 出现Got permission denied问题的解决方案
问题描述今天在运行 docker ps 命令的时候出现如下问题:Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.38/containers/json:...
2019-05-15 09:12:20
2124
原创 (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist
今天运行Redis时发生错误,错误信息如下:(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis l...
2019-04-30 10:14:48
217
转载 Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6
出现这个错误因为maven本地仓库中缺少maven-resource-plugin:2.6这个相应的依赖文件。解决方法如下:1、在eclipse中找到maven项目下的pom.xml文件打开,并添加下图红框中的内容。2、打开dos命令控制台,进入到maven项目的目录(包含有pom.xml文件这一层级),然后选择 maven install 回车后发现maven会自动下载缺失的文件。3、...
2019-04-08 09:46:48
1397
原创 解决JDK帮助文档在我的电脑上一用索引功能就程序出错(win10 64位系统)
在"开始"–"运行"里运行下面4条命令,重启电脑,包你解决问题…(需要进入C:\Windows\SysWOW64 路径运行下面四条指令)regsvr32 jscript.dllregsvr32 hhctrl.ocxregsvr32 itss.dllregsvr32 itircl.dllPS:如果提示文件丢失,则在网上下载缺失文件放到 C:\Windows\SysWOW64,然后在此路径...
2019-03-18 23:42:27
302
转载 64位windows10,打不chm文件问题
出现这种问题一般是ghost版本,破解版且精简的windows(我让学校别人装的)(概率最大)或者是自己删除了文件或者木马搞的破坏为什么我会觉得是破解版且精简出现的问题呢因为我在网上找,好像有下一个hhpud.exe可以解决,我去微软官网下载好了,安装提示我HTML Help is a Windows system component and can only be updated vi...
2019-03-15 00:25:54
2453
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅