-
文件的输入输出。输入名字,成绩,学号;保存为数据库文件。...
文件的输入输出。输入名字,成绩,学号;保存为数据库文件。-document input and output. Input names, achievements, school; Preservation of the database files.
- 2022-06-18 21:32:02下载
- 积分:1
-
中间商系统
1 数据库 Access2000
2 版本 jsp2.0+servlet2.4+jstl1.1+Tomcat5.5.9+JDK1.5
中间商系统
1 数据库 Access2000
2 版本 jsp2.0+servlet2.4+jstl1.1+Tomcat5.5.9+JDK1.5
3 IDE工具 JBuilder2006
4 需要改的地方 com.wang.bean DataBean 的构造函数的数据库URL需要改成自己的环境-Brokering system Access20002 version 1 database jsp2.0+ Servlet2.4+ Jstl1.1+ Tomcat5.5.9+ JDK1.53 IDE tools JBuilder20064 need to change the place of the constructor com.wang.bean DataBean database URL need to change their own environment
- 2022-03-19 20:15:26下载
- 积分:1
-
一个用Java编写的测试线程的优先级别的演示程序.
一个用Java编写的测试线程的优先级别的演示程序.-a Java test prepared by the level of priority threads demonstration program.
- 2022-09-16 08:05:03下载
- 积分:1
-
java ATA认证教材,6章的代码
JAVA ATA认证课本,第6章代码-JAVA ATA certification textbook, Chapter 6 code
- 2022-03-06 00:26:57下载
- 积分:1
-
Second answer SSD8 practice, in the hope that students learning networks help.
SSD8的练习二答案,希望对学习网络的同学有所帮助。-Second answer SSD8 practice, in the hope that students learning networks help.
- 2023-04-30 02:15:02下载
- 积分: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
-
java 对日期的操作,日期类型数据的加减等
java 对日期的操作,日期类型数据的加减等-java on the date of operation, the date of the type of data, such as addition and subtraction
- 2022-07-25 21:08:15下载
- 积分:1
-
change the two numbers
在JAVA中通过异或可以对2个数字进行交换。 -change the two numbers
- 2023-02-19 23:00:03下载
- 积分:1
-
believe so many friends in the time of the navigation is very troublesome proble...
相信不少朋友在做导航条的时候感到很麻烦吧,因为每做一页,连接就要修改一次,页面多起来的时候简直就是折磨了。这种情况在使用js 的情况下会有所改善,因为每个连接都是一样的,并且以后有栏目修改,增加减少的时候会倍感方便。但使用手工修改的时候未免会出更多的麻烦,js 错一个字整个 js 都不能运行。 Html2js 就是在这种情况下产生的,可以直接把 html代码转换成 js代码 ,那么这样一来,无论作什么修改,在 html 里面做好,然后转换就是了。-believe so many friends in the time of the navigation is very troublesome problem, as do every one, it is necessary to connect the revisions, the increase in pages when it is a torment. In such circumstances the use js circumstances will improve, because each link is the same, and after the columns are amended by increasing the reduction will more conveniently. But the use of manual changes of time it will be more trouble, a word wrong js whole js can run. Html2js is under such circumstances, can be directly converted into html code js code, then this one, no matter what changes they do in html and then converting the grindstone.
- 2023-02-01 01:45:04下载
- 积分:1
-
用JAVA编写的字符的比较,区分大小写功能,非常易懂
用JAVA编写的字符的比较,区分大小写功能,非常易懂-String Compare
- 2022-03-23 08:39:25下载
- 积分:1