lengmianshi

Results 8 issues of lengmianshi

springboot 1.5 + mapperV 3.4.0。调用Mapper接口(实际上是MyMapper接口,MyMapper接口继承Mapper接口)的insert时可能会出现上面的错误。大部分正常,但一旦报错就会循环报错。部分代码如下: ```java public class BaseService { @Autowired protected MyMapper mapper; /** * 保存一个实体,null的属性也会保存,不会使用数据库默认值 */ public int insert(T entity) { return mapper.insert(entity); } } ``` 调用处: ```java...

当跑2个进程时,日志报错: ![image](https://user-images.githubusercontent.com/18379086/74257163-6b773e80-4d2f-11ea-8058-79b34fc7d45a.png)

为什么关联查询中on的字段一定要被select呢?实际上on的查询条件未必用得上啊 com.alibaba.otter.canal.client.adapter.es.config.SchemaItem.TableItem#getRelationTableFields [image](https://user-images.githubusercontent.com/18379086/73663457-90890300-46d8-11ea-8c3b-94d2f2880054.png)

执行`get init` 报错: ClientException with SocketException: Connection refused (OS Error: Connection refused, errno = 61), address = pub.dev, port = 61253, uri=https://pub.dev/api/packages/get 想问下,如果修改get的镜像源,如改为https://pub.flutter-io.cn

模板: ![image](https://github.com/user-attachments/assets/8f01bda6-23f8-44f0-b264-2c7d4f41ddf0) 填充后: ![image](https://github.com/user-attachments/assets/b3a3c1a1-a3c7-44e0-b136-d1dd2c5d7d9f) 注意看,grid,CM,y是下标,填充后就不是下标样式了 版本: ```xml org.apache.poi poi 5.3.0 org.apache.poi poi-ooxml 5.3.0 org.apache.poi poi-ooxml-schemas 4.1.2 com.alibaba easyexcel 4.0.2 ```

bug

按照文档指引,已将库文件命名为`LibCommonAPI.sol` ![image](https://github.com/user-attachments/assets/24728e72-86db-4dee-ae9e-11dc2d6f9116) 但在在部署时报错: ![image](https://github.com/user-attachments/assets/d4337db1-3c1b-4b33-bad4-ddf1817bc16e)

写了一个测试的合约: ![image](https://github.com/user-attachments/assets/ff43254d-6cb9-4da4-81c9-b7322b7adbec) 部署时webase-node-manager报错: ![image](https://github.com/user-attachments/assets/a47e0677-045b-4633-81d0-55582e896e72) 其中webase-front服务没有异常