-
用JAVA开发的随机访问文件
用JAVA开发的随机访问文件-with JAVA development random access file
- 2022-03-14 00:06:34下载
- 积分:1
-
build
This is Java LDAP implementation to connect to Microsoft Active Directory. Using this you can create an enterprise application login against active directory credentials. Also you can query the active directory for users based on different query parameters mentioned in the code.
- 2015-02-27 15:58:34下载
- 积分:1
-
动态代理小demo
public class HandlerDemo implements InvocationHandler {private Object proxied; public HandlerDemo(Object proxied) { this.proxied = proxied; }@Overridepublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable { Object obj = method.invoke(proxied, args); System.out.println("Method -> " + method.getName() ); System.out.println(obj); return obj;}}
- 2022-02-12 17:50:58下载
- 积分:1
-
小小记事本,值得一看哦
小小记事本,值得一看哦-little notebook, an eye-catcher oh
- 2023-04-04 06:10:03下载
- 积分:1
-
java安全-论证授权
java安全-论证授权-java security- authorized demonstration
- 2022-06-15 09:48:12下载
- 积分:1
-
Cart
购物车网页编程,可以使用的,有兴趣的可以下下看看。(Shopping cart web programming, can be used, are interested can look at the Lower.)
- 2013-12-03 19:26:14下载
- 积分:1
-
ftp
说明: ftp线程实现包括在java语言中实现,实现很简洁,效率高。(FTP thread implementation is implemented in Java language, which is very concise and efficient.)
- 2020-06-16 14:34:28下载
- 积分:1
-
洗浴业管理系统
简单的javawWeb程序·,使用svn进行版本控制,数据库使用mysql,工具使用eclipse,前台使用esyui
- 2023-07-24 17:05:06下载
- 积分:1
-
Android_FaceRecog
Android下的人脸识别程序,有matlab算法验证和java源程序,采用了eigenface和fisherface两种不同的算法程,可直接在android手机上运行。(Android Face Recognition under procedures matlab algorithm validation and java source code, the use the eigenface and fisherface of two different algorithms process can be directly run on android phone.)
- 2012-10-01 22:59:38下载
- 积分:1
-
信息查询及添加信息系统
实现简单的登录注册页面(邮箱),可以执行增、删、改、查等界面操作。对自己的信息进行一个很好的维护。
- 2022-06-20 20:38:29下载
- 积分:1