LOGO Automatic identification technology research
摘要: package com.hospital.dao.tools;import java.sql.CallableStatement;import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement;import java.sql.ResultSet;import java.sql.ResultSetMetaData;import java.sql.SQLException;import java.sql.Statement;import java.sql.Types;import 阅读全文
posted @ 2012-02-06 00:23 小炒肉、 阅读(2724) 评论(0) 推荐(0)