nick

Results 19 comments of nick

i rewrite a version for python 3.x https://github.com/nickfan/dubbo-python3 ```sh pip install dubbo-python3 ``` or ```sh pip install git+https://github.com/nickfan/[email protected] ```

同上 https://ethendev.github.io/2018/12/17/JPA-MySQL-read-write-separation/

since it's been a while,i created my PR #60 for this as @jenssegers asked.

@earnaway i have rewrite the code #60 for the check , it passed StyleCI and travis-ci, but coverage/coveralls Coverage decreased (-9.9%) to 65.116% ,is that ok for merge?

后面还有华为盘古和京东的ChatJD都接吗?

并非鉴权,只是没有做过 ContentNegotiationConfigurer 的 defaultContentType(MediaType.APPLICATION_JSON) 的配置 ,默认响应内容应该是xml,这个应该是根据请求的Accept头确定的

spring boot 2.3.7 应用没配置mvc注解,基本上就是相当于没配置,这应该是默认设置 能不能通过accept头解决: ```json curl -H "Accept: application/json" https://api.example.com/resource ```

> same ``` claude --mcp-config .\.mcp.json node:fs:1363 const result = binding.mkdir( ^ Error: ENOENT: no such file or directory, mkdir 'C:\Users\user\AppData\Local\claude-cli-nodejs\Cache\C--Users-user-Code-demo\mcp-logs-plugin:claude-mem:claude-mem-search' at Module.mkdirSync (node:fs:1363:26) at file:///C:/Users/user/.version-fox/cache/nodejs/v-22.20.0/nodejs-22.20.0/node_modules/@anthropic-ai/claude-code/cli.js:9:1826 at NI (file:///C:/Users/user/.version-fox/cache/nodejs/v-22.20.0/nodejs-22.20.0/node_modules/@anthropic-ai/claude-code/cli.js:8:8084) at...