240 发简信
IP属地:北京
  • elasticsearch中实现类似like的语法

    在ES中实现类似SQL中like的写法,使用match_phrase mysql: select * from tb1 where name l...

  • win10 密码正确但是提示错误

    windows10开机输入密码,明明正确,却提示密码错误无法进入,除了网上说的几种常见的错误,如加入过域远程改过密码等,还有一种可能,是系统的“...

  • golang在go get时提示xx cannot download,xxx is a GOROOT, not a GOPATH. For more details see: 'go help ...

    新换了电脑,把之前的go代码全拷贝了过来,顺便升了个级,在设置完GOPATH和GOROOT后,发现运行goversion已经没问题了,是最新版本...