搜索资源列表
qt-student
- 利用QT工具结合sqlite数据库完成的简易学生信息管理系统,具有增删改查,首页、末页、上页、下页、显示全部信息等功能。-QT sqlite database using tools to complete a simple combination of student information management system, with additions and deletions to search, home page, last page, the page, next page,
Student-Info-Management-System
- 采用SQLite轻量级数据库编写的学生信息管理系统,包括院系、学生和课程信息。-Lightweight SQLite database prepared by the student information management system, including faculty, students and course information.
lib_search
- 基于nucurses图形库和sqlite数据库的图书查询系统,可实现查询关键词的联想和多条件查询-Nucurses graphics library based on the book and sqlite database query system, enabling the query keywords and multi-criteria query association
studentfdfdfdf
- 用QT用学生成绩管理系统 .是有用的数据库为sqlite ,功能有很多,对于学习用qt的人来说是一个很不错的例子。-student score manager system .used QT and sqlite tools.
gongyuguanlixitong
- 用Qt Creator + SQLIte做的一个学生公寓管理系统,包括员工管理,住宿管理,离校管理等等功能。-With Qt Creator+ SQLIte do a student apartment management system, including staff management, accommodation management, school management and more.
pubmonitor.py
- Help to monitor the change of web pages for a list of URLS, and store the data into a sqlite
tsglxtymxz_a5
- 图书馆管理系统是一套基于安卓的图书馆管理系统,包括jsp服务端源码,安卓客户端源码和mysql数据库。之前我遇到过这套项目源码,但是因为我感觉这个项目太初级就没有发布,很多界面都是拖控件完成的。并且没有数据库和服务端。这次源码的发布者把项目的服务端和数据库一起发了,还多少有点可以借鉴的地方,例如Sqlite的使用、安卓客户端与jsp的web服务端的交互。-Library management system is a set of library management system based o
Curricula
- 简单的教务选课系统 使用Spring与Hibernate (通过配置web.xml文件,可以替换数据库MySQL或SQLite) (context.xml配置连接mysql的参数) 实现对课程、学生、教师的基本CRUD操作, 教务处添加课程和学生选课都可以实现 学生与课程、课程与教师 的关系都是多对多, 学生选课的同时,在课程的多个代课老师中,选定自己的任课老师。 登录功能不完善。 压缩包中同时有eclipse项目文件和可以直接发布到tomcat的war