javaÁ¬½Ómysql±»¾Ü¾ø
ÎÒÔÚ³ÌÐòÀïÃæÐ´ÁËÒ»¸ö¼àÌýÆ÷£¬TomcatÆô¶¯µÄʱºò¾Í»áÈ¥¼ì²âÊý¾Ý¿âÊÇ·ñÁ¬½ÓÉÏÁË£¬µ«ÊDZ¨ÁË´í
Access denied for user 'root'@'localhost' (using password: YES)
·ÃÎʱ»¾Ü¾ø£¬ÔõÑùÐ޸ķÃÎÊÓû§µÄȨÏÞ°¡£¬ÎÒÓÃroot²»¿ÉÒÔ£¬Ð½¨Ò»¸öÓû§Ò²²»¿ÉÒÔ
Ó¦¸ÃÊÇrootûÓÐÔ¶³ÌÁ¬½ÓµÄȨÏÞ¡£Äã¿´ÏÂ
use mysql
select Host,User,Password from user;
¿´¿´½á¹û¾ÍÖªµÀÁË¡£
ÄÇÔõôÐ޸İ¡ ÎÒÏÖÔÚµÄÁ¬½Ó×Ö·û´®ÊDZ¾»ú
jdbc.master.url=jdbc:mysql://localhost:3306/ytga?zeroDateTimeBehavior=convertToNull
jdbc.master.username=root
jdbc.master.password=mysql
ʹÓñ¾»úµÄIPÒ²²»¿ÉÒÔ
jdbc.master.url=jdbc:mysql://192.168.0.203:3306/ytga?zeroDateTimeBehavior=convertToNull
jdbc.master.username=root
jdbc.master.password=mysql
ÎҵķÃÎʵÄÊDZ¾»úµÄmysqlÊý¾Ý¿â
Ô¶³ÌÁ¬½ÓÊý¾Ý¿âûÕâôÂé·³°É£¬ÒÔǰÁ¬½Ósql2000Ö±½ÓÀ´¸öip¾ÍÁ¬ÁË£¬
²»ÖªµÀΪʲô£¬Â·¹ý°ï¶¥¡£
2009-09-15 10:19:05,937 ERROR [org.hibernate.util.JDBCExceptionReporter] - <Cannot create PoolableConnectionFactory (Access denied for user 'ghb'@'web.rambo.lan' (using password: YES))>2009-09-15 10:19:13,171 INFO [org.quartz.simpl.SimpleThreadPool] - <Job execution threads will use class loader of thread: main>
2009-09-15 10:19:13,234 INFO [org.quartz.core.QuartzScheduler] - <Quartz Scheduler v.1.6.0 created.>
2009-09-15 10:19:13,234 INFO [org.quartz.simpl.RAMJobStore] -
Ïà¹ØÎÊ´ð£º
²»ÖªµÀÊÇʲôÔÒò£¬ÎÒ¸ÃÈçºÎ´¦Àí£¬Çë´óϺÃÇÖ¸½ÌÁË£¬Ð¡µÜÔÚ´Ëл¹ý¡£¡£¡£¡£
´íÎóÐÅÏ¢ÈçÏ£º
The program being debugged was signaled while in a function called from GDB.
GDB has restored the context t ......
²éAPI£¬¿´µ½FeatrueFactoryÓÐÕâ¸ö·½·¨
public Feature createPolyLine(double[][] thePoints,
R ......
ÎÒÏëʹÓÃLuceneµÄ´úÂ룬·¢ÏÖÒªimportÒ»ÅúÎļþ£º
============
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.document.Document;
¡¡¡¡¡¡
===== ......
´ó¼ÒºÃ£¬ÎÒÃǽüÆÚÕÐÆ¸È«Ö°¡¢¼æÖ°¿ª·¢¹¤³Ìʦ£¬È«Ö°¹¤³Ìʦ¹¤×÷µØµãÖ÷ÒªÊÇÉîÛÚ£¬¼æÖ°¹¤³Ìʦ±¾ÈË¿ÉÔÚÉîÛÚ£¬Ò²¿ÉÒÔÔÚÒìµØÍ¨¹ýÔ¶³ÌÐͬ¿ª·¢µÄ·½Ê½¿ªÕ¹¹¤×÷£¬ºÏ×÷·½Ê½¿É¹²Í¬É̶¨¡£
ְλE601£ºJava ¹¤³Ìʦ£¨Web ¿ ......