GithubHelp home page GithubHelp logo

guoyu07 / aviationmanager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lushtree-cn-honeyzhao/aviationmanager

0.0 0.0 0.0 98.11 MB

机票销售管理系统

License: MIT License

Java 29.34% CSS 11.06% HTML 5.15% JavaScript 54.46%

aviationmanager's Introduction

AviationManager[机票销售管理系统]

一级经销商将机票转销给二级经销商 之间的过程 流程处理

#部署说明# ##1) 目录 /resources 配置文件目录
/core 共用核心源代码
/src应用源代码
/codegen 代码生成器
/test 单元测试目录
/doc 一些帮助文档 以及核心包api文档
/WebRoot jsp等页面文件夹
注:resources、src、core、WebRoot是项目必须导入的目录。如果没有core目录,那么一般WebRoot\WEB-INF\lib目录下一般会包含AviationManagerSystem_core_.jar这个文件也是可以的,
对应的源代码放置于doc目录下(AviationManagerSystem_core _
_resource.jar)
##2) 部署说明 a)安装基础环境:数据库、IDE(Intellij IDEA、Eclipse等)、JDK6、Tomcat6
b)新建数据库(UTF-8编码),导入数据库脚本,脚本在/resources/data/目录之下,一般可以使用Navicat等数据库客户端工具直接导入。
c)Eclipse可以新建一个动态的web工程、复制resources、src、core三个文件夹到工程根目录, WebRoot下的所有文件到jsp目录之下(eclipse默认应该是WebContent目录),
在工程的属性配置中需要把resources、core加入为源代码目录(注:eclipse默认生成的只有src为源代码目录)。
Intellij IDEA可以通过向导的方式直接导入,比较智能,很方便使用,具体的就不介绍了。
d)部署到Tomcat。

##3) 环境要求 运行环境:JDK1.6 Tomcat6
数据库:MySQL5.1 Oracle10G
(/resources/data/ 目录下有相关脚本 建议使用Navicat导入)
dmp导入(表空间名:AviationManagerSystem_data 临时表空间:AviationManagerSystem_temp)

##4) 主要技术 ###后台: Struts2.3.16.1
Spring3.1.14
Hibernate3.6.10
Jackson2.2.0
EhCache
Hibernate validator4.3.1(后台校验框架,基于BO注解)
###前台: jQuery1.10.2
jQuery EasyUI1.3.5(前台ui组件)

aviationmanager's People

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.