搜索资源列表
SearchCrawler
- 一个搜索引擎类,使用方法:在命令窗口输入: D:\\>java SearchCrawler http://www.sina.com 20 java-a search engine category, the use of methods : the command window : D : \\ gt; Java SearchCrawler http://www.sina.com 20 java
A_simple_chat_tool
- 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerLi
jftp-1[1].00pre1.tar
- JFtp是一个用 Java编写的图形化的FTP客户端程序。它支持所有基本的FTP操作,有一些改善的性能,如递归式目录上传,漂亮的swing UI,能够自动断点续传,能识别不完整的目录名。API从GUI中分离,可以用于第三方应用程序或命令行模式。-JFtp Java is used to prepare a graphical FTP client program. It supports all basic FTP operation, the performance of some impro
vncviewer2094224
- 请教一下,怎样在Java命令行输出字?NET向窗体添加字段的时候 不能添加数组。-Ask, how in the Java command-line output word? NET to add form fields when the array can not be added.
QTai
- 通过arp命令,得到局域网内所有电脑的IP地址。-Through the arp command, get the LAN IP address of all computers.
snmp4j-1.11
- SNMP4J是一个用Java来实现SNMP(简单网络管理协议)协议的开源项目.它支持以命令行的形式进行管理与响应。SNMP4J是纯面向对象设计与SNMP++(用C++实现SNMPv1/v2c/v3)相类似。此为最新的1.11版本。-SNMP4J is an enterprise class free open source and state-of-the-art SNMP implementation for Java™ 2SE 1.4 or later. SNMP4J supp
WebBrowser
- java编制的简单网页浏览器,直接用javac编译,java命令执行即可-A simple java web browser compiled directly with javac compiler, java command to
remotecontrol
- 实现一个简单远程监控软件,采用Windows Socket(或Java Socket)编程。采用C/S架构。(1)能够远程监控一台主机,显示主机屏幕内容,能远程关机(2)能远程下载或上传文件(3)能远程执行一些DOS命令(4)能远程运行一些可执行命令。 -Implement a simple remote control software, using Windows Socket (or Java Socket) programming. By C/S architecture. (1)
Server
- 有关网络编程的Java小程序,只要配置好环境变量,就直接敲命令就能运行。-Java network programming on a small program, as long as the environment variables configured to directly hit the command to run.
snmp4j
- SNMP4J是一个用Java来实现SNMP(简单网络管理协议)协议的开源项目.它支持以命令行的形式进行管理与响应。SNMP4J是纯面向对象设计与SNMP++(用C++实现SNMPv1/v2c/v3)相类似。-SNMP4J is a Java to implement SNMP (Simple Network Management Protocol) protocol of open source projects. It supports the management and response
Java-FTPServer
- FTP服务器 能够实现监听 打开目录-In active mode FTP the client connects from a random unprivileged port (N > 1024) to the FTP server’s command port, port 21. Then, the client starts listening to port N+1 and sends the FTP command PORT N+1 to the FTP server.
java_video_src
- 用JAVA做的音视频即时通讯程序,可用于二次开发,可用于游戏的音视频引擎,也可以作为视频会议、网络教育、IM系统、网络视频聊天系统,还可以应用于政府应急指挥平台、专家远程协商平台等专用系统。-JAVA do audio and video instant messaging program, can be used for secondary development, can be used for audio and video of the game engine, and can also
AIX
- java 程序 对 AIX 服务器 监控命令 查看 内存、CPU 占用率-java program on AIX server monitoring command to view memory, CPU occupancy rate
1
- 1.已知参数:目的节点IP地址或主机名 2.设计要求:通过原始套接字编程,模拟Ping命令,实现其基本功能,即输入一个IP地址或一段IP地址的范围,分别测试其中每个IP地址所对应主机的可达性,并返回耗时、生存时间等参数,并统计成功发送和回送的Ping报文。 2.1初始化Windows Sockets网络环境; 2.2解析命令行参数,构造目的端socket地址; 2.3定义IP、ICMP报文; 2.4接收ICMP差错报文并进行解析。 3. 程序实现主要用到Java网络包中的
Router
- 这是一个模仿路由算法的java程序。 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序启动时必须能
sshxcute_addGUI
- linux/unix下可以自动批量执行相关命令(增加java swing编写的简单执行界面) 备注:netbeans开发-Under linux/unix can automatically batch command execution (increase java swing prepared by the simple implementation of the interface)
Ping
- 用java实现系统ping命令的调用,并获取ping命令的相关参数。-Using java to achieve ping command to call the system and obtain the relevant parameters of the ping command.
httpServer
- Http 服务器源码 WEB_ROOT这个路径下放置HTML文件和其他一些文件。 *在这个包中,WEB_ROOT就是工作路径”webroot”。 *工作路径是文件系统中java命令所调用的位置。-Http server source code WEB_ROOT place HTML files and other documents under this path.* In this package, WEB_ROOT is working path " webroot&
Java_RCE_PoC
- java反序列化操作远程命令执行漏洞的PoC-deserialize java remote command execution vulnerability PoC
undercoyyand
- java编写的命令行下计算个人所得税的程序,不错-Written in Java command line under the calculation of individual income tax program, is good
