摘要:
报错: fatal: unable to access 'https://github.com/eclipse/paho.mqtt.c.git/': gnutls_handshake() failed: Error in the pull function. fatal: unable to acc 阅读全文
摘要:
1、连接客户端时报错:MinIO API responded with message=No path allowed in endpoint MinioClient minioClient = new MinioClient("http://XXXX:9000", accessKey:"Q3AM3 阅读全文
摘要:
1、单表千万级数据量 子查询 where in 要比 where exists 快(亲测查询时间差了100倍) 2、需要对datetime类型进行group by时(众所周知,函数不走索引),把日期的值拆分,比如要按日进行分组,拆分成 年、月、日字段,类型分别用smallint、tinyint、ti 阅读全文
摘要:
1、服务调用 Service invocation InvokeMethodAsync方法,如果带请求参数,那么请求参数的泛型必须是对象,如 (stateKeyName为字符串) var data = await _daprClient.InvokeMethodAsync<object, Produ 阅读全文