-
JBuilder设计实例
JBuilder设计实例-JBuilder Design Example
- 2022-02-26 07:23:57下载
- 积分:1
-
jsp的四种属性范围,很详细,考过去就可以直接用。很方便
jsp的四种属性范围,很详细,考过去就可以直接用。很方便-jsp scope of the four attributes, in great detail, test the past can be directly used. Very convenient
- 2023-01-24 23:15:04下载
- 积分:1
-
一个简单实用的线程池 java写的一个线程池
一个简单实用的线程池 java写的一个线程池-a simple ,applied thread pool a thread pool written by java
- 2022-04-21 08:09:12下载
- 积分: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
-
Canny Java源码
Canny java 源代码 对图像处理、 边缘检测
- 2022-03-22 08:25:46下载
- 积分:1
-
为大家提供了《精通EJB》(第三版)一书的源代码,愿大家在J2EE的旅途上能走得更好!...
为大家提供了《精通EJB》(第三版)一书的源代码,愿大家在J2EE的旅途上能走得更好!-to provide a "proficient EJB" (third edition) a book of source code, We would like to travel in J2EE can be even better!
- 2022-06-11 19:15:01下载
- 积分:1
-
敏捷开发 ruby on rails 实现的一个购物车系统
敏捷开发 ruby on rails 实现的一个购物车系统-Agile development ruby on rails to achieve a shopping cart system
- 2022-02-14 06:53:03下载
- 积分:1
-
cas 客户端文件,采用此客户端可以实现cas单点登陆即sso,是有耶鲁大学开发...
cas 客户端文件,采用此客户端可以实现cas单点登陆即sso,是有耶鲁大学开发-cas client documents, using the cas client can realize a single point of landing that sso, is at Yale University have developed
- 2022-02-26 01:01:51下载
- 积分:1
-
SSD8的exam3的答案,希望对学习网络编程的同学有所帮助。
SSD8的exam3的答案,希望对学习网络编程的同学有所帮助。-Exam3 the SSD8 answer, in the hope that students learn network programming help.
- 2022-09-24 12:10:03下载
- 积分:1
-
JAVA记事本源代码(JAVA Notepad)
JAVA记事本源代码(JAVA Notepad)-JAVA Notepad
- 2022-03-04 06:44:36下载
- 积分:1