摘要:
import org.springframework.beans.factory.annotation.Value; @Value("${pay.public.key}") private String publicKey; spring帮你注入。 阅读全文
摘要:
StringWriter writer = new StringWriter(); new StringReader(xml) 如果是用URLConnection,记得要设置超时时间,要不然一直占用资源不结束。 con.setConnectTimeout(30000); con.setReadTim 阅读全文
摘要:
1. net.sf.oval.Validator(oval-1.84.jar) 验证 阅读全文