RogerChen  
日历
<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011
统计
  • 随笔 - 3
  • 文章 - 0
  • 评论 - 3
  • 引用 - 0

导航

常用链接

留言簿(1)

随笔档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜

 

2006年12月26日

大家好!请教关于MYSQL的问题!
    在机器中已经安装了MYSQL5,而且服务器端已经启动.执行以下程序片断时,始终无法取得CONNECTION,请此方面的朋友指点一二,谢谢了.
    程序片断:
    private String dbUrl = "jdbc:mysql://localhost:3306/ExampleDB";
    private String dbUser = "user";
    private String dbPwd = "password";

    try
    {
          Class.forName("com.mysql.jdbc.Driver");
         
          Connection con = DriverManager.getConnection(dbUrl, dbUser, dbPwd);
          //程序在此出错,无法得到Connection

          ................................

    }
    catch (.................)
    {
         .....................
    }
    finally
    {
            ..................
    }

posted @ 2006-12-26 13:11 Ancinet 阅读(217) | 评论 (0)编辑 收藏

2006年12月3日

各位朋友,想寻求一个JBOSS4.0的工具软件,请问谁可以提供?谢谢大家.
posted @ 2006-12-03 21:56 Ancinet 阅读(263) | 评论 (2)编辑 收藏

2006年11月26日

各位朋友,最近手动布署EJB时,始终无法通过.请精通此道的朋友帮助.理顺一下布署时的关系与注意事项.感谢各位.
posted @ 2006-11-26 14:21 Ancinet 阅读(286) | 评论 (1)编辑 收藏
 
Copyright © Ancinet Powered by: 博客园 模板提供:沪江博客