heihei180

Results 11 issues of heihei180

Windows PowerShell 版权所有 (C) Microsoft Corporation。保留所有权利。 尝试新的跨平台 PowerShell https://aka.ms/pscore6 PS D:\code\html\mall-admin-web> npm install > [email protected] install D:\code\html\mall-admin-web\node_modules\node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-83_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-83_binding.node": connect ETIMEDOUT 52.74.223.119:443...

### 项目介绍 / Project Introduction Minio 是一个开源的分布式文件系统 ### 上游地址及镜像方式 / Upstream location & mirror method https://dl.min.io/server/minio/release/ ### 为什么希望添加该镜像 / Why do you want we to add this mirror 直接访问MinIO官网下载速度特别慢.. 并且,再学习过程中,有存储大量文件的需要,hdfs不能很好的扩容,并不能满足需求。...

new
hard to sync

Invalid token does not contain resource id (oauth2-resource) 前端提示这个?怎么回事啊?

好像没有找到创建表的sql文件呢。。。

现在坐标 是 精准坐标,即一个坐标只能匹配一个值, 是否可以支持匹配多个值呢? ![image](https://user-images.githubusercontent.com/38102241/192751833-d5c872e6-3dce-4578-818b-4c35b7b53665.png) 如果可以,我可以提供pr

比如我有个文件的处理组件 1)要在操作A的地方使用文件处理组件 2)要在操作B的地方使用文件处理组件 且A和B不是同一种操作,因此定义了两个不同的拓展点名字 `NodeSubmitExtPt` , `NodeShowExtPt` >com.alibaba.cola.extension.register.ExtensionRegister#calculateExtensionPoint ```java private String calculateExtensionPoint(Class targetClz) { Class[] interfaces = ClassUtils.getAllInterfacesForClass(targetClz); if (interfaces == null || interfaces.length == 0) throw new RuntimeException("Please assign...

fixs: #365 support async execute api.

我看了下`COLA`现在的执行 只有两种: - `execute` - `executeVoid` 但是再实际工作场景中,我们用到需要异步执行拓展的地方,因此我在想是不是可以加一个异步执行的`API`,如: - `executeAsync` - `executeVoidAsync` 如果可以,我可以提交一个PR

when i use `applicationContext.getBeansWithAnnotation(Extensions.class)`; in spring framework 5.3.20 , i can got a bean, in spring framework 5.3.28, i can't got a bean. --- definition of `Extensions`: ```java @Inherited @Retention(RetentionPolicy.RUNTIME)...

status: backported
type: regression
in: core

您好,我已经安装了 ImageMagick , 并且在config.toml 中配置了 `imagemagick_path = "C:\\Program Files (x86)\\ImageMagick-7.1.1-Q16\\magick.exe"` 但是我发现一个问题,每次启动程序后,这行代码`imagemagick_path = "C:\\Program Files (x86)\\ImageMagick-7.1.1-Q16\\magick.exe"` 就会被自动删除。 然后我生成视频的时候,会报下面的问题,搜索了issue,没找到原因是为什么,您能帮忙解答一下吗?谢谢! ![image](https://github.com/harry0703/MoneyPrinterTurbo/assets/38102241/2a01ec7b-7598-4997-81b8-89b9e92f1a04)