-
RentHouse(SSH)
SSH框架;
发布、修改房屋,用户注册的提示信息没有实现;
房屋面积不能为空,否则会报错;
错误检测方面,功能不全,主要在字节长度以及有效性方面;(SSH framework released, to amend the Housing Register message is not achieved housing area can not be empty, otherwise an error error detection, dysfunction, mainly in the byte length as well as the validity of )
- 2012-09-09 11:20:49下载
- 积分:1
-
jspnews
说明: 用JSP做的新闻发布系统,效果不错o(∩_∩)o(Using JSP to do the press release system, good results o (∩ _ ∩) o)
- 2008-09-24 15:49:32下载
- 积分:1
-
android 开发camera例子,
一个android上测试camera的简单演示。比较有实际应运。
- 2023-02-25 02:30:04下载
- 积分:1
-
新建 Microsoft Excel 工作表
说明: yiutityiutuiutyitiiuyitit(tyiyuitituiutyitiyutuituitui)
- 2020-06-21 02:20:02下载
- 积分:1
-
java坦克大战源码
资源描述package com.test3;
import java.io.*;
import java.util.Vector;
import javax.sound.sampled.AudioFormat;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.DataLine;
import javax.sound.sampled.SourceDataLine;
//播放声音的类
class AePlayWave extends Thread {
private String filename;
public AePlayWave(String wavfile) {
filename = wavfile;
}
public void run() {
File soundFile = new File(filename);
AudioInputStream audioInputStream = null;
try {
audioInputStream = AudioSystem.getAudioInputStream(soundFile);
} catch (Exception e1) {
e1.printStackTrace();
return;
}
AudioFormat format = audioInputStream.getFormat();
SourceData
- 2022-02-18 16:08:46下载
- 积分:1
-
BumpingBalls
我初期学习用的很好用的小软件代码,实现BumpingBalls功能,对我帮助很大啊!(I have a good beginning to learn to use software with a small code to achieve BumpingBalls function, great help to me ah!
)
- 2011-12-26 19:45:04下载
- 积分:1
-
input and output procedures demonstration examples
输入输出程序演示例子-input and output procedures demonstration examples
- 2023-01-10 03:20:04下载
- 积分:1
-
java development examples got hardware id
java开发示例
- 2022-09-03 14:55:03下载
- 积分:1
-
ESP8266 -WIFI-使用
这是一个很实用的wifi例程,大家可以下载看看!
- 2022-09-13 18:00:03下载
- 积分:1
-
java导入导出excel
本代码是先读取一个W行的Excel到缓存。再读取另一个W行的Excel与一相匹配。匹配完成后再补充写到一中。
- 2022-05-22 17:07:28下载
- 积分:1