-
Learning can be really not an easy thing to do ah such a great effort the next s...
学习可真不是个容易的事啊 下个源代码这么费劲 -Learning can be really not an easy thing to do ah such a great effort the next source code
- 2022-10-16 08:20:03下载
- 积分:1
-
diffraction
Images of diffraction
- 2013-10-21 22:02:24下载
- 积分:1
-
用于java画函数曲线
纯Java语言书写,package test;
import java.util.Scanner;
public class test {
public static void main(String args[])
{
Scanner input=new Scanner(System.in);
int num;
int s[];
System.out.print("input number");
num=input.nextInt();
s=new int[input.nextInt()];
for(int i=0;i
- 2022-07-12 03:55:08下载
- 积分:1
-
ch02
java程序设计教程第二章例题,关于输入输出的相关代码(java programming tutorial Chapter II examples, the relevant code on the input and output)
- 2010-12-19 22:32:08下载
- 积分:1
-
Java与模式 源代码,阎宏那本书的。经典,不用说了吧
Java与模式 源代码,阎宏那本书的。经典,不用说了吧-model with Java source code, Yan Hong of the book. Classic Needless to say, all right
- 2022-05-15 20:01:17下载
- 积分:1
-
ghsc267131120510091
deepstream.io-tools-react: A react mixin that syncs a component s state with deepstream
- 2016-06-12 10:26:54下载
- 积分:1
-
web blog jsp博客设计
实现方法:
1. 数据库设计
2. MessageVO.java
定义留言属性的一个bean文件,定义了各个字段的get和set方法。
3. DBConn.java
定义了连接ACCESS数据库的方法,可以通过调用此方法访问数据库。
4. MessageBean.java
用来进行留言管理的bean,定义了添加留言,获取留言数据,以及删除留言的方法。
5. adminInfo.java
定义了管理员字段(adminName,adminPwd)的set和get方法。并定义了一个判断是否是管理员的方法judgeAdmin()。
6. commonBean.java
定义了一些常用的方法,比如中文字体处理(解决乱码问题),数据库数据转换为HTML格式显示的方法等。
7. javascript脚本
用来检查表单数据是否为空。
//用于管理员登陆的验证
function check()
{
var adminName=document.getElementById("adminName").value;
var adminPwd=document.getElementById("adminPwd").value;
if(adminName=="" || adminPwd=="")
{
alert("用户名、密码不能为空!")
document.getElementById("adminName").focus();
return false;
}
}
//用于添
- 2023-07-16 22:40:03下载
- 积分:1
-
MyEclipse激活工具
dwadawubuawbdiuyawgiagduyawdiabgaygfawbiufbawfbaikwuf
- 2020-06-17 10:20:02下载
- 积分:1
-
android 仿QQ菜单设计 实例源码
模仿Qq设计菜单
- 2014-05-29下载
- 积分:1
-
boardgame
JAVA棋盘程序,以前自己写的,欢迎指正~(JAVA board procedures,please correct me ~)
- 2012-07-14 10:42:38下载
- 积分:1