摘要:
Web Service 是一种可以接收Internet或Internet上其它的系统传递过来的请求,轻量级的独立的通讯技术。 方式:通过SOAP在Web上提供的软件服务,使用WSDL文件进行说明,并通过UDDI进行注册。 转: http://blog.csdn.net/zhuizhuziwo/art 阅读全文
摘要:
1、 error the @annotation pointcut expression is only supported at Java 5 compliance level or above http://rongmayisheng.com/post/error-the-annotation- 阅读全文
摘要:
A类:PO private Long id; public Long getId() { return id; } public void setId(Long id) { this.id= id; } B类:VO private long id; public long getId() { ret 阅读全文