Giter Site home page Giter Site logo

elearning's Introduction

欢迎来到智库初始工程

jdk版本:jdk1.8

tomcat版本:8.5.37

IDE工具:IDEA

各类文件请放置至本工程如下位置:

前端页面:web/pages/front

后端页面: web/pages/admin

错误处理页面:web/pages/error

js: web/resources/js

css: web/resources/css

image: web/resources/images

文件上传储存: web/upload

Controller控制器: src/cn/java/controller/admin(front、exception)

Model模型: src/cn/java/entity

Service层接口: src/cn/java/sevice

Service层接口实现: src/cn/java/sevice/impl

Dao层: src/cn/java/mapper

filter: src/cn/java/filters

interceptors: src/cn/java/interceptors

定时器任务: src/cn/java/tasks

工具类: src/cn/java/utils

数据库xml映射文件: resource/mapper

其他尚待补充!

使用时需要手动修改的地方:

resource/jdbc.properties

1.将smartcool改成自己的数据库的名称

2.将root改成自己的超级用户名称

3.将1mysql改成自己的登录密码

4.如果你的url不是localhost:3306就把这个改成你自己的

可能需要改的地方

resource/springmvc.xml

配置文件上传:

1.最大上传的文件大小设置为了1MB,需要用再改

控制台中文乱码:

1.在Edit Configuration 的VM option加入:-Dfile.encoding=UTF-8(也许有用)

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.