Context cntxt = new InitialContext(); 
  DataSource ds = (DataSource) cntxt.lookup("jdbc/dpt");   这句话到底什么意思?  目的是什么jndi有什么用  = =