-
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
-
Java-Interview-Collection
Java 面试宝典,讲解面试技巧,面试常见问题。(Java Interview Collection)
- 2012-03-05 17:50:37下载
- 积分:1
-
200_java_code
200个Java初学者必看的小程序,从初始的hellow world 到jFrame的基础使用方法都包括了(200 Java applet beginners must-see, world hellow to the base from the initial use of jFrame are included)
- 2014-05-10 15:08:42下载
- 积分:1
-
touziyouxi
用java语言写的代码,模仿掷骰子游戏,不过不是图形界面。(Use Java language writing code, imitate rolls the dice game, but not graphics interface.)
- 2011-12-10 12:41:00下载
- 积分:1
-
S2SH_toupiao
一个投票系统,使用的是ssh框架开发很具有开发的哦意义,很值得参考(A voting system, using ssh framework developers have developed very Oh significance, it is worth considering)
- 2014-08-08 09:55:39下载
- 积分:1
-
MyEclipse6Chinese-tutorial
Myeclipse中文教程,详细的介绍了集成开发环境的各项功能,对于学习Myeclise的学习者,将会有很的帮助(Myeclipse Chinese tutorial describes in detail the various functions of an integrated development environment for learning Myeclise learners, there will be very help)
- 2011-09-05 17:02:49下载
- 积分:1
-
JavaScript-The-Definitive-Guide
自1996以来,JavaScript:权威指南已经programmers-a JavaScript程序员指南、核心语言综合参考和API定义的Web浏览器的客户端JavaScript圣经。第六版包括HTML5和ECMAScript 5,在jQuery和服务器端JavaScript的新篇章。这是推荐有经验的程序员谁想学习网络编程语言,和当前的JavaScript程序员要掌握它。(Since 1996, JavaScript: The Definitive Guide has been the bible for JavaScript programmers—a programmer’s guide and comprehensive reference to the core language and to the client-side JavaScript APIs defined by web browsers. The 6th edition covers HTML5 and ECMAScript 5, with new chapters on jQuery and server side JavaScript. It’s recommended for experienced programmers who want to learn the programming language of the Web, and for current JavaScript programmers who want to master it.)
- 2014-01-23 10:00:10下载
- 积分:1
-
LIMS_SSM-master
说明: 实现了实验室管理系统的增删改查功能,界面优化良好,可以用来练习。(The function of adding, deleting, modifying and checking in the laboratory management system is realized. The interface is optimized well and can be used for practice.)
- 2021-03-17 13:59:20下载
- 积分:1
-
tomsun28-bootshiro-master
说明: 基于springboot2+ shiro+jwt的真正rest api资源无状态认证权限管理框架,开发人员无需关注权限问题,后端开发完api,前端页面配置即可(Based on the real rest API resource stateless authentication permission management framework of spring boot 2 + Shiro + jwt, developers do not need to pay attention to permission issues. after the API is developed, the front-end page configuration can be completed.)
- 2020-06-19 11:40:02下载
- 积分:1
-
POP3Demo
利用Java实现POP3协议,可以接受和列出所有邮件的详细信息。(POP3 protocol to achieve the use of Java, you can accept and list all e-mail for more information.)
- 2009-07-20 10:20:57下载
- 积分:1