xtyuns
xtyuns
### Search before asking - [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues. ### Operating system information Linux ### Python version information 3.10 ### DB-GPT version...
代码块改进建议
1. 建议代码块右侧的复制按钮仅复制代码块中的内容 2. 代码块滚动条异常 
## 背景 当使用 cargo install 安装 rnacos 后,实际上可以在任意目录下启动 rnacos,但是目前的应用数据路径 AppSysConfig.config_db_dir 默认使用相对路径 `nacos_db`,这使得每次运行 rnacos 的工作路径必须相同,否则将会在新的工作路径下创建数据文件。 ## 建议 将默认数据路径指定为操作系统的规范路径,如 linux 下的:`$HOME/.local/share/`。
## 现象 一般会出现两种情况的异常信息: 1. 堆栈中存在索引越界异常, 导致属性无法正常赋值 ```text com.alibaba.com.caucho.hessian.io.HessianFieldException: xxxxx.XXXDTO.xxxField: xxxxx.CorrectType cannot be assigned from null Caused by: java.lang.IndexOutOfBoundsException: Index: 16, Size: 15 ``` 2. 尝试将一个错误的类型赋值到属性上导致赋值失败 ```text com.alibaba.com.caucho.hessian.io.HessianFieldException: xxxxx.XXXDTO.xxxField: xxxxx.WrongType cannot...
Close #64