Wei Xiaopeng

Results 28 issues of Wei Xiaopeng

## Here is the ProcessEngine source code in 7.3.0 version ```java package org.activiti.engine; import org.activiti.engine.api.internal.Internal; /** * Provides access to all the services that expose the BPM and workflow operations....

**问题描述** 我司现有原生语法写的微信小程序,近期需要升级新增页面,由于大小限制,我便使用了分包机制,我正在使用mpx写小程序的几个新加页面,并且将其编译文件生成的目录由原来的dist改到了另外一个小程序的分包路径下了,按照mpx的单文件形式进行了编译处理,生成的页面所引用的组件路径都是以 / 开头的(例如:/components/chat5bda63f4/lib/iview/input/index),但实际呢该组件存在的路径是 /我的分包名/components/chat5bda63f4/lib/iview/input/index 这样,我就要手动将分包下生成的components目录复制到 根路径下 或者 将生成的页面的包引用路径 手动更改为合适的位置;这样问题就来了,现有的小程序空间已经无法装下那些生成组件了,必须放到子包路径下,所以,第一种方法不可行,那么第二种方法,我就要不断的修改生成页面的组件引用路径,源码每次修改自动编译后都会重置,这显然是不现实的,希望大佬们可以增加配置项,将生成页面的组件引用路径可以改为相对路径的形式,这样,我在子包里使用框架生成的页面就毫无问题了。

processing

#### 问题描述 1. input输入框可以根据正则进行验证没问题,但是require必填验证失效。也就是input的输入框一开始没有任何输入时,其valid属性依旧是true,我解决的办法,将其isempty和valid一起判断,但是我觉得这样太麻烦了,希望可以得到改进。 2. 如果我表单有很多输入框,如何才能一下知道我整个表单的验证状态是否通过呢?我总不能一个一个都加ref吧,这样也太累了。希望可以有新的改进。

Have a look at the bean named po in FunctionConfiguration.class ```java @Bean public BeanFactoryPostProcessor po(Environment environment) { return new FunctionConfiguration.PollableSourceRegistrar(environment); } ``` I think this bean causes the instantiation of...

waiting-for-triage

### 需求/建议描述 使用openAI翻译时往往需要更多时间,但是插件貌似等待的时间很短,故频繁发生翻译超时的问题 ### 建议的解决方案 建议超时时长可以在插件配置中自己设置 ### 附加信息 _No response_

enhancement ✨

Just like `db.NewSelect().Model(entity)`, after specifying the Model, you can read the table name and alias information automatically. However, it is a bit difficult for Join because we need to hardcode...

## Description When using `find_also_linked`, it was found that the alias reference error in SQL caused PostgreSQL database to directly report an error of invalid SQL. ``` thread 'actix-server worker...

A-crud

### 版本 1.8.7 ### 转载链接 太简单,无需重现链接 ### 重现步骤 备注一下,文件是:uview-ui/libs/function/route.js ```js // 对外的方法名称 async route(options = {}, params = {}) { // 合并用户的配置和内部的默认配置 let mergeConfig = {} if (typeof options ===...

```ts { tag: "script", attrs: { type: "module", crossorigin: true, src: "app.config.js", }, injectTo: "head-prepend", } ``` 使用这种方法插入script标签不起作用,我不知道啥原因,求大佬解惑 环境:vite5.1.4 + vite-plugin-html:3.2.2 创建插件代码: ```ts createHtmlPlugin({ minify: false, entry: "src/main.ts", template: "index.html",...

When I saw that Alma supports the arm64 parallel vagrant box, I was very happy, so I started to experience it. Everything went smoothly, except for a problem with the...