-
useftpapplet
Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。
Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。 (Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields.
Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents.)
- 2014-09-23 18:11:27下载
- 积分:1
-
chess212
使用Java编写的国际象棋的源码,仅供大家灿烂靠(The source code for chess written in Java,It is only for everyone to be brilliant.)
- 2018-05-04 20:06:25下载
- 积分:1
-
missing_close_brace
This PAC script is invalid, because there is a missing close brace on the function FindProxyForURL().
- 2014-01-26 16:53:39下载
- 积分:1
-
N_java_api
说明: guestbook的java程序。应该还是蛮好的
- 2010-04-14 16:13:46下载
- 积分:1
-
hvisions-euraka-master
说明: 这是一个很好地学习资料提供大家学习,又处于大家的学习(This is a good learning material for you to study, but also in your study)
- 2019-11-05 20:25:17下载
- 积分:1
-
virtqal
一个关于系统的JAVA源码 里面有详细的说明和模拟售票系统程序(A system about JAVA source with detailed instructions and simulate the ticketing system program)
- 2017-03-18 16:22:58下载
- 积分:1
-
src
说明: java 编程(大二)大作业
网络爬虫
详情见代码(Java programming (sophomore year) big job:
Internet worm)
- 2020-12-14 15:09:14下载
- 积分:1
-
Eclipse_pdf
说明: 对于初学JAVA语言的人来说,经常对eclipse这个开发工具的使用很不熟悉,这个PDF文件可以帮助你进行很好的了解和掌握(JAVA language for beginner people, often eclipse the use of development tools is very familiar with, this PDF document can help you carry out a very good understanding and knowledge of)
- 2008-11-17 09:04:11下载
- 积分:1
-
JNDI-JAAS
说明: J2EE规范的JAAS开发安全实例:介绍了J2EE的安全模式、中间件应用的JAAS实现。(J2EE standard JAAS security development examples : a J2EE security model, middleware applications JAAS achieve.)
- 2005-12-13 11:36:23下载
- 积分:1
-
Miller-Rabin_primality_test_(Java)
Miller Rabin:Just like the Fermat and Solovay–Strassen tests, the Miller–Rabin test relies on an equality or set of equalities that hold true for prime values, then checks whether or not they hold for a number that we want to test for primality.
- 2012-12-10 09:31:11下载
- 积分:1