-
用JAVA模拟DOS环境,执行DIR ,DEL,SET等相关操作!
用JAVA模拟DOS环境,执行DIR ,DEL,SET等相关操作!-with JAVA simulated DOS environment, the DIR, DEL, SET, and other related operations.
- 2022-02-04 21:15:50下载
- 积分:1
-
使用javamail发送邮件
演示如何使用javamail包发送电子邮件。这个实例可发送多附件...
使用javamail发送邮件
演示如何使用javamail包发送电子邮件。这个实例可发送多附件-Use JavaMail to send mail using the JavaMail package demonstrate how to send an e-mail. This example can be sent more than Annex
- 2022-03-30 15:08:06下载
- 积分:1
-
演示java awt 绘图的例子,jbuilder9开发
演示java awt 绘图的例子,jbuilder9开发-demonstration mapping example, the development of jbuilder9
- 2023-05-27 07:40:04下载
- 积分: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
-
socket聊天程序 简单实用实现多种功能,包含使用说明
socket聊天程序 简单实用实现多种功能,包含使用说明-socket chatting procedures simple and practical realization of a variety of functions, including use
- 2022-03-17 12:01:11下载
- 积分:1
-
EJB studying, I myself in the process of learning an example of how useful.
EJB的相关学习资料,我自己在学习过程中的一个例子,很有用。-EJB studying, I myself in the process of learning an example of how useful.
- 2022-03-05 14:18:28下载
- 积分:1
-
计算器的源代码,比较简单!
计算器的源代码,比较简单!-calculator source code, relatively simple!
- 2022-02-04 01:59:40下载
- 积分:1
-
Java学习材料
Java学习材料-Java
- 2022-10-03 05:35:03下载
- 积分:1
-
java
第二种生成验证码的jsp代码,有随机数字和字母组合成-java- JavaScript
- 2022-03-13 19:58:00下载
- 积分:1
-
利用MOOTOLS制作的JAVE网页效果
利用MOOTOLS制作的JAVE网页效果-USE THE MOOTOOLS to make it come true
- 2022-02-04 13:34:58下载
- 积分:1