-
PinYinHelper
1 取字符串所有汉字首字母
2 取汉字字符串的首字母(A string of all the characters take the first letter of two characters to take the first letter of a string)
- 2013-08-14 08:53:18下载
- 积分:1
-
parking_dao
说明: 自己学习ssm框架并根据课题开发的小系统,这是dao模块(learn framework of ssm by myself)
- 2020-06-18 22:00:01下载
- 积分:1
-
Java4
实现一个数据单元,包括学号和姓名两部分。
编写两个线程,一个线程往数据单元中写,另一个线程往出读。要求每写一次就往出读一次。
- 2010-01-04 20:42:49下载
- 积分:1
-
Student-attendance
学生出勤管理系统的开发与应用 有较详细的源代码 有需要的话可以参考(Student attendance management system development and application of more detailed source code if necessary can refer to)
- 2013-04-04 20:46:52下载
- 积分:1
-
TankBattle
一个Java小游戏,采用多线程技术,游戏难度可以自行调整(A Java game, using multi-threading technology, the difficulty of the game can be adjusted by itself.)
- 2020-06-22 15:00:02下载
- 积分:1
-
example
Java大学实用教程(第2版)书中例子的程序源代码(Java University Practical Course (2nd edition) book example source code)
- 2013-03-07 13:21:33下载
- 积分:1
-
Article_src
一个Java写的聊天应用程序,它可以处理多个用户在同一时间。它还支持文件传输。
(A chat application written in Java, it can handle multiple users at the same time. It also supports file transfer.)
- 2013-02-23 17:29:39下载
- 积分:1
-
GEF-runtime-3.2
eclipse插件 gef-runtime-3.2 非常好用 谁用谁知道(The eclipse plugin gef-runtime-3.2 is very useful who knows who)
- 2012-08-08 00:10:04下载
- 积分:1
-
high-scale-lib-v1.1.2
该项目包含一组并发和高可伸缩性的工具类,可用于直接替换 java.util.* 或者是 java.util.concurrent.* 集合包,在多 CPU 环境下提供更好的性能。(The project includes a set of concurrency and high scalability tools can be used to directly replace java.util.* Or the java.util.concurrent.* Collection package to provide better performance in a multi-CPU environment.)
- 2013-03-12 12:58:55下载
- 积分:1
-
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