-
student
学生成绩管理,java编的,适合初学者做课程设计。(Student performance management, java series, suitable for beginners to do the curriculum design.)
- 2008-12-24 19:56:10下载
- 积分:1
-
可二次开发的mySQL+jsp网上购物系统
可二次开发的mySQL+jsp网上购物系统
- 2019-01-06下载
- 积分:1
-
liredemo
说明: 基于lunce,liredemo 演示文档(Demo document based on lunce and liredemo)
- 2020-06-24 18:40:02下载
- 积分:1
-
modbus4j-2.0.2-src
Modbus4J源代码,方便大家查看具体的协议内容(Modbus4J.rar is a file that describes how control the PLC by Java language)
- 2017-08-29 10:48:10下载
- 积分:1
-
clean-code-CN
代码整洁之道 PDF中文版
大师级人物Robert C.Martin的大名鼎鼎著作。都是经典的肺腑之言。
好代码和糟糕的代码之间的区别:如何编写好代码,如何将糟糕的代码转化为好代码:如何创建好名称、好函数、好对象和好类;如何格式化代码以实现其可读性的最大化:如何在不妨碍代码逻辑的前提下充分实现错误处理;如何进行单元测试和测试驱动开发。
(The code tidy Road PDF Chinese gurus Robert C.Martin famous writings. Are classic heartfelt words. The difference between good code and bad code: how to write good code, how bad code into good code: how to create a good name, good functions, good objects, and good classes how to format the code in order to achieve its readability the maximization of: how to code logic without prejudice to the premise of the full realization of the error handling how unit testing and test-driven development.)
- 2013-02-01 17:14:41下载
- 积分:1
-
AutoCanService_jiah
无作用,无需下载,不用预览,只是开通功能(No effect, no downloading, no preview, only open function)
- 2017-11-28 17:59:20下载
- 积分:1
-
lexicalAnalysis
Lexical Analysis in Java
- 2014-11-05 16:16:09下载
- 积分:1
-
Mypicture
定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法。编写一个应用程序,使用上面定义的类,随机选取位置和形状,绘制20个图形。(Defines four classes, MyShape, MyLine, MyRectangle and MyOval, which MyShape the other three parent class. MyShape is an abstract class, including graphics position four coordinates a no-argument constructor, all the coordinates are set to 0 a parameterized constructor, all the coordinates is set to the corresponding values each coordinate set and reading method abstract void draw (Graphics g) method. MyLine class is responsible for drawing straight lines, to achieve the draw method of the parent class MyRectangle responsible for drawing rectangles, to achieve the parent class draw method MyOval responsible painted oval, draw method to achieve the parent class. Write an application that uses the class defined above, randomly selected location and shape, draw 20 graphics.)
- 2021-04-14 09:08:55下载
- 积分:1
-
mystruts
java实现超市货品管理系统,设计数据库,JDBC,JSP等技术(Java to achieve supermarket goods management system, design , JDBC, JSP and other technologies)
- 2015-05-24 15:52:46下载
- 积分:1
-
Homework07
创建一个类,提供与java .lang.Math同名的所有方法,但每个方法均按度数而非弧度进行运算。具体要求是:在自己编写的类中,对Math类中的每一个方法加一层包装。(Create a class that provides all methods with the same name as java. lang. Math, but each method operates in degrees rather than radians. Specific requirements are: in their own class, each method in the Math class with a layer of packaging.)
- 2020-12-07 21:59:20下载
- 积分:1