aohanhe

Results 17 comments of aohanhe

我可能找到原因了,我的data中有一个这样的代码,当我注释了之后就没有了。 `defaultNavMenuItemIcon: () => import('@/assets/svg/default-menu-item.svg?component'),`

"vite-plugin-dts": "^1.2.0", 原因我找到了,是因为我使用了一个插件来将svg文件当组件引入,需要在.env.d.ts中定义 ```ts declare module '*.svg?component' { import type { DefineComponent } from 'vue' // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types const component: DefineComponent export default component } ``` 而这个出错的地方有一个定义使用了动态引入 `defaultNavMenuItemIcon: ()...

> "vite-plugin-dts": "^1.2.0", > > 原因我找到了,是因为我使用了一个插件来将svg文件当组件引入,需要在.env.d.ts中定义 > > ```ts > declare module '*.svg?component' { > import type { DefineComponent } from 'vue' > // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types > const component:...

I tried to delete the original lldb file and create a link for /us/bin/lldb as lldb, but it still didn't work

> > > Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿 > > > > > > RBatis no longer has a method to set...

Another problem, it feels like this log is not the same as log4rs just need to configure the lowest level of display, this is my code,This shows nothing: RB_DB.intercepts.clear(); RB_DB.intercepts.push(Arc::new(LogInterceptor::new(log::LevelFilter::Trace)));...

实在不好意思,英文不行!另一个问题,我如何在配置联结池的其它参数呢。我遇到一个问题就是我的网络有点不是太好,有一些联结如果过了一段时间没有数据交互,这些联结会处于不正常的状态。要怎么配置取得联结前对联结的健康进行检查。我看到的代码样例,都只能是修改联结池的大小。

不好意思,又一个新的问题,我看到我的程序一直在报以下的错误: rbatis::plugin::intercept_log [rbatis] [560036765067382801] query