-
用HASH加密字符传,用于保存密码等字段。
用HASH加密字符传,用于保存密码等字段。-use encryption characters-to preserve password field.
- 2022-12-02 17:10:03下载
- 积分:1
-
- 2022-02-06 23:54:37下载
- 积分:1
-
编程实现同一Web页面两个Applet之间的通讯,Java网络编程
编程实现同一Web页面两个Applet之间的通讯,Java网络编程-Programming to achieve the same Web page Applet communication between the two, Java network programming
- 2022-02-20 22:32:39下载
- 积分: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
-
进度栏的应用。用timer()组件来控制时间,进度栏模拟活动的进度。...
进度栏的应用。用timer()组件来控制时间,进度栏模拟活动的进度。-progress column applications. Using timer () components to control the time, the progress of the simulation column progress.
- 2022-11-08 09:10:04下载
- 积分:1
-
GUI的日历文件
GUI的日历文件-A Calender program with graphic user interface
- 2022-03-30 17:31:59下载
- 积分:1
-
java+wmic获取远程主机的内存,需要对方主机的IP、用户名、密码...
java+wmic获取远程主机的内存,需要对方主机的IP、用户名、密码-java+ wmic access to the remote host" s memory
- 2023-05-12 18:10:03下载
- 积分:1
-
本“计算器”可以完成任意的通常借助手持计算器来完成的标准运算。“计算器”可用于基本的算术运算,比如加减运算等,以及C(清除)、AC(全部清零)、N(符号改变)、...
本“计算器”可以完成任意的通常借助手持计算器来完成的标准运算。“计算器”可用于基本的算术运算,比如加减运算等,以及C(清除)、AC(全部清零)、N(符号改变)、存储(M+、M-、MR)、平方根和百分比运算。关于科学计算本“计算器”暂不支持。-the "calculator" to be completed with the usual arbitrary use handheld calculators to complete the standard operation. "Calculator" can be used for the basic arithmetic operations, such as addition and subtraction operations, as well as C (removal), AC (all zeros), N (symbol change), storage (M+, M-, MR), the square root and percentage computing. Scientific Computing on the "calculators" would not support.
- 2023-04-20 06:15:03下载
- 积分:1
-
< STRUTS入门与项目实践>>中的BBS的源代码
< STRUTS入门与项目实践>>中的BBS的源代码
-> in the source code of BBS
- 2022-07-23 17:58:06下载
- 积分:1
-
里面有很多j2me编程用的资源,图形,声音等
里面有很多j2me编程用的资源,图形,声音等-There are many j2me programming of resources, graphics, sound, etc.
- 2023-04-02 14:35:04下载
- 积分:1