
easyui中树及增删该查的项目
文章平均质量分 74
Raya_L
这个作者很懒,什么都没留下…
展开
-
Dept(entity)
package cn.et.food.entity;public class Dept { /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column dept.id * * @mbg.gen原创 2017-12-16 15:31:42 · 429 阅读 · 0 评论 -
web.xml(WEB-INF)
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com原创 2017-12-18 17:06:00 · 420 阅读 · 0 评论 -
springmvc.xml(WEB-INF)
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:context="http://www.springf原创 2017-12-18 17:03:25 · 297 阅读 · 0 评论 -
spring.xml
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:context="http://www.springf原创 2017-12-18 17:01:58 · 233 阅读 · 0 评论 -
crud.html
crud.html --> body{ font-size:14px; } $.fn.datebox.defaults.formatter = function(date){ var y = date.getFullYear(); var m = date.ge原创 2017-12-18 17:00:24 · 490 阅读 · 0 评论 -
EPageTools (tools)
package cn.et.food.Tools;import java.util.List;import cn.et.food.entity.Emp;import cn.et.food.entity.Student;public class EPageTools { /** * 构造方法 * @param curPage 页面传来的当前页数 * @param page原创 2017-12-18 16:59:23 · 330 阅读 · 0 评论 -
DeptService (service.impl)
package cn.et.food.service.impl;import java.util.ArrayList;import java.util.List;import org.apache.ibatis.session.RowBounds;import org.springframework.beans.factory.annotation.Autowired;import原创 2017-12-18 16:58:09 · 611 阅读 · 0 评论 -
DeptService (service接口)
package cn.et.food.service;import java.util.List;import cn.et.food.Tools.EPageTools;import cn.et.food.entity.Emp;import cn.et.food.entity.TreeNode;public interface DeptService { /* (non-Java原创 2017-12-16 15:37:33 · 752 阅读 · 0 评论 -
EmpExample (entity)
package cn.et.food.entity;import java.util.ArrayList;import java.util.List;public class EmpExample { /** * This field was generated by MyBatis Generator. * This field corresponds to原创 2017-12-16 15:36:14 · 474 阅读 · 0 评论 -
Emp(entity)
package cn.et.food.entity;public class Emp { /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column emp.id * * @mbg.gener原创 2017-12-16 15:35:27 · 504 阅读 · 0 评论 -
DeptExample(entity)
package cn.et.food.entity;import java.util.ArrayList;import java.util.List;public class DeptExample { /** * This field was generated by MyBatis Generator. * This field corresponds t原创 2017-12-16 15:34:35 · 441 阅读 · 0 评论 -
DeptController(controller)
package cn.et.food.controller;import java.util.List;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Controller;import org.springframework.web.原创 2017-12-16 15:24:20 · 457 阅读 · 0 评论 -
DeptMapper(dao)
package cn.et.food.dao;import java.util.List;import org.apache.ibatis.annotations.Delete;import org.apache.ibatis.annotations.DeleteProvider;import org.apache.ibatis.annotations.Insert;import o原创 2017-12-16 15:25:50 · 422 阅读 · 0 评论 -
DeptSqlProvider(dao)
package cn.et.food.dao;import java.util.List;import java.util.Map;import org.apache.ibatis.jdbc.SQL;import cn.et.food.entity.Dept;import cn.et.food.entity.DeptExample;import cn.et.food.entity原创 2017-12-16 15:28:22 · 412 阅读 · 0 评论 -
EmpMapper(dao)
package cn.et.food.dao;import java.util.List;import org.apache.ibatis.annotations.Delete;import org.apache.ibatis.annotations.DeleteProvider;import org.apache.ibatis.annotations.Insert;import o原创 2017-12-16 15:29:15 · 423 阅读 · 0 评论 -
pox.xml
4.0.0 EasyUi EasyUi 0.0.1-SNAPSHOT war org.springframework spring-tx 4.2.0.RELEASE org.springframework spring-aop 4.2.0.RELEA原创 2017-12-18 17:21:59 · 414 阅读 · 0 评论