04 2017 档案
摘要:jQuery控制和操作select详解<select id="test"><option value="1">选项一<option><option value="2">选项一<option> ...<option value="n">选项N<option></select>所谓jQuery操作“se
阅读全文
摘要:web.xml 1 <?xml version="1.0" encoding="UTF-8"?> 2 <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-i
阅读全文
摘要:1 2 4 5 6 7 8 9 10 11 12 13 14 ...
阅读全文
摘要:mybatis.xml 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" 3 "http://mybatis.org/dtd/
阅读全文
摘要:web.xml struts.xml 1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <!DOCTYPE struts PUBLIC 4 "-//Apache Software Foundation//DTD Struts Configuration 2.3
阅读全文
摘要:web.xml 1 <?xml version="1.0" encoding="UTF-8"?> 2 <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-i
阅读全文
摘要:hibernate.cfg.xml User.hbm.xml
阅读全文