-
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
-
KafkaConsumerProcess
说明: Java版本的基于多线程的Kafka高性能消费者处理通用程序(Java Version of High Performance Consumer Processing Universal Program Based on Multithread)
- 2020-06-17 08:40:02下载
- 积分:1
-
zuiduanlujingssss
这实一个求最短路径的实验,对初学者很有用,特别实学习 数据结构的同学(This is a shortest path experiment, very useful for beginners, in particular data structure is learning students)
- 2006-12-25 19:52:37下载
- 积分:1
-
MQStudying
精通MQ文档,详细介绍MQ在应用过程中的深入学习方法(Proficient in MQ documentation detailing the process in the application of MQ-depth learning method)
- 2021-04-08 09:39:00下载
- 积分:1
-
ibatis-class
java 框架ibatis学习文档下载 绝对值得(ibatis java framework document download is definitely worth learning)
- 2013-11-26 17:22:44下载
- 积分:1
-
基于Spark的电影推荐系统源码
基于Spark的电影推荐系统本次项目是基于大数据过滤引擎的电影推荐系统--“懂你”电影网站,包含了爬虫、电影网站(前端和后端)、后台管理系统以及推荐系统(Spark)。一、爬虫开发环境: pycharm python3.6软件架构: mysql scrapy运行环境: 本次爬取的内容在外网,所以需先翻墙后才能成功运行。项目架构:二、电影网站开发环境: IntelliJ IDEA maven git linux powerdesigner软件架构: mysql mybatis spring springmvc项目描述: 懂你电影推荐网站是一个基于SSM框架的web项目,类似当前比较流行的豆瓣。用户可以在网站上浏览电影信息和查询电影,并且网站会根据用户的浏览记录给用户进行实时的电影推荐。现已将网站部署在 http://115.159.204.68 网站上,感兴趣的朋友可以自行查看。Git的安装与IDEA和github的集成可以参考博客。项目架构:三、后台管理系统开发环境: IntelliJ IDEA maven git linux powerdesigner软件架构: mysql mybatis spring springmvc easyui项目描述: 后台管理系统主要对用户信息和电影信息进行管理,如添加删除电影信息和完成用户信息的完善。其中为了更好地保存电影的图片信息,搭建了图片服务器,关于图片服务器FastDFS的搭建可参考博客。后台系统也布置在服务器上,感兴趣的朋友可以通过地址 http://115.159.204.68:8080/ 访问,为大家提供的测试账号为 test,密码为88888888。项目架构:四、推荐系统(Spark)开发环境: IntelliJ IDEA maven git linux软件架构: hadoop zookeeper flume kafka nginx spark hive mysql项目描述: 通过在电影网站系统埋点,获取到用户的点击事件(如用户喜欢哪部电影或对某部电影的评分)并将信息传至推荐系统,推荐系统根据该信息做出相应的处理,将推荐结果存入到mysql数据库中,web前端通过查询数据库将推荐的电影展示给用户
- 2019-10-16下载
- 积分:1
-
TextEditorModel
Testing this script will compile without stack overflow
- 2014-02-09 13:17:12下载
- 积分:1
-
Calculator2
A Java calculator that uses a recursive descent parser converted directly from C++ code.
- 2013-05-22 13:29:09下载
- 积分:1
-
Struts2AndFreemarker
Struts2和Freemarker的配置说明(Struts2 and Freemarker configuration instructions)
- 2010-07-14 14:02:27下载
- 积分:1
-
supermarketjava
这是一个用JAVA编写实现,基于SQL SERVER后台数据库的超级市场的管理系统.可以实现超市管理的基本操作(This is a realization with the preparation of Java, Based on the SQL Server database background supermarket management systems. Supermarket management can achieve the basic operation)
- 2006-12-27 09:33:07下载
- 积分:1