摘要:
我们可以查看线程池的源码,然后查看到最顶端,Executor是一个接口,需要实现。 public interface Executor { /** * Executes the given command at some time in the future. The command * may e 阅读全文
摘要:
错误: ORA-01502: index <index_name> or partition of such index is in unusable state. 如果是index unusable ALTER INDEX <index_name> REBUILD; 如果是partition下in 阅读全文