摘要:
int java.lang.String.compareTo(String anotherString) Compares two strings lexicographically(字典序; 按字典顺序;). The comparison is based on the Unicode value 阅读全文
摘要:
本地环境运行没问题,jar包部署到服务器上运行在服务器日志中有报错:初始化ComThread线程出错!Could not initialize class com.jacob.com.ComThread 初始化ComThread线程出错!null 方案一 :https://sourceforge.net/p/jacob-project/discussion/375946/thread/55b789... 阅读全文