摘要:
有一个供应商表结构如下: create table tb_vender( id number(4,0) not null primary key, vendername nvarchar2(20) not null, part nvarchar2(20) not null) 充值数据: insert 阅读全文
摘要:
Java程序有时会被打到jar包里执行,同时src/main/resources里一些配置文件也会被打进去。 比如,src/main/resources下有一个box目录,里面有几个json文件,用maven制作jar包会被一同打进jar里,如果Java程序需要访问,可以采用以下方法: final 阅读全文
摘要:
用system/pswd登陆sql plus,执行下面命令: 请输入用户名: system 输入口令: 连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production With the Partiti 阅读全文