-
AvdStartDialog
Avd Start Dialog Source Code for Andriod.
- 2013-10-24 10:34:54下载
- 积分:1
-
KAO-QING-guan-li
根据系统用户的需求,将本系统按功能划分成三大功能模块:请假系统、考勤系统、后台管理模块,涉及到六大类用户:学生、任课教师、班主任、院系领导、学校领导、系统管理员。
1、 请假系统模块
本模块的功能是在线请假的实现及管理,主要涉及三大类用户:学生、班主任及院系领导用户,学生通过此功能模块进行在线请假及查看请假记录信息;班主任在线审批学生请假及查看请假记录信息;院系领导在线审批学生长时间的请假及查看请假记录信息。
2、 考勤系统模块
本模块的功能是学生考勤信息统计的实现、查看及管理,涉及六大类用户中的所有用户。学生在线查看自己所有学年的出勤信息;任课老师在线管理学生出勤信息;班主任、院系领导、学校领导查看不同的范围的学生出勤信息。
3、 后台管理管理
本模块的功能实现整个系统数据的同步更新及维护,只涉及系统管理员用户。系统管理员动态的管理学生信息、课表安排、学年安排等信息,是整个系统实现的基础。
(According to the needs of users of the system , the system will be divided by function into three functional modules : leave system, attendance system , backstage management module , the user comes to six categories : students, classroom teachers , teacher, faculty leaders , school leaders, system administrator.
1 , leave the system module
Function of this module is to leave the realization and management of online , mainly related to three categories of users : students, teacher and faculty leadership users , students through this function module for online leave and view leave records information class students leave and view online approval for leave record information faculty student leader online approval long leave and view leave records information .
2 , time and attendance system modules
Function of this module is to achieve student attendance information statistics , view and manage , involving six categories of users for all users . Student attendance information onli)
- 2014-01-03 22:56:53下载
- 积分:1
-
android中不错的ExpandableListView实例效果源码
一、ExpandableListView介绍 一个垂直滚动的显示两个级别(Child,Group)列表项的视图,列表项来自ExpandableListAdapter 。组可以单独展开。 1.重要方法 expandGroup(int groupPos) :在分组列表视图中展开一组, setSelectedGroup(int groupPosition) :设置选择指定的组。 setSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup) :设置选择指定的子项。 getPackedPositionGroup(long packedPosition) :返回所选择的组 getPackedPositionForChild(int groupPosition, int childPosition) :返回所选择的子项 getPackedPositionType(long packedPosition) :返回所选择项的类型(Child,Group) isGroupExpanded(int groupPosition) :判断此组是否展开 2.代码:ExpandableListContextMenuInfo menuInfo=(ExpandableListContextMenuInfo)item.getMenuInfo();String title=((TextView)menuInfo.targetView).getText().toString();int type=ExpandableListView.getPackedPositionType(menuInfo.packedPosition);if (type==ExpandableListView.PACKED_POSITION_TYPE_CHILD) {int groupPos =ExpandableListView.getPackedPositionGroup(menuInfo.packedPosition);int childPos =ExpandableListView.getPackedPositionChild(menuInfo.packedPosition);二、ExpandableListAdapter 一个接口,将基础数据链接到一个ExpandableListView。此接口的实施将提供访问Child的数据(由组分类),并实例化的Child和Group。 getChildId(int groupPosition, int childPosition) 获取与在给定组给予孩子相关的数据。 getChildrenCount(int groupPosition) 返回在指定Group的Child数目。
- 2013-03-07下载
- 积分:1
-
java HMAC摘要例子
java摘要HMAC系列实例,实现了HMACMD系列,HMACSHA系列摘要算法,相应的二进制转换;
- 2022-07-24 16:45:21下载
- 积分:1
-
按照模板 生成JSON
按照自定义模板 生成JSON 支持消息消息队列
- 2021-09-18 00:31:06下载
- 积分:1
-
client
Android手机图片上传客户端程序Android手机图片上传客户端程序(Android java app)
- 2015-07-08 11:20:31下载
- 积分:1
-
webrenren
类似人人网的交友网站的设计与实现,包含网页、服务器等。(Design and implementation of all net dating sites like, including Web pages, servers.)
- 2015-05-06 00:37:17下载
- 积分:1
-
jiqingtaiqiu
ANDROID系统3D游戏开发源程序,桌面类游戏《激情台球》(ANDROID system 3D game development source, desktop games " passion for billiards)
- 2012-07-06 15:41:59下载
- 积分:1
-
springmvc+mybatis 聊天室
资源描述自己做的Javaweb聊天室,比较简单,用的是ajax轮询,这段时间在学习tigase,后期用bootstrap美观一下,然后改一个tigase版的
- 2022-02-05 15:40:36下载
- 积分:1
-
java开发面试题
本面试题主要是针对有两至三年工作经验的人总结的一个面试题,题目包括前端和后端的知识点,java基础、java前端和java后端都有涉及,希望对大家有帮助,那么我将很高兴了
- 2022-06-19 21:54:57下载
- 积分:1