资源列表
车辆管理系统
- 一个简单的车辆管理系统,纯java实现,简单易懂(A simple car vehicle management system, based on Java programming, simple and easy to understand)
javaee_2.0
- 简单的bbs源码,适合初学者使用。可以直接使用,可做二次开发(Simple BBS source, suitable for beginners to use. Can be used directly, can do two development)
115个Java面试题和答案
- 本文我们将要讨论 Java 面试中的各种不同类型的面试题,它们可以让雇主测试应聘者的 Java 和通用的面向对象编程的能力。下面的章节分为上下两篇,第一篇将要讨论面向对象编程和 它的特点,关于 Java 和它的功能的常见问题, Java 的集合类,垃圾收集器,第二篇主要讨 论异常处理, Java 小应用程序, Swing, JDBC,远程方法调用(RMI), Servlet 和 JSP(In this article, we are going to discuss the various
SSM项目
- 这是一个java编程的项目,里面有许多大家都用的到的技巧和基础,希望大家能用的到(This is a Java programming project, with a lot of skills and basics that everyone USES, and I hope you can use it.)
htmlsxtou_jb51(HTML5方案)
- html5 Open the camera and take pictures
连连看javafx
- 连连看,用javafx实现, this.setOnMouseClicked(e -> { if (e.getButton() == MouseButton.PRIMARY) { x2 = (int) ((e.getX() - w) / w); y2 = (int) ((e.getY() - w) / w); g.drawImage(new Image("llkpics/checked.png"), x2 * w + w, y2 *
TankWar1.0
- 简单实现坦克大战子弹发射,界面编程,以及敌方坦克多线程运行(Simple implementation of tank war bullet launch, interface programming, and multi thread operation of enemy tanks)
commons-lang-2.6-rar
- common-lang-2.5的包 Apache Commons包估计是Java中使用最广发的工具包了,很多框架都依赖于这组工具包中的一部分,它提供了我们常用的一些编程需要,但是JDK没能提供的机能,最大化的减少重复代码的编写(orag.apache.common.lang)
chat_v1.4
- java语言的入门,java面向对象学习,理解java思想(The introduction of Java language)
161530125 王令阳 3 覆盖率分析
- 测试代码的覆盖率,使用eclipse 中的codecover 分析代码的覆盖率(this is a test demo wit codecover)
练习二
- 输入学生成绩,输出判断学生成绩是及格或不及格,良好还是优秀(Input the student achievement, the output judge the student achievement is pass or fail, good or excellent.)
打车代码
- 输入车型,输入行驶距离,输出您的车型为,共行驶的距离,应付金额(Enter the vehicle, input the distance, and output your vehicle for the total distance, payable amount.)