① 编写class 实现DataSource 接口② 在class构造器一次性创建10个连接,将连接保存LinkedList中③ 实现getConnection 从 LinkedList中返回一个连接④ 提供将连接放回连接池中方法