½á¹û±¨´íÁË: Reloading context [/sampletest] 2010-5-15 11:16:51 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc ÑÏÖØ: A web application registered the JBDC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. ÇëÎÊÕâÊÇʲô´í£¿ÊÇÓÉÓÚÓÃmysqlͬһÓû§ÃûÔÚ²»Í¬µÄ¿Í»§¶ËµÇ½Ôì³ÉÁ˳åÍ»Âð£¿ÑÏÖØ: A web application registered the JBDC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
sp ³ÌÐò delimiter // create procedure ma() begin declare i int default 0; while i<11 do set i=i+1; select i; end while; end // delimiter ; 1+2+...+9+10 ΪʲôÕâ¸ö³ÌÐòÎÞ·¨ÊµÏÖÀÛ¼ÓЧ¹û / ......