-
CORBA入门 里面很简单介绍了corba通讯原理,有服务端和客户端。麻烦你们自己分开源码...
CORBA入门 里面很简单介绍了corba通讯原理,有服务端和客户端。麻烦你们自己分开源码-CORBA entry inside of a very simple principle corba communications, services and clients. Trouble your own separate source
- 2022-07-04 09:55:44下载
- 积分:1
-
使用JavaMail接收邮件
实例JavaMail包接收邮件,本实例没有实现接收邮件的附件...
使用JavaMail接收邮件
实例JavaMail包接收邮件,本实例没有实现接收邮件的附件-Receive messages using the JavaMail example JavaMail package receive messages, this example does not achieve the annex to receive e-mail
- 2022-06-14 18:51:36下载
- 积分:1
-
主要向大家简单介绍一下Java的语法规则。 Java语言与C/C++语言有着紧密的联系,Java中的许多术语来自于C++,起语法也来自于C++。因此Java的语...
主要向大家简单介绍一下Java的语法规则。 Java语言与C/C++语言有着紧密的联系,Java中的许多术语来自于C++,起语法也来自于C++。因此Java的语法和c++的语法计划一模一样。-Mainly to the U.S. briefly explain the rules of Java syntax. Java language and C/C++ Language are closely linked, Java many of the terms from the C++, Starting from the grammar also C++. Java syntax and therefore c++ Scheme identical to the grammar.
- 2023-05-27 02:30:02下载
- 积分:1
-
JAVA学习源代码,大家可以好好参考,请多提宝贵意见
JAVA学习源代码,大家可以好好参考,请多提宝贵意见-Learning JAVA source code, everyone can be a good reference, please mention the valuable advice
- 2022-08-05 13:09:03下载
- 积分:1
-
GIS空间数据格式转换:VCT到GML格式的转换
GIS空间数据格式转换:VCT to GML 格式转换-GIS spatial data format conversion : VCT to GML format conversion
- 2022-08-22 20:09:01下载
- 积分:1
-
this follows the rules of writing a text message. This is in java
this follows the rules of writing a text message. This is in java
- 2022-08-26 00:40:48下载
- 积分:1
-
RadioButton
RadioButton
- 2022-05-27 17:50:25下载
- 积分:1
-
java chat program realization, the realization of the client and server chat
java实现的聊天程序,实现了客户端与服务端的聊天-java chat program realization, the realization of the client and server chat
- 2022-05-13 19:39:40下载
- 积分: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
-
JXTA官方例程,语音,视频和文本消息。
jxta官方例程,语音,视频,文字通讯。-jxta official routines, voice, video and text messaging.
- 2022-04-08 10:29:44下载
- 积分:1