Code Monkey home page Code Monkey logo

picker's Introduction

#Picker Picker是一个基于实体书的知识分享平台。在Picker上,您可以自由地分享阅读过程中的心得体会,可以发布自己的疑问,也可以回答他人提出的精彩问题,展示自己博学多才的一面。使用Picker,可以使您获得一个愉快的阅读体验!

Picker的后台使用Spring MVC+hibernate+mysql,实现添加书籍,提问、做笔记,上传附件、照片,关注用户、关注问题,私信、好友动态,好友圈等功能。

下面是功能交互图:

#package介绍 Controller层
    .controller: 提供了返回@ResponseBody的url,web端的动态渲染使用。
    .controller.rest(RESTful): 提供了返回Json格式的url,安卓端和web端的ajax使用。
Service层
    .service: Service层对外接口
    .service.impl: 对应Service层对外接口的实现
    .service.support.comment: 生成Answer的CommentDisplay和Feed的CommentDisplay
    .service.support.feed: 生成FeedDisplay(分为NoteDisplay和QuestionDisplay)
Dao层
    .dao: Dao层的对外接口
    .dao.impl(implement): 对应Dao层对外接口的实现
    .dao.interfaces: 根据Dao层的几个类共有的特点,抽出的接口(interface)
        BaseDao: 封装了基本的Dao操作
        NumOperationDao: 该Dao类含有数字操作
        OperationValidation: 该Dao类含有验证合法性的操作
        RageRelatedOperation: 该Dao类含有页码相关操作
        SearchOperation: 该Dao类含有搜索操作
Model层
    .model: model层(bean层)
    .model.display: 为web端(安卓端)显示需要而创建的model,比如说一条提问显示的时候不仅需要提问自身的东西,还需要提问者的名字和头像
    .model.form: web端(安卓端)提交(POST方法)时使用
    .model.interfaces: 根据model层的几个类共有的特点,抽出的接口(interface)
        isFavorite: 该model能被点赞
        isFollow: 该mode能被关注
        SeachModel: 该model应可以被搜索
    .model.json: web端传Json使用
其他
    .common: 使用的常量内容
    .utils: 一些工具类

#页面介绍 登陆\注册页面

动态页面:显示您关注的好友的最新动态

搜索页面:可以搜索书籍、问题、笔记、附件、用户

个人主页

个人主页-发表的笔记

书籍页面

提问题\写笔记\上传附件

私信页面

picker's People

Contributors

didihe1988 avatar

Stargazers

Frank avatar Jinmian Ye avatar Allen_3 avatar

Watchers

 avatar

Forkers

wgf8088

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.