Giter Club home page Giter Club logo

ph2_studmanage's Introduction

This is the StudManagement Project for Ph2 in KR.

As for more details, you can see the documents.

And giving thanks to Robert Pickering's blog
http://strangelights.com/blog/archive/2013/05/20/using-the-android-gridview-as-a-datagrid.aspx

/////////////////////////////////////////////////////////////////

学校管理系统是在KR学习期间,为巩固第二阶段所学知识,由授课教师提出,学生需按既定时间完成的项目。

该系统是对第一阶段二叉树版学生管理系统的升级,采用数据库进行数据的管理。为减少各模块间的耦合,采用三层结构进行设计。

定义
DataBase <---> Server <---> M Server <---> Client

其中,
DataBase: 相关数据存储,这里一般指SQL Server
Server   : 与DataBase交互,操控数据处理,回传数据给M Server
M Server : 逻辑层,根据传入的UI数据,构造相关SQL 语句,传给Server,
           也可进行数据安全性处理。
Client   : Window或者Android客户端


目标
结合数据库,实现网络版的学校信息管理系统,包括:
1)对学生、老师、课程、班级的管理

       正确梳理数据关系,建立相关数据库

2)分层设计,各司其职,减小修改所带来的影响

       SQL Server <-----> Server <----> M Server (Logic) <---->Client (UI)

3)利用本地缓存,实现高效的查询效果

      借助修改时间,两次修改之间的查询数据进行本地缓存。

4)利用连接池,重用数据库连接,处理Server向SQL Server频繁的、短时的操作

5)利用线程池,实现Server与多M Server, M Server 与 多Client间的交互。

6)同时提供PC客户端和Android客户端,方便用户使用

ph2_studmanage's People

Contributors

wushenwu avatar

Watchers

James Cloos avatar  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.