摘要:
1.Cannot create my.entity.Employee: my.entity.Employee Query: select * from (select R.*,rownum RN from (select * from employee order by id) R) where R 阅读全文
摘要:
1、java.sql.SQLException: The Network Adapter could not establish the connection 原因: 1)oracle服务未启动:OracleServiceORCL,OracleOraDb11g_home1TNSListener服务和 阅读全文
摘要:
System 系统类: 主要用于获取系统的属性数据。 System类常用的方法: arraycopy(Object src, int srcPos, Object dest, int destPos, int length) 一般 src - 源数组。 srcPos - 源数组中的起始位置。 des 阅读全文