摘要: 1:Navicat for oracle 连接数据库报错 Cannot create oci environment 解决:navicat 工具选项 将oci.dll 文件替换为oracle客户端bin目录下的oci.dll文件。 阅读全文
posted @ 2017-12-22 13:20 devilNC 阅读(93) 评论(0) 推荐(0) 编辑
摘要: public List<E> subList(int fromIndex, int toIndex) { return (this instanceof RandomAccess ? new RandomAccessSubList<>(this, fromIndex, toIndex) : new 阅读全文
posted @ 2017-10-20 18:12 devilNC 阅读(148) 评论(0) 推荐(0) 编辑