Results 6 issues of jason hu

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 内存吃满,运行其慢,比使用cpu(float)还慢,求教如何调整 ![image](https://user-images.githubusercontent.com/74470/234739858-9f43914f-91f1-4e8e-a0ed-6f87c63172fb.png) ### Expected Behavior _No response_ ### Steps To Reproduce...

```java MutableDataSet options = new MutableDataSet(); options.setFrom(ParserEmulationProfile.MARKDOWN); options.set(Parser.EXTENSIONS, Lists.newArrayList(com.vladsch.flexmark.ext.tables.TablesExtension.create())); options.set(TablesExtension.FORMAT_TABLE_TRIM_CELL_WHITESPACE, true); Parser parser = Parser.builder(options).build(); Node document = parser.parse(markdown); List paragraphs=new ArrayList(); for (Node node = document.getFirstChild(); node != null;...

![image](https://github.com/yuque-helper/yuque2book/assets/74470/d0f5efd0-1c7a-43db-b641-8e7c4d30ea28) 不带换行符markdown解析表格的时候报错

一个记录插入后,先修改其关联的一个字段sendorderdtlId的值为A,然后再修改为B,异常回滚undo的时候报错Has dirty records when undo,类似的问题以前遇到过就是on update 时间戳的问题,先插入后被数据库配置更新为新的值后面回滚也报错(https://github.com/apache/incubator-seata/issues/3036),这种场景除了打开onlyCareUpdateColumns有解决方案吗

已经启动ccr,vscode内部点击claude的插件使用,提示需要login,有方案解决吗 ![Image](https://github.com/user-attachments/assets/8f3c0874-9375-45d9-b37e-5ceebcfddf1c) ![Image](https://github.com/user-attachments/assets/7c7c9d5c-9622-4899-a64e-981a718be321)

执行status看到Auth Token: ANTHROPIC_AUTH_TOKEN,model也是默认的无法切换config配置的模型 ![Image](https://github.com/user-attachments/assets/7c9f5bb7-1148-48ae-a462-ddc6a2fbb565)