Giter Club home page Giter Club logo

study's Introduction

study

学习资料与读书笔记

开发规范

  1. 接口中不需要 publicabstract 关键字
  2. 方法命名规则除小驼峰式命名外,还需遵循:
    1. 获取单个对象用 get 前缀
    2. 获取多个对象用 list 前缀
    3. 获取统计数量用 count 前缀
    4. 插入数据方法用 saveinsert 前缀
    5. 删除数据方法用 removedelete 前缀
    6. 更新数据方法用 update 前缀
  3. 领域模型命名规范:
    1. 数据对象:xxxDO,xxx为数据表名
    2. 数据传输对象:xxxDTO,xxx为业务领域名称
    3. 显示对象:xxxVO,xxx为页面名称

images

文件中所用到的图片

SpringFramework.md

框架的学习笔记,包括 Spring、Spring MVC、Spring Boot

page.md

前端框架

  • Vue3

study's People

Contributors

kangjieyu avatar

Watchers

 avatar

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.