搜索资源列表
javalikedos
- 用JAVA模拟DOS环境,执行DIR ,DEL,SET等相关操作!-with JAVA simulated DOS environment, the DIR, DEL, SET, and other related operations.
sapjcorfc.rar
- java 连接 sap 要用到的 librfc32.dll文件.将librfc32.dll的文件复制到目录 {windows-dir}\system32下面。如果该文件已经存在,则覆盖它。这个文件就是SAP的RFC协议实现,,sap to use java to connect to the librfc32.dll document. librfc32.dll documents will be copied to the directory (windows-dir) system32 be
ftpServer
- 用Java编写的ftp服务器,客户端通过Windows的命令行访问FTP服务器,实现对FTP命令user、pass、dir、get的支持。即用户注册、显示服务器端的文件列表、下载文件等-Ftp server written using Java client access via Windows command line FTP server, FTP command to realize the user, pass, dir, get support. The user registrati
filetransfer25
- How to get the java home dir.
MyDos
- 采用java语言编写的,类似于Windows 操作系统中的cmd.exe程序。能完成基本的命令如dir、help等基本命令-It is a simple java programming,just like cmd.exe of windows system.It can complete some command as:dir\help and so on.
wenjianxitong
- 用java实现的linux的二级文件系统,可以实现如下功能:login,dir,create,delete,open,close,read,write2.列目录时要列出文件名,物理地址,保护码和文件名3.源文件可以进行读写保护-Linux using java to achieve the secondary file system, you can achieve the following features: login, dir, create, delete, open, close,
mime-dir-j-vcard4j-1.4.1-project
- A Java API binding of the IETF Mime-Dir and vCard RFC s. This package defines implementation neutral Mime-Dir and vCard Java interfaces for exposing data objects corresponding to those defined by the RFC s.
ShellOfJava
- 自己用Java编写的Shell,实现了Shell中常用的cd,clr,dir,help,quit等功能。-A Shell file writed by myself in Java plat.It include the basic functions of Shell,such as cd,clr,dir,help,quit and so on.
dir.file.search
- 用Java实现的文件夹和文件查询操作,熟悉文件操作函数-Implemented with the Java folder and file search operation, familiar with the file operation function
q5_1
- 1) 编写一个图形化小工具,功能类似系统工具dir,可查看用户给定文件的创建时间、文件类型、文件大小等信息。 提示: 创建时间、文件大小等信息可直接通过file类取得,文件类型需要写方法判断,接受用户输入的文件名,截取其后缀,根据其后缀判断文件的类型。例如后缀为.java的是Java的源程序文件,后缀为.txt的是文本文件。注意提高程序的容错性(输入的格式的多样性和不确定性)。-A) preparation of a graphical gadgets, functionally sim
Dir
- 用java中实现windows的DIR工具-Using java to achieve the windows DIR tool
abc
- 查看某个文件夹中的图片,显示在网页中。程序片: package tom.jiafei import java.io.* class FileName implements FilenameFilter { public boolean accept(File dir,String name) { boolean boo=false if(name.endsWith(".jpg")||name.endsWith(".JPG"))
Dir.java
- 实现图片浏览,并且支持幻灯片播放,支持打开文件夹后浏览整个文件夹文件预览-picture viwer in Java
google_oauth2
- 一套完整的 google drive 认证系统,可以根据以下命令编译运行: 将申请的Client ID和Client secrets加入到client_secrets.json cd . (当前源码根路径) mkdir bin dir /b/s src\*.java > src.list javac -sourcepath src -d bin -classpath "lib/*;" @src.list copy client_secrets.json bin\ jav
LOST.DIR
- 用java编写一个聊天室和能登录聊天保存聊天记录登,但是还不太完善,还在做该项目。(Write a chat room in Java and chat to save chat logs, but it's not perfect, and it's still working on the project.)