xunyao4dev

Results 10 issues of xunyao4dev

![image](https://user-images.githubusercontent.com/87527853/160840269-588c057c-ca41-4c21-87bc-01fd9f27687e.png) build 的是一个mvn,但是一直卡住git clone那一步

作者你好,我想基于rwkv训练一个模型,请问,如何选基座模型?

I wonder it supports or not

``` import { reactive } from 'vue' import { onLoad } from '@dcloudio/uni-app' const selected = reactive([{ date: '2024-06-30', info: 'Red dot' }]); onLoad(() => { // 设置测试数据 selected.push({ date:...

uni-ui
无后续反馈将自动关闭

我看到RefreshPolicy的实现其实是把每个key包装成一个Task,然后丢给 `JetCacheExecutor.heavyIOExecutor()` 来定时执行,但是heavyIOExecutor其实是一个coreSize=10的无界队列的线程池,max = Integer.MAX_VALUE,如果缓存的key非常多,那是不是就会导致oom?另外想问一下 ``` heavyIOExecutor = new ScheduledThreadPoolExecutor( 10, tf, new ThreadPoolExecutor.DiscardPolicy()); ``` 这里的DiscardPolicy应该是无意义的吧,因为无界队列只会oom,而不会出发DiscardPolicy

如果我的vo在web层,而dto在Service层,那automapper方案就无效

Hi, everyone I wonder that there is any way to separate text from a product poster, then I will get some text information include font-family, font-size, font-color and text position,...

I have some micro services build via Go, these call each other via gRPC, now I want to found a gateway like spring cloud gateway, I receive a http rest...

waiting-for-triage

请问是否支持这个?