-
communication-spftware
聊天软件,基于TCP/IP协议的聊天软件开发(communication software)
- 2013-10-25 20:29:57下载
- 积分:1
-
dingzhiqingjing
本项目是一个安卓记事本+闹钟设置+情景模式设置结合的安卓应用源码,应用比较适合横屏使用不适合竖屏使用,学生作品功能和UI都挺简单代码有注释。(This project is a Android Notepad+ alarm set+ scene mode setting combined with Android application source code, the application is more suitable for horizontal screen used is not suitable for the vertical screen use, student work functions and the UI is very simple code notes.)
- 2016-07-29 15:40:56下载
- 积分:1
-
android EditText加减demo
android EditText加减demo
- 2015-05-13下载
- 积分:1
-
ssh框架 全注解编程
对有一定ssh框架基础的同学有一定帮助
- 2015-04-08下载
- 积分: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之基于XMPP协议即时通讯软件
Android基于xmpp即时通讯软件,界面简洁大方,功能简单小巧,bug倒是不多不少。编码方式是utf-8,不能直接导入eclipse,请自己新建一个工程,将源码覆盖过去,并将编码方式修改为utf-8。
- 2022-01-23 10:53:09下载
- 积分:1
-
网上购物系统(jsp+mysql+tomcat) (1)
简介:网上购物系统(jsp+mysql+tomcat) (1),网上购物系统(jsp+mysql+tomcat) (1),+实现购物最新跟新,后台数据跟新到前台,实现购物车放入个人购物车,实现付款方式,利用ssh2编写
- 2022-08-16 14:40:02下载
- 积分:1
-
jiqingtaiqiu
ANDROID系统3D游戏开发源程序,桌面类游戏《激情台球》(ANDROID system 3D game development source, desktop games " passion for billiards)
- 2012-07-06 15:41:59下载
- 积分:1
-
android lua 在java 中的应用实例
androlua 使用示例框架
- 2014-07-02下载
- 积分:1
-
classloader相关代码
JVM在加载类的时候,都是通过ClassLoader的loadClass()方法来加载class的,loadClass(String name)方法:
使用的是双亲委托模式:
jvm启动时,会启动jre/rt.jar里的类加载器:bootstrap classloader,用来加载java核心api;然后启动扩展类加载器ExtClassLoader加载扩展类,并加载用户程序加载器AppClassLoader,并指定ExtClassLoader为他的父类;
当类被加载时,会先检查在内存中是否已经被加载,如果是,则不再加载,如果没有,再由AppClassLoader来加载,先从jar包里找,没有再从classpath里找;
如果自定义loader类,就会存在这命名空间的情况,不同的加载器加载同一个类时,产生的实例其实是不同的;
- 2022-03-19 18:19:03下载
- 积分:1