-
achieve the java server procedures
实现Time服务器的java程序-achieve the java server procedures
- 2022-08-23 22:11:36下载
- 积分:1
-
基于TCP的简单聊天工具,有保存聊天记录和查看聊天记录功能...
基于TCP的简单聊天工具,有保存聊天记录和查看聊天记录功能-Simple TCP-based chat tools, have save your chats and view chat history feature
- 2022-04-13 11:40:48下载
- 积分: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
-
这是一个udp接收程序,包括了图形界面,和获得发送udp的ip地址,可以在jbuilder上运行,项目使用过,需要的话根据需求略加修改即可...
这是一个udp接收程序,包括了图形界面,和获得发送udp的ip地址,可以在jbuilder上运行,项目使用过,需要的话根据需求略加修改即可-This is a udp receiver procedures, including the graphical interface, and access to udp send the ip address, can run jbuilder, the project used, if necessary, can be slightly modified on the basis of need
- 2022-03-03 14:23:28下载
- 积分:1
-
在学校工作人员的工资管理系统java
java payroll system for the Staff in colleges/schools
- 2022-05-17 18:14:11下载
- 积分:1
-
主要包括有消息的发布、删除、查看消息、查看消息内容、还有一些用户的注册、登录等采用的是struts+hibernate开发...
主要包括有消息的发布、删除、查看消息、查看消息内容、还有一些用户的注册、登录等采用的是struts+hibernate开发-this is a message manager System,
for details,please read thw top
- 2023-07-04 06:20:05下载
- 积分:1
-
java2核心技术(sun公司)原书第七版的源码
java2核心技术(sun公司)原书第七版的源码-Java2 core technologies (sun company) seventh edition of the original source
- 2022-03-04 17:02:34下载
- 积分:1
-
jsp+ jdbc practical message management system, including documentation and sourc...
jsp+jdbc实用的留言管理系统,包括文档说明和源码部分,初学都不错的资料-jsp+ jdbc practical message management system, including documentation and source of good beginner information
- 2022-03-20 19:26:28下载
- 积分:1
-
The use of java code, using swing library function a Tai Chi pattern painting me...
使用java代码,利用swing库函数方法画一个太极图案。本代码是学习java图形用户界面的一个经典的例子。-The use of java code, using swing library function a Tai Chi pattern painting method. This code is studying java graphical user interface of a classic example.
- 2022-03-22 15:37:44下载
- 积分:1
-
一套完整的OA办公系统(JSP)的,可以实现基本的流程管理和文件管理...
一套完整的OA办公系统(JSP)的,可以实现基本的流程管理和文件管理-a complete set of OA Office System (JSP), can achieve the basic workflow management and document management
- 2022-02-11 10:51:50下载
- 积分:1