-
MediaPalyer
多媒体播放器,包含界面建立,以及代码实现。(Multimedia player, including the interface to create, as well as code.)
- 2013-12-12 23:56:50下载
- 积分:1
-
jspPdb
jsp网页连接数据库(access),并进行读写操作。这是一个典型实例,针对的是学生基本信息内容读写。(jsp page connect to the database (access), and read and write operations. This is a typical example, is for students to read and write basic information content)
- 2013-11-15 21:57:21下载
- 积分:1
-
VideoModel
简单的视频播放器,对视频开发不是很明白的人很有帮助(simple videoplayer,very helpful for those who are learning video developing)
- 2015-04-27 10:26:24下载
- 积分:1
-
J2EEBestPractices
doc important de java
- 2009-07-14 00:33:13下载
- 积分:1
-
java-Chinese-garbled
java各种环境下的中文乱码解析以及解决方案大全(Chinese garbled java under a variety of environmental and analytical solutions Daquan)
- 2013-12-24 20:44:11下载
- 积分:1
-
app控制三色灯 sdk以及app源码
app控制三色灯 sdk以及app源码,做过测试非常好用!解压后可直接编译!(The APP controls the tri-color light SDK and APP source code, and the test is very good! Decompression can be compiled directly!)
- 2020-11-05 17:39:50下载
- 积分:1
-
sourcefiles
window下使用j2ee的jms工具做的网络应用的一个架构程序(window using the jms Providing the tools to do a network application framework procedures)
- 2005-06-29 19:04:25下载
- 积分:1
-
Deque
This interface provides a method to filter data entries.
- 2014-02-27 15:30:05下载
- 积分:1
-
Guns快速开发——车辆管理系统
【实例简介】
Guns后台管理系统是一款项目快速开发管理系统网站搭建模板,基于Spring Boot2开发,内置主控面板、组织架构、用户管理、机构管理、职位管理、权限管理、基础数据、系统功能、通知管理、监控管理等多种功能操作模块,完成网站系统搭建后,可以对含系统管理、代码生成、多数据库适配、SSO单点登录、邮件发送、任务调度、持续集成、docker部署等功能进行管理和配置,是一款非常专业实用的网站管理系统,专为站长网站搭建而设计,可以让所有人拥有属于自己的运营网站。
- 2021-11-20 00:33:13下载
- 积分:1
-
Employee
创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。
(Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee classes and CommissionEmployee classes. Employee class is the parent class where the other three classes. Employee class contains the name and ID number. In addition, SalariedEmployee class also includes a monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee should also include the proportion and total sales commission. Each class should have the right to set and read the constructor method, data members. Write an application to create objects of these classes, and output information associated with the object. Sometimes need to call attention to a subclass of the parent class constructor and methods are covered, member variables defined as private, to achieve overloading of some methods.)
- 2013-11-27 11:43:06下载
- 积分:1