-
iiitAccessServer是一个用Java编写的基于规则的企业鉴别系统。它作为一个服务器工作,能够用于可以打开一个socket的任何编程语言。服务器从LD...
iiitAccessServer是一个用Java编写的基于规则的企业鉴别系统。它作为一个服务器工作,能够用于可以打开一个socket的任何编程语言。服务器从LDAP取回它的数据,将它按优化过的格式保存在一个或多个MySQL数据库,用作一个执久的二级缓存以取得高性能。整个系统设计为可扩展的和容错的.zip-iiitAccessServer Java is a preparation of the rules-based enterprise authentication systems. As a server, can be used to open a socket in any programming language. LDAP server to recover from its data, it will be optimized according to the format stored in a MySQL database or for a long two bailiffs cache to achieve high performance. The entire system is designed to be scalable and fault-tolerance. Zip
- 2022-06-28 04:32:36下载
- 积分:1
-
利用递归计算Fibonacci数列
利用递归计算Fibonacci数列-recursive computation using Fibonacci Sequence
- 2023-03-23 05:50:03下载
- 积分:1
-
道场
dojo-0.3.0-ajax开 源 项 目-dojo- 0.3.0- ajax open source projects
- 2022-06-30 14:34:15下载
- 积分:1
-
这是源图像和摆动的过程
This si source proccess image wiht swing
- 2022-02-16 07:38:51下载
- 积分:1
-
重写了全部代码,代码效率提升,只有两个文件,部署方便,...
重写了全部代码,代码效率提升,只有两个文件,部署方便,-Rewrite all the code, code efficiency, only two files, the deployment of convenient,
- 2022-04-27 05:20:56下载
- 积分: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
-
LaserPic.JAVA
LaserPic.JAVA
- 2022-03-06 20:02:11下载
- 积分:1
-
系统左侧是日历,可以前后翻动。用鼠标选定日期,如有记录内容系统会提示并询问用户是否显示该内容...
系统左侧是日历,可以前后翻动。用鼠标选定日期,如有记录内容系统会提示并询问用户是否显示该内容-System on the left is a calendar, you can flip around. With the mouse select the date, if records of the system will prompt and ask the user whether to display the content
- 2022-07-15 21:00:06下载
- 积分:1
-
一个MP3播放器
用java写的mp3播放器-with an MP3 player
- 2023-02-24 08:50:03下载
- 积分:1
-
一个使用菜单程序
一个使用菜单程序-use a menu procedures
- 2022-02-05 17:17:14下载
- 积分:1