Code Monkey home page Code Monkey logo

jyoa's Introduction

1.简单介绍

项目主要提供办公系统的开发人员提供一套带有内容管理,权限管理,用户管理,流程管理的完整开发平台,以及提供部分解决方案。

选用的技术框架基本都是简单易上手的,方便自己用来做办公类项目,以及其他类型小项目都会比较方便。

除弹层以外没有使用任何iframe(使用pJax),不必纠结各种跨iframe传参数问题等其他问题,但是需要注意外层页面对内层子页面样式的影响。

2.数据库问题

·MySql请使用5.6或以上版本。

·导入sql文件如果报视图的错误,请修改sql文件最后几个语句,建立视图的sql调换下先后顺序(由于mysql低版本建立视图不能嵌套,只能拆分成多个视图,自动导出的sql,视图先后顺序是按照字母排序的部分版本会导入失败)。或者删除最后面建立视图的sql,单独运行视图部分的sql。

·如果是act开头的表导入失败,请,删除所有act的表建立。ActivitiPlugin.java类,修改52行和53行代码(有注释)。重新运行项目,会自动建立activiti所需要的表。不过初始化的流程和模型信息将没有,部分业务功能不能使用。

3.运行问题

·使用eclipse。配置run configurations-maven-使用jetty:run或者tomcat:run或者tomcat7:run命令。点击运行。 ·使用idea。注意配置context上下文。默认项目名为空。

4.展示

http://121.43.188.5:6066/JYOA admin/nfwyASD123

jyoa's People

Contributors

rroks 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.