栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

基于javaweb+jsp的勤工助学信息管理系统

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

基于javaweb+jsp的勤工助学信息管理系统

基于javaweb+jsp的勤工助学信息管理系统

JavaWeb JavaBean JSP MVC MySQL Tomcat Javascript idea eclipse MyEclipse Servlet SSM Maven …

部分代码实现JSP

    
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>



    
    岗位详情
    



        }
        if (document.getElementById("gwCount").value.trim().length == 0) {
            alert("名额不能为空!");
            return false;
        }
        if (document.getElementById("gwXin").value.trim().length == 0) {
            alert("月薪不能为空!");
            return false;
        }
        if (document.getElementById("gwDate").value.trim().length == 0) {
            alert("工作时间不能为空!");
            return false;
        }
        return true;
    }



<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
            
岗位名称:
岗位描述:
所属部门:
名额:
工作时间:
岗位状态:    生效中        已暂停    
备注:



           
            
                工作时间:${vo.gwDate}
            
            
                岗位状态:
                    ${vo.gwStatus}
                
            
            
                备注:${vo.gwText}
            
        
        
        岗位详情
        


<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>



    
    修改岗位
    



            
        
        
岗位名称:${vo.gwName}
岗位描述:${vo.gwMiao}
所属部门:${vo.gwDept}
名额:${vo.gwCount}
月薪:${vo.gwXin} 岗位名称 岗位描述 所属部门 名额 月薪 工作时间 岗位状态 操作
                
岗位名称:
岗位描述:
所属部门:
名额:
月薪:
工作时间:
岗位状态:    生效中        已暂停    
备注:

        window.location.href = "gangweiList?searchColumn="+document.getElementById("searchColumn").value+"&keyword=" + document.getElementById("search_keyword").value;
    }

                ${vo.gwMiao}
                ${vo.gwDept}
                ${vo.gwCount}
                ${vo.gwXin}
                ${vo.gwDate}
                ${vo.gwStatus}
                
                     
                     
                    
                
            
        
        
    
    




<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>



    
    添加岗位
    







<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>



    
    岗位管理