JAVA工作

##################  Applet  ##############################################

#   调用这两个Java Applet的HTML文档例子, 如imag.class对应的HTML文档可如下: 

#   

#   < html > 

#   < head > 

#   < title >Example < /title > 

#   < /head > 

#   < center > 

#   < applet code=imag.class width=550 height=250 > 

#   < /applet > 

#   < /center >

#   < /html >

##########################################################################

#################################################

#   case when exists (select count(1) .....

#   永远存在

#   

#   用

#   case when exists (select * 

#   判断有没有记录

#################################################

相关推荐