资源简介

基于ssm框架下开发的个人博客 数据库采用mysql 项目完整可运行

资源截图

代码片段和文件信息

package com.blog.dao;

import com.blog.domain.Admin;
import org.springframework.stereotype.Repository;

@Repository
public interface AdminDao {
    int deleteByPrimaryKey(Integer id);

    int insert(Admin record);

    int insertSelective(Admin record);

    Admin selectByPrimaryKey(Integer id);

    int updateByPrimaryKeySelective(Admin record);

    int updateByPrimaryKey(Admin record);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-10-11 14:40  Blog-System\
     目录           0  2018-10-11 14:40  Blog-System\.git\
     文件          23  2018-10-11 14:40  Blog-System\.git\HEAD
     文件         303  2018-10-11 14:40  Blog-System\.git\config
     文件          73  2018-10-11 14:40  Blog-System\.git\description
     目录           0  2018-10-11 14:40  Blog-System\.git\hooks\
     文件         478  2018-10-11 14:40  Blog-System\.git\hooks\applypatch-msg.sample
     文件         896  2018-10-11 14:40  Blog-System\.git\hooks\commit-msg.sample
     文件        3505  2018-10-11 14:40  Blog-System\.git\hooks\fsmonitor-watchman.sample
     文件         189  2018-10-11 14:40  Blog-System\.git\hooks\post-update.sample
     文件         424  2018-10-11 14:40  Blog-System\.git\hooks\pre-applypatch.sample
     文件        1642  2018-10-11 14:40  Blog-System\.git\hooks\pre-commit.sample
     文件        1348  2018-10-11 14:40  Blog-System\.git\hooks\pre-push.sample
     文件        4898  2018-10-11 14:40  Blog-System\.git\hooks\pre-rebase.sample
     文件         544  2018-10-11 14:40  Blog-System\.git\hooks\pre-receive.sample
     文件        1492  2018-10-11 14:40  Blog-System\.git\hooks\prepare-commit-msg.sample
     文件        3610  2018-10-11 14:40  Blog-System\.git\hooks\update.sample
     文件       10479  2018-10-11 14:40  Blog-System\.git\index
     目录           0  2018-10-11 14:40  Blog-System\.git\info\
     文件         240  2018-10-11 14:40  Blog-System\.git\info\exclude
     目录           0  2018-10-11 14:40  Blog-System\.git\logs\
     文件         178  2018-10-11 14:40  Blog-System\.git\logs\HEAD
     目录           0  2018-10-11 14:40  Blog-System\.git\logs\refs\
     目录           0  2018-10-11 14:40  Blog-System\.git\logs\refs\heads\
     文件         178  2018-10-11 14:40  Blog-System\.git\logs\refs\heads\master
     目录           0  2018-10-11 14:40  Blog-System\.git\logs\refs\remotes\
     目录           0  2018-10-11 14:40  Blog-System\.git\logs\refs\remotes\origin\
     文件         178  2018-10-11 14:40  Blog-System\.git\logs\refs\remotes\origin\HEAD
     目录           0  2018-10-11 14:39  Blog-System\.git\objects\
     目录           0  2018-10-11 14:42  Blog-System\.git\objects\info\
     目录           0  2018-10-11 14:40  Blog-System\.git\objects\pack\
............此处省略169个文件信息

评论

共有 条评论