logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

git pull 时报cannot lock ref ‘xxx‘ ... unable to update local ref错误时的解决办法

当从远程仓库拉取代码时:git pull报错如下:error: cannot lock ref 'refs/remotes/origin/innertag': is at 0440433ebbca6fc0a3dc041946346d004ae1d7ee but expected 98150e1dcad8640daa66b5499d6e234d71806a6eFrom code.xxx.com:xc

#git
error setting certificate verify locations解决办法

1,问题:当使用sroucetree从远程url拉取项目时,报出如下错误信息:git -c diff.mnemonicprefix=false -c core.quotepath=false fetch originfatal: unable to access 'https://github.com/552277/MyCalendar.git/': error setting certi...

phpMyAdmin 尝试连接到 MySQL 服务器,但服务器拒绝连接。您应该检查配置文件中的主机、用户名和密码,并确认这些信息与 MySQL 服务器管理员所给出的信息一致。

打开安装目录wamp\apps\phpmyadmin3.5.1,然后打开config.inc.php 文件,查找下面几个部分并修改$cfg['Servers'][$i]['host'] = 'localhost';$cfg['Servers'][$i]['port'] = '';$cfg['Servers'][$i]['user'] = 'root';$cfg['Servers

#php
spring boot es 支持中文精准查询的方法QueryBuilders.termQuery

1,问题:当我们使用QueryBuilders.termQuery方法对指定的字段进行精准查询时,如果查询的条件为英文字母时,是没有问题的当查询条件为中文时,则可能会查询不出数据,如下:当algorithmTag为中文时,即使es中有对应的记录,也是查询不出来的@Overridepublic List<ESXTopicIndex> listByAlgorithmTag(String a

暂无文章信息