zllr
zllr
> 对的,麻烦的要死。。。。。为什么不采用标准的 JNA 接口来加载,总是为难开发人员,维护升级也是要命。。 官方一直不管,我现在都是改源码,把上述的 ```java static { System.loadLibrary("taos"); } ``` 去掉重新打个fix包自己用
我 #69 建议的目的是为了 使用方开发者 能将taos-jdbc跟动态库同时打到一个jar包内使用,无需运维方额外在服务器放置taos client环境。 所以我去除源码加载动态库逻辑的目的只是为了后续我自己能自由加载动态库,不是官方应合理的做法。 建议中`如果识别动态库已经载入jvm`是很关键的一步判断,如何能做到这个判断就可以不加载而把加载权力下放给 使用方,如果做不到这个判断目前我认为最好的方法是官方提供各个版本内置动态库的jdbc
*This response is machine translation, please understand* Hi,I also encountered this problem. I found that the output of my computer's `efibootmgr --verbose` command was different from the project examples: ####...
> Hi @lrzl and thank you for you input. > > Are you in a position to verify if a combined test statement works on your system? Something like this:...