只是小人物

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年9月3日

摘要: javapublic class ImageAction extends ActionSupport implements ServletResponseAware{ private static final String URL = "jdbc:mysql://localhost:3306/test?user=root&password=qweqwe1314&useUnicode=true"; private Connection conn = null; private PreparedStatement pstmt = null; private Re 阅读全文
posted @ 2012-09-03 17:19 只是小人物 阅读(929) 评论(0) 推荐(0) 编辑