同学的可爱女友糖糖

Results 12 comments of 同学的可爱女友糖糖

对我等强迫症来说 **排序 > 连接分组**

maven工程打开,打jar包还是不行,打出来一个65k的jar包和一个压缩包。 警告:`xxx is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.`

老司机,能上缓冲也慢,换一个吧

@David318 算好的了,我才4

@zhencaihao 老司机呀

> Jprotobuf-rpc-socket 只在test测试时会依赖spring web的,你那边还有更多的stacktrace吗? 这是全部的启动日志: ``` 2021-12-15 10:29:37.421 INFO 12176 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baidu.pbrpc.spring.conf.PbRPCConfiguration' of type [com.baidu.pbrpc.spring.conf.PbRPCConfiguration$$EnhancerBySpringCGLIB$$cfdc31e0] is not eligible for getting processed by all BeanPostProcessors (for...

> But this parses to the same timestamp, right I use `TimeUtil.fromInfluxDBTimeFormat(2022-05-24T01:12:23.56Z)`, the result is `1653354743056` :cry:

> Can you write a Unit test which demonstrates this BUG please **OutGzjLocation**: ```Java @Data public class OutGzjLocation { @TimeColumn @Column(name = "time") private String time; /** imgID */ @Column(name...

可以, 改下`driver-class-name`和`url` ``` spring: datasource: driver-class-name: com.taosdata.jdbc.rs.RestfulDriver url: jdbc:TAOS-RS://ip:6041/test?charset=UTF-8 username: root password: taosdata ``` 但是不知道为啥, url后面加上`batchfetch=true`会导致连接不上...搞了好久才发现这个原因...😢 > 服务端版本: 3.1.1.0 > taos-jdbcdrive版本: 3.2.11