ZalterCitty

Results 5 comments of ZalterCitty

@liuxintang c++ 版本不对?

I don't know what's the problem. I found this in maven MavenRepository ```name=maven org.tpolecat tut-core_2.12 0.6.10 test ``` ```name=sbt // https://mvnrepository.com/artifact/org.tpolecat/tut-core libraryDependencies += "org.tpolecat" %% "tut-core" % "0.6.10" % Test...

> @zhuqingchao C++11吧应该是。 您的PG14编译过程的命令和pg_jieba编译的命令可以发一下我试试嘛。 有些久了,网上通用教程就行。

NacosValue(value = "${xxx}", autoRefreshed = true) 就不会自动刷新。 必须在 启动类上添加 @NacosPropertySource(dataId = "xxx", autoRefreshed = true) 才能自动刷新。 这是为啥? 已经在 application.yml 里配置了。nacos.config.auto-refresh=true 了, 但完全没有生效。 稍微跟了下源码。 NacosPropertySource 注解和 NacosConfigProperties 走的两条路径。 @hujun-w-2 麻烦看下。 NacosPropertySource...

怎么处理的好?