
SpringMVC
文章平均质量分 82
JackMaster_xh
我偶尔也有颓废,但从来不装样子。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
图片上传
步骤一:导入文件上传工具类(上传路径需要修改)package com.nine.util;import org.springframework.web.multipart.MultipartFile;import javax.servlet.http.HttpServletRequest;import java.io.File;import java.io.FileOutputSt原创 2017-09-20 09:58:03 · 660 阅读 · 0 评论 -
Email_demo
步骤一:package com.bw.pojo;public class MyEmail { private static MyEmail email; private String host = "smtp.163.com"; // 发送方邮箱host private String from = "17600246280@163.com"; // 发送方原创 2017-09-21 20:11:23 · 785 阅读 · 0 评论 -
redis_port
Death is so terribly final, while life is full of possibilities.package com.nine.service.impl;import com.nine.cache.RedisPool;import com.nine.dao.InformHuDao;import com.nine.pojo.*;import com.n原创 2017-09-21 20:31:19 · 879 阅读 · 0 评论 -
动态联动_Port
With the most true of yourself,can you meet the most suitable one. <%-- Created by IntelliJ IDEA. User: Administrator Date: 2017/9/3/003 Time: 19:31 To change this template use File |原创 2017-09-21 23:06:46 · 583 阅读 · 0 评论 -
ajax传值
1.规范 $(function () { var flag=false; var flag1=false; $("#houseNum").blur(function() { $("#s1").empty(); houseNum=$(thi原创 2017-10-21 07:50:59 · 655 阅读 · 0 评论 -
房地产项目
1.学习使用SQL的语句<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> select * from t_person where person_name=#{personName原创 2017-10-26 11:52:00 · 593 阅读 · 0 评论 -
分页的使用
1.添加页面的规范使用<%-- Created by IntelliJ IDEA. User: zhangxiaohu Date: 2017/8/11 Time: 10:39 To change this template use File | Settings | File Templates.--%><% String path = request.原创 2017-10-26 12:01:17 · 534 阅读 · 0 评论