本代码是用java编写的,用来查找目的主机开放端口信息的源码.-the java code is used to prepare the aim to find an open port mainframe information source. 下载
用Java实现的一个端口扫描器,能扫描出开放的端口-use of a Java port scanners can scan the opening of ports 下载
端口扫描程序,可以扫描出计算机的开放端口(1-6556)-port scanning procedures, the computer scans for an open port (1-6556) 下载
探测某主机开放端口的图形界面的小程序,本人的第一个做的程序,有些地方不完善,不过是个参考的好东西,包括使用了进度条等很多Swing的图形编程。-detection of a host of open ports graphical interface small programs, the first one I do the procedures, some imperfections, but is a reference to the good things, the progress, including the use of as many Swing graphical programming. 下载
每一个Ftp发送之后,Ftp服务器都会返回一个字符串,其中包括一个返回代码和一串说明信息。这个返回码主要是用于判断命令是否被成功执行了。除此之外,还有一个非常重要的命令的返回。当发送PASV之后,返回“227 Entering Passive Mode (127,0,0,1,4,18)”。这意味着在服务器上有一个端口被开放,他将为我们后面接着的数据传输作好准备,但是我们如何知道该端口号呢,就在(127,0,0,1,4,18)中,前面四位指服务器的地址,关键是最后两位,将最后第二位乘256再加上最后一位的值就是我们的端口号,也就是4*256+18。取得端口号之后我们就可以用socket连接到这里。这为我们后面的工作作好准备了,因为我们的取得列表,上传,下载文件都要依靠它来实现- 下载
中国移动通信CMPP3.0短消息网关客户端程序 <- Princetoad Studio出品 -> cmpp3.0短信平台,支持参数配置,日志记录,和后台数据库支持等功能, 数据库文件CMPPDB.MDB里面有四个表,out是存放要发送的消息的,发送成功的话放到sentout表中, 失败的话放到badout表中,收到的消息放到inbox表中。 更多信息请访问 princetoad的主页http://princetoad.xiloo.com. 提供cmpp2.0,cmpp3.0,sgip1.2短消息网关开发接口库及模拟网关和完整的客户端程序免费下载,同时出售源代码。- 下载
1:文件说明: ExampleServlet.java 发信JAVA源文件 CSEmail.jar 发信包 com CSEmail.jar 的源文件 2:部署: ExampleServlet.java 发到 WEB-INF/CLASSES/ CSEmail.jar 放到 web-inf/lib/ 3. 修改ExampleServlet.java 中 private String SERVLET_HTTP_PATH = "http://www.yourSite.com/servlet/ 把www.yourSite.com 改成你的网址 4运行: http://www.yourSite.com/servlet/ExampleServlet 填写你的SMTP邮件服务器和发信端口,还有你在这个邮件服务器上的帐号(不正确发不出信) -1: Document explanation that, ExampleServlet.java sends a letter JAVA source document CSEmail.jar to send a letter wraps com CSEmail.jar the source document 2: Deployed: ExampleServlet.java sends to WEB-INF/CLASSES/ CSEmail.jar to put to web-inf/lib/ 3. revises in ExampleServlet.java private String SERVLET_HTTP_PATH = "http://www.yourSite.com/servlet/ to alter to www.yourSite.com your website 4 movements: Http://www.yourSite.com/servlet/ExampleServlet fills in your SMTP server and sends a letter the port, but also has you (not correctly not to be able to issue letter) on this server account number 下载
每一个Ftp发送之后,Ftp服务器都会返回一个字符串,其中包括一个返回代码和一串说明信息。这个返回码主要是用于判断命令是否被成功执行了。除此之外,还有一个非常重要的命令的返回。当发送PASV之后,返回“227 Entering Passive Mode (127,0,0,1,4,18)”。这意味着在服务器上有一个端口被开放,他将为我们后面接着的数据传输作好准备,但是我们如何知道该端口号呢,就在(127,0,0,1,4,18)中,前面四位指服务器的地址,关键是最后两位,将最后第二位乘256再加上最后一位的值就是我们的端口号,也就是4*256+18。取得端口号之后我们就可以用socket连接到这里。这为我们后面的工作作好准备了,因为我们的取得列表,上传,下载文件都要依靠它来实现-each sent a Ftp, Ftp server will return a string, including a return code and a bunch stated. The return code is mainly used to judge whether the order was successfully implemented. In addition, there is a very important order for the return. When sending PASV, return to the "227 Entering Passive Mode (127,0,0,1,4. 18). " This means that the server is a port being open, we 下载
每一个Ftp发送之后,Ftp服务器都会返回一个字符串,其中包括一个返回代码和一串说明信息。这个返回码主要是用于判断命令是否被成功执行了。除此之外,还有一个非常重要的命令的返回。当发送PASV之后,返回“227 Entering Passive Mode (127,0,0,1,4,18)”。这意味着在服务器上有一个端口被开放,他将为我们后面接着的数据传输作好准备,但是我们如何知道该端口号呢,就在(127,0,0,1,4,18)中,前面四位指服务器的地址,关键是最后两位,将最后第二位乘256再加上最后一位的值就是我们的端口号,也就是4*256+18。取得端口号之后我们就可以用socket连接到这里。这为我们后面的工作作好准备了,因为我们的取得列表,上传,下载文件都要依靠它来实现-each sent a Ftp, Ftp server will return a string, including a return code and a bunch stated. The return code is mainly used to judge whether the order was successfully implemented. In addition, there is a very important order for the return. When sending PASV, return to the "227 Entering Passive Mode (127,0,0,1,4. 18). " This means that the server is a port being open, we will be behind him then transfer the data to prepare But we know how to do the port, the (127,0,0,1,4,18), four previous addresses refer to the server, the key was the last two, the final will take second place on 256 with a final value is our port, which is 4 * 256 18. Port made after we socket connections can be used to here. This behind us prepare for the work, because we made the list and upload and downloa 下载
每一个Ftp发送之后,Ftp服务器都会返回一个字符串,其中包括一个返回代码和一串说明信息。这个返回码主要是用于判断命令是否被成功执行了。除此之外,还有一个非常重要的命令的返回。当发送PASV之后,返回“227 Entering Passive Mode (127,0,0,1,4,18)”。这意味着在服务器上有一个端口被开放,他将为我们后面接着的数据传输作好准备,但是我们如何知道该端口号呢,就在(127,0,0,1,4,18)中,前面四位指服务器的地址,关键是最后两位,将最后第二位乘256再加上最后一位的值就是我们的端口号,也就是4*256+18。取得端口号之后我们就可以用socket连接到这里。这为我们后面的工作作好准备了,因为我们的取得列表,上传,下载文件都要依靠它来实现-each sent a Ftp, Ftp server will return a string, including a return code and a bunch stated. The return code is mainly used to judge whether the order was successfully implemented. In addition, there is a very important order for the return. When sending PASV, return to the "227 Entering Passive Mode (127,0,0,1,4. 18). " This means that the server is a port being open, we will be behind him then transfer the data to prepare But we know how to do the port, the (127,0,0,1,4,18), four previous addresses refer to the server, the key was the last two, the final will take second place on 256 with a final value is our port, which is 4 * 256 18. Port made after we socket connections can be used to here. This behind us prepare for the work, because we made the list and upload and downloa 下载
哈夫曼编码 c lpc2292代码 批量上传 perl c51串口程序 vc 粒子系统 自适应滤波算法及其在回波抵消中的应用 屏幕取词 源码 c builder ir协议 类似wpe linux mib库 vc界面开发例子 socketjs-1.0 dw2xls vhdl flash控制器 hmm matlab code 低通数字滤波器的设计 leadtools介绍 flash万年历代码 lzw lz77 比较 用c java voip 源码 java 组态 delphi infopower mapx资料 minifilter vc 木马源代码 at29c040的读写程序 word 文档解析 iso7816程序 delphi dicom开发 linux qt编程资料下载 subrouti 用matlab 实现\数字滤波 java聊天机器人源代码 mac地址 lan 自己编写数据库dll asp.net信息管理系统开发实例导航 mfc程序源代码 c语言中的经典问题 gdi 样条曲线 matlab fft 示例 linux更换皮肤 getmac 源码 oracle c oci编程 j2me 地图 spi的速度 evc direct 源码 triangulation vc adc0838 c vc 开发web服务器