pojo:
Order
public class Order implements java.io.Serializable {
private int id; //订单自动编号
private int orderId;
private String goodsname; //商品名
private int goodsid; //商品ID
private int count; //购买的数量
private Float price; //单价
}
Orders:
public class Orders implements ...
最近由struts1.x 转学struts2,发现变化好大,一个简单的demo都搞不定,
tomcat 访问 出现:The requested resource (/UploadSample/) is not available,,,
struts.xml配置:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://stru ...







评论排行榜