tiger822

Results 10 issues of tiger822

[root@Centos7_1 rum-master]# make USE_PGXS=1 gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -We ndif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -f wrapv -fexcess-precision=standard -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fe xceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switch es -m64 -mtune=generic...

Raw sql: select * from stock_tbl st where commodity_code >='c002' order by commodity_code for update 我期望得到的分布sql: select * from stock_tbl st where commodity_code >='c002' order by commodity_code limit ? offset...

感觉参数里面少了context参数?

### 🧐 问题描述 | Problem description config.ts里面的locale没改过,但是菜单项和登录界面都是英文的 locale: { // default zh-CN default: 'zh-CN', antd: true, // default true, when it is true, will use `navigator.language` overwrite default baseNavigator: true,...

### 🧐 问题描述 | Problem description 之前做的是vue项目,加个sourcemap就好了,也以为ant design pro一样能行,但好像不能。 另外,是否有qq交流群? ![Snipaste_2024-03-11_17-37-23](https://github.com/ant-design/ant-design-pro/assets/15866529/38798127-f51b-474d-b9fc-341a11ad2a7a)

I modify the code to let the program quits when receipted 'quit' , but it's not working properly: ` procedure TWebSocketDemo.Execute(AContext: TIdContext); var io: TWebSocketIOHandlerHelper; msg: string; begin io :=...

postgres://postgres@localhost:5432/table_xxx/schema return : [ { "column_name": "id", "data_type": "character varying", "comment":"id field comment" }, { "column_name": "emp_id", "data_type": "character varying", "comment":"employee id" }, ... ]

enhancement

### Feature request type sample request ### Is your feature request related to a problem? Please describe 我用的是多个PaddleOcrAll一起跑,就出这个了。 ### Describe the solution you'd like 如果可以的话,支持并发是最好不过了。 ### Describe alternatives you've considered...

### 可复现的链接(必须为公开链接,仅包含能复现问题的示例代码): . ### 是否已准备好复现链接与示例代码? - [x] 我确定已准备好以上复现链接 ### 问题描述与截图: 创建antdv pro项目 https://docs.antdv-pro.com/guide/getting-started.html 然后pnpm add vxe-table 再pnpm dev 就会出现: Progress: resolved 1356, reused 1227, downloaded 5, added 9, done  WARN ...

bug

### 可复现的链接(必须为公开链接,仅包含能复现问题的示例代码): . ### 是否已准备好复现链接与示例代码? - [x] 我确定已准备好以上复现链接 ### 问题描述与截图: 我希望通过columns参数动态传入列定义而不是在table里面用vxe-column写死,但是发现columns没生效,控制台也没报错,简单例子如下: ` aaa import { ref } from 'vue' import type { VxeTableDefines } from 'vxe-table' // 行数据类型 interface RowData...

bug