-
java md5编码的源代码,可以对数据进行md5加密。
java md5编码的源代码,可以对数据进行md5加密。-coding java md5 source code, you can md5 encrypt the data.
- 2023-05-11 06:30:03下载
- 积分:1
-
本系统采用jsp编写,数据库采用的是MYSQL,使用JDBC驱动
本系统采用jsp编写,数据库采用的是MYSQL,使用JDBC驱动-the system programed by jsp,
database is mysql,driver is jdbc
- 2023-02-13 19:45:04下载
- 积分:1
-
Java数字输入控件。只能够输入0-9的数字,并能够检查取值范围;能够设置最大值,并自动检查。...
Java数字输入控件。只能够输入0-9的数字,并能够检查取值范围;能够设置最大值,并自动检查。-Java Digital input controls. Only to the importation of 0-9 figures and to check value; Set up to the maximum, and automatically checks.
- 2022-02-07 07:41:28下载
- 积分:1
-
使用switch语句匹配后输出两个变量的和
使用switch语句匹配后输出两个变量的和-After using the switch statement to match the output of two variables and
- 2023-04-11 13:00:04下载
- 积分:1
-
这是一个收发电子邮件的程序,比较简捷,易于学习
这是一个收发电子邮件的程序,比较简捷,易于学习- This is a receiving and dispatching email procedure, quite
simple and direct, is easy to study
- 2022-07-01 23:40:56下载
- 积分:1
-
javame primary. Canvas from a single control to the right treatment is a summary...
javame初级。从单一控件到对canvas的处理,是个总结性的项目。建议使用NetBeans打开本项目。-javame primary. Canvas from a single control to the right treatment is a summary of the project. Recommend the use of NetBeans to open the item.
- 2023-05-26 16:55:04下载
- 积分:1
-
学习JAVA编程的示例,包括多版本代码编写,I18n支持等
学习JAVA编程的示例,包括多版本代码编写,I18n支持等-learning Java programming examples, including multiple versions of code development, support Discuss
- 2023-06-07 19:45:03下载
- 积分:1
-
multiinterfaces.zipgbuffer Searchme =新的StringBuffer(
multiinterfaces.zipgBuffer searchMe = new StringBuffer(
"peter piper picked a peck of pickled peppers")
int max = searchMe.length()
int numPs = 0
for (int i = 0 i < max i++) {
//interested only in p s
if (searchMe.charAt(i) != p )
continue
//process p s
numPs++
searchMe.setCharAt(i, P )
}
System.out.println("Found " + numPs + " p s in the string.")
System.out.println(searchMe)
}
}
-multiinterfaces.zipgBuffer searchMe = n ew StringBuffer ( "peter piper picked a peck of p ickled peppers ") searchMe.length max = int () i nt = 0 numPs for (int i = 0 i
- 2023-04-21 16:25:03下载
- 积分:1
-
Simulation of ATM teller machines, not connected to the database! Own password a...
模拟ATM取款机,没有连接数据库!自己设的密码和账号!功能基本实现!-Simulation of ATM teller machines, not connected to the database! Own password and account set up! Function basically realize!
- 2022-05-18 16:13:20下载
- 积分:1
-
银行系统的开发,包括用户查询,用户转帐,用户删除,公司用户管理...
银行系统的开发,包括用户查询,用户转帐,用户删除,公司用户管理-Banking system
- 2022-03-04 01:19:35下载
- 积分:1