tiger822

Results 6 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 :=...