-
Community programming examples. For beginners. Using JBuilder development.
junit编程实例。适合初学者。使用jbuilder开发。-Community programming examples. For beginners. Using JBuilder development.
- 2022-04-30 23:13:56下载
- 积分:1
-
JBuilder8开发的ComboEdit控件,除了普通的选择按钮外,还带有取消按钮,我们的开发都在用,很类似Delphi下的哈:)...
JBuilder8开发的ComboEdit控件,除了普通的选择按钮外,还带有取消按钮,我们的开发都在用,很类似Delphi下的哈:)-JBuilder8 development ComboEdit control, in addition to the choice of ordinary buttons, but also with the abolition button, we are used to develop, Delphi is very similar to the Kazakhstan :)
- 2022-07-08 16:17:12下载
- 积分:1
-
最基础的网络聊天器TCP
有兴趣的朋友可以下载来
最基础的网络聊天器TCP
有兴趣的朋友可以下载来-the most basic TCP network chatting with friends are interested can download to look at the
- 2023-06-26 18:15:04下载
- 积分:1
-
反编译jar, class文件为源代码
反编译jar, class文件为源代码-decompile jar, class document source code
- 2022-02-02 06:44:20下载
- 积分:1
-
android gallery
android gallery
- 2022-08-21 13:57:14下载
- 积分:1
-
jsp连接DB2数据库
jsp连接DB2数据库-jsp connect DB2 database
- 2022-07-16 17:18:41下载
- 积分:1
-
报告了
报表制作
jfsjadlfjl
fsdajfjl
kphogofiorl
fjlksdo-report of made
- 2022-07-10 07:58:27下载
- 积分:1
-
java程序的基础上实现一个简单的指标和分类计数…
JAVA的基础程序,实现对简单数列的索引以及排序。-JAVA the basis of the procedures to realize a simple count of the index and sort out.
- 2023-05-02 10:30:02下载
- 积分:1
-
界面漂亮的电子日记本.可以分类记录每天的活动.提供强大的搜索功能. 使用JAXX技术开放的界面
注:解压后有两个目录:snote...
界面漂亮的电子日记本.可以分类记录每天的活动.提供强大的搜索功能. 使用JAXX技术开放的界面
注:解压后有两个目录:snote - Eclipse工程目录,snote1.0 - 可运行目录.-beautiful interface of the electronic diary. Classification can record daily activities. Provide a powerful search function. Use J Novel technology open interface Note : unpacked two catalogs : snote-Eclipse project directory, snote1.0-operates directory.
- 2022-06-13 06:28:52下载
- 积分: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