摘要:
select s#,sn from s where s# in (select s# from sc,c where sc.c#=c.c# and cn='java技术'); select s.s#,s.sn from s,sc where w.s#=sc.s# and sc.c#='c2'; se 阅读全文
posted @ 2016-03-30 01:12
caozengling
阅读(181)
评论(0)
推荐(0)
摘要:
Struts 2是在WebWork2基础发展而来的。 注意:struts 2和struts 1在代码风格上几乎不一样。 Struts 2 相比Struts 1的优点: 1、在软件设计上Struts 2 没有像Struts 1那样跟Servlet API 和 struts API 有着紧密的耦合。 S 阅读全文
posted @ 2016-03-30 00:59
caozengling
阅读(184)
评论(0)
推荐(0)