摘要:
beans.xml:<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocatio 阅读全文
posted @ 2012-07-29 17:17
xzf007
阅读(138)
评论(0)
推荐(0)
摘要:
package blog.service.impl; import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import java.util.Set; import blog.dao.PersonDao;
import blog.service.PersonService; public class PersonServiceBean ... 阅读全文
posted @ 2012-07-29 16:45
xzf007
阅读(135)
评论(0)
推荐(0)