HelloWood

Results 10 comments of HelloWood

- table create sql ```sql CREATE TABLE taobao_trade_info ( id INT(11) NOT NULL AUTO_INCREMENT, trade_id VARCHAR(100) DEFAULT NULL COMMENT '淘宝交易号', tb_trade_full_info JSON DEFAULT NULL COMMENT '订单详情json', order_info_id INT(11) DEFAULT NULL...

> the retry feature , i think it's easy to reuse the spring-retry module. @freezingWu Could you please provide a sample of spring-retry?

Actually, grpc-java support retry from 1.20.0, so there need a entrance config to open it. Please reference [RetryingHelloWorldClient](https://github.com/grpc/grpc-java/blob/master/examples/src/main/java/io/grpc/examples/retrying/RetryingHelloWorldClient.java#L74)

> Hi everyone, I want to enable grpc-retry. Unfortunately, I'm having problems. Do you have an example to share (with net.devh and spring boot)? > > Here you will find...

- 微服务框架支持 建议加入 SpringCloud - 分库分表支持 建议合并到ORM框架 - 数据源支持 建议加入 Hikari

> If your goal is to forward a metric from another metric source, you'll need to implement a `Collector` that collects the metrics from that metric source and returns it...

Does that impossible to fix this error? Just like 💩!

I used python 3.8.19 and installed by this: ```bash pip install https://github.com/google-coral/pycoral/releases/download/v2.0.0/pycoral-2.0.0-cp38-cp38-linux_x86_64.whl pip install https://github.com/google-coral/pycoral/releases/download/v2.0.0/tflite_runtime-2.5.0.post1-cp38-cp38-linux_x86_64.whl ``` Dependency for different platform and python version could be found in [https://github.com/google-coral/pycoral/releases](https://github.com/google-coral/pycoral/releases)

@ReveriePeony 很久没有更新了,帮忙提个PR吧