记录一下问题,其实就是Jenkins执行的时候没有权限 [ERROR] Command execution failed. java.io.IOException: Cannot run program "/var/xxxx.sh" (in directory "/var/lib/jenkins/workspace/x…
业务上很不起眼的一个小问题,拿两个单号就行比较,值都是Long类型,就索性直接使用运算符比较了,后来发现判断失效,就写了一个简单的demo验证 如: public static void main(String[] args) { Long a = 1687380615805579265L; Long b = 1687380615805579265…