登录
首页 » Java Develop » Remote RMI 程序,利用Interface实现的RMI程序。

Remote RMI 程序,利用Interface实现的RMI程序。

于 2022-06-29 发布 文件大小:2.63 kB
0 51
下载积分: 2 下载次数: 1

代码说明:

Remote RMI 程序,利用Interface实现的RMI程序。-Remote procedure, and use of the RMI Interface Implementation procedures.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 在作业1的Employee和EmployeeDemo两个类基础上修改 1,重写Employee类的toString方法,返回Employee类的相关信...
    在作业1的Employee和EmployeeDemo两个类基础上修改 1,重写Employee类的toString方法,返回Employee类的相关信息的字符串形式 重写Employee类的equals方法,如果两个Employee实例的名字和所属部门相同,返回true; 并在EmployeeDemo类里面验证上述两个方法 2,定义Clerk、Salesman、Engineer三个类,分别继承自Employee 为Salesman增加一个年销售额属性 为Engineer增加一个年消化人月数属性 3,将下面的描述反映到程序里 普通员工年终奖金分配方案为月薪×2 Salesman:销售额×2%+月薪×1.8 Engineer:年消化人月数×300+月薪×2.5 Clerk:月薪×2.5-1 of the Employee in the operation and EmployeeDemo two classes based on the modification 1, rewrite the Employee class toString method to return to Employee class-related information to rewrite the string form of Employee class equals method, if the two examples of Employee s name and their the same sector, return true and EmployeeDemo the above-mentioned two types of authentication methods inside 2, the definition of Clerk, Salesman, Engineer of three categories, respectively, inherited from the Employee as a Salesman for an additional annual sales for an additional attribute for the Engineer who was the number
    2023-05-31 23:40:03下载
    积分:1
  • 图形处理实现翻转的代码
    图形处理实现翻转的代码-graphics processing to achieve the code overturned
    2022-07-05 04:01:57下载
    积分:1
  • J2EE开发平台的搭建, 这里以 apache
    J2EE开发平台的搭建, 这里以 apache-2.0.47+tomcat-4.1.27+Axis-1.1+jboss-3.2.6+Eclipse+SQLServer2000+hibernate 组合为例进行说明 但实际上将 Eclipse改为:JBuilder或把SQLServer2000换为其他的数据库也并非难事。 有了这个环境,我们就可以得心应手地在其上进行 j2ee 各种类型的开发了。-J2EE structures here to apache- 2.0.47 tomcat- 4.1.27 Axis-1.1 ORM-Eclipse 3.2.6 CRM portfolio example pertains to say it will actually Eclipse read : JBuilder or MS- for other databases is not easy. With this environment, we can handy in their Providing for the development of various types.
    2022-07-24 11:31:35下载
    积分:1
  • based on java technology in a xsl
    基于java的xsl技术1-based on java technology in a xsl
    2022-08-24 03:15:31下载
    积分:1
  • 通过java玩卡罗在线
    play caro online by Java
    2022-06-17 16:22:38下载
    积分:1
  • 一个用Jsp编写的动画程序
    一个用Jsp编写的动画程序-a prepared with the animation process
    2023-07-23 22:10:03下载
    积分:1
  • Lex Bell Laboratories of the United States with C language developed by a lexica...
    Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Laboratories of the United States with C language developed by a lexical analysis tool generated from the process. Its fundamental principle is to use a regular expression matching text scanning, and for every definition of a matching model for operation, when the C language of the host language, these operators by C language. A match of which is likely to contain expressions related to the moves. This action may also include the return of a marker. When Lex reception of the document or text input, it is trying to text and is a regular expression matching. It read an input into the characters, until they found a matching pattern. If they can find a matching model, Lex on the implementation of the action (which may include a return of markings).
    2022-02-09 15:55:49下载
    积分:1
  • 是用java和jsp实现的bbs论坛系统。 有注册登陆模块,浏览功能模块,发帖回帖模块,帖子管理模块,论坛设置功能模块,管理版块功能模块,用户管理模块。...
    是用java和jsp实现的bbs论坛系统。 有注册登陆模块,浏览功能模块,发帖回帖模块,帖子管理模块,论坛设置功能模块,管理版块功能模块,用户管理模块。-jsp and bulletin board forums to achieve the system. Registered landing module, browsing module, posting replies module, posting management module, the Forum set up functional modules, management plate functional modules, user management module.
    2022-01-26 00:59:39下载
    积分:1
  • 适用于初学ECLIPSE的用户,都是些基础的东西。希望对大家有帮助...
    适用于初学ECLIPSE的用户,都是些基础的东西。希望对大家有帮助-ECLIPSE for novice users, are the basis of some things. Hope everyone has to help
    2022-08-31 14:45:02下载
    积分:1
  • 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器...
    通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换。-GUI interface design through JAVA calculator program, the user can take part in the importation of the mouse followed by the numerical calculation for add, subtract, multiply, divide, such as mixed computing, which the basis of the standard calculator operation. When choosing a scientific calculator, you can realize sin, cos, tan, ln, x ^ y, x ^ 2, x ^ 3, pi, n!, Mod and hexadecimal In addition to the outside can also delete the import, empty the results, and one in addition to X, X percentage of the metric system is octal, binary mutual conversion.
    2023-07-30 19:30:03下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载