-
Prepared by the chat program using java server
使用java编写的聊天程序服务器端,使用了swing,awt等。-Prepared by the chat program using java server-side.
- 2022-04-21 07:12:49下载
- 积分:1
-
一个java源码,学籍管理系统的,我老师的,我还没看呢,该让我下东西了吧...
一个java源码,学籍管理系统的,我老师的,我还没看呢,该让我下东西了吧-a java source, student management system, my teacher, I do not see that the next thing I!
- 2022-02-03 18:41:51下载
- 积分:1
-
horrorshow.zipic类bitwisedemo {
horrorshow.zipic class BitwiseDemo {
static final int VISIBLE = 1
static final int DRAGGABLE = 2
static final int SELECTABLE = 4
static final int EDITABLE = 8
public static void main(String[] args)
{
int flags = 0
flags = flags | VISIBLE
flags = flags | DRAGGABLE
if ((flags & VISIBLE) == VISIBLE) {
if ((flags & DRAGGABLE) == DRAGGABLE) {
System.out.println("Flags are Visible and Draggable.")
}
}
flags = flags | EDITABLE
if ((flags & EDITABLE) == EDITABLE) {
System.out.println("Flags are now also Editable.")
}
}
}
-horrorshow.zipic class BitwiseDemo (sta Biomedical final int VISIBLE = a static final int DRAGGA i. = 2 static final int SELECTABLE static fin = 4 int al = 8 EDITABLE public static void main (Stri Vi args []) (int flags = 0 flags = flags | f VISIBLE lags = flags | DRAGGABLE if ((flags
- 2023-06-22 20:40:03下载
- 积分:1
-
这个程序的基础框架部分是我在玩OOP玩得走火入魔的时候写的(当然那个时候是有意要走火入魔的了:...
这个程序的基础框架部分是我在玩OOP玩得走火入魔的时候写的(当然那个时候是有意要走火入魔的了:-)。当时本来是想做一个光盘目录管理之类的东西,不过后来发现工作量太大了,这个工程被我给永久的Hibernate了。
总是觉得一些半成品放在硬盘上未免有些可惜,这些代码对一些初学OOP的朋友来说或许还会有些用。想想还是简单的改改发布好了。
虽然当时对OOP走火入魔,在设计的过程中存在很严重的过度设计。不过就现在发布这些代码来说设计还算是合理的了。
在程序对程序目录的处理过程中,最初是使用的XML文件进行处理,后来改成了自定义格式,再到现在直接将目录保存到文本中。在更换处理方式的时候,对目录进行遍历的uMakeCD.pas一直未修改过,而在对目录进行保存的时候只是对接口的具体实现进行了相应的修改而已。
-this procedure part of the basic framework is playing OOP farthest extremes of writing (of course, that time is intended to extremes of the :-). When originally wanted to do a CD-ROM directory management things like, but later found the workload too much, I of this project was to a permanent Hibernate. Always think on some semi-finished drives it is really a pity that some of the code of learning OOP friends perhaps also of some use. Consider a simple change or change a good release. Although the OOP obsessions, in the process of designing the existence of a very serious over-design. But on releasing the code run design contests
- 2022-06-13 06:18:21下载
- 积分:1
-
Sun公司早期公布的MIDP源代码和文档,J2ME程序员经典的学习资料!...
Sun公司早期公布的MIDP源代码和文档,J2ME程序员经典的学习资料!-Sun" s early announcement of the MIDP the source code and documentation, J2ME programmer classical learning materials!
- 2022-05-25 12:44:24下载
- 积分:1
-
java tree on the way, which is different from the usual
java树的方式,这是不同于通常的
- 2022-03-22 16:03:38下载
- 积分:1
-
用于查看系统的各种信息。
用于查看系统的各种信息。-View for the various information systems.
- 2022-02-04 13:58:09下载
- 积分:1
-
用JAVA完成的酒店管理系统.包括需求说明.数据库.设计文档在内.适合于新手....
用JAVA完成的酒店管理系统.包括需求说明.数据库.设计文档在内.适合于新手.-Using JAVA completed hotel management system. Including the demand note. Database. Design documents including. Suited to novices.
- 2022-02-02 00:37:22下载
- 积分:1
-
春天的核心春天的源代码的源代码的源代码。
Spring API核心源代码 Spring API核心源代码-Spring API the core of the core Spring API source code source code source code of the core Spring API
- 2022-05-28 01:07:55下载
- 积分:1
-
Thinking in Java 是学习JAVA的经典教材,它不仅仅讲述了WHAT is java,How to use java,还告诉了我们WHY the...
Thinking in Java 是学习JAVA的经典教材,它不仅仅讲述了WHAT is java,How to use java,还告诉了我们WHY the java is。这是该教材的源代码-Thinking in Java Java is a classic study materials, it is not merely about WHAT is the java, How to use java, also told us WHY is the java. This is the teaching of source code
- 2022-04-18 01:51:04下载
- 积分:1