chenzw

Results 11 comments of chenzw

试了下,UPDATE语句解析报错:[syntax error] indices name must be set

``` UPDATE users set age = 10 where id =1 ``` 实际上,任何UPDATE语句都会报错~!

ElasticSql2DslParser elasticSql2DslParser = new ElasticSql2DslParser(); ElasticSqlParseResult result = elasticSql2DslParser.parse("UPDATE users set age = 10 where id =1"); result.getUpdateByQueryRequest(); // 返回内容update-by-query [users] updated with Script{type=inline, lang='painless', idOrCode='ctx._source.age=10;', options={}, params={}} result.getSearchRequest(); //...

@fareszr ``` version: '3.3' services: searx: image: hoellen/searx:master container_name: searx restart: unless-stopped networks: - searx environment: - BASE_URL="http://localhost" - IMAGE_PROXY=True #volumes: # - ./searx/settings.yml:/usr/local/searx/searx/settings.yml # enable custom settings.yml filtron: container_name:...

> > @fareszr > > ``` > > version: '3.3' > > > > services: > > searx: > > image: hoellen/searx:master > > container_name: searx > > restart: unless-stopped...

I try this, use toRGBA() first: ` const arrayBuffer = ...; const rgba8Img = UPNG.toRGBA8(UPNG.decode(arrayBuffer )); const a = UPNG.encode([rgba8Img], 300, 300, 0) ` result: ![image](https://user-images.githubusercontent.com/3916327/159691848-040dfea7-edd0-424d-ae9e-822bdffbf7cc.png) How to correctly convert...

![image](https://user-images.githubusercontent.com/3916327/159842908-ca6de9a0-a9d9-485a-93bb-b9695553e544.png) I use a 32.8kb image for testing, The compressed image size is 32.4kb, while tinypng can be compressed to 18.4kb. It seems that the compression effect on ordinary PNG...

> ``` this.sheet.data.rows.setStyle(0, { font: { italic: true, size: 50, name: "YaHei", bold: true } }); ``` I've set it like this, but it doesn't work!

I think setting the default width and height is a good idea. Once the width and height preview is not set, there will be problems. Setting the default width and...

I think setting the default width and height is a good idea. Once the width and height preview is not set, there will be problems. Setting the default width and...