CHUAI

博客园 首页 新随笔 联系 订阅 管理

2017年12月19日 #

摘要: $('#selectAreaFile').on('change',function(e){//用户区域的文件选择 var files=e.target.files; if (files.length) { var file = files[0]; var reader = new FileReade 阅读全文
posted @ 2017-12-19 11:06 chuai 阅读(1733) 评论(0) 推荐(0) 编辑

2017年2月24日 #

摘要: 1、方法一 (1)js var html=""; html+="<a href=\"#\" onclick=\check('"+id+"');\">点击</a>"; function check(check_id){ window.location.href="${contextPath}/chec 阅读全文
posted @ 2017-02-24 17:14 chuai 阅读(427) 评论(0) 推荐(0) 编辑

2017年2月5日 #

摘要: <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%><%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %><%@ taglib prefix 阅读全文
posted @ 2017-02-05 18:12 chuai 阅读(239) 评论(0) 推荐(0) 编辑

摘要: import org.apache.log4j.Logger;import org.springframework.beans.factory.BeanFactory;import org.springframework.beans.factory.annotation.Autowired;impo 阅读全文
posted @ 2017-02-05 15:53 chuai 阅读(275) 评论(0) 推荐(0) 编辑