functionformReset(frame){ form1.reset(); returnfalse; } functioncheck(userName-学生考勤管理系统-Java开发 - IMDN开发者社群-imdn.cn" /> functionformReset(frame){form1.reset();returnfalse;}functioncheck(userName,userPass){name=userName;pass=userPass;if(name.length<1){ alert("请输入你的用户名!!");document.form1.userName.focus();returnfalse;}elseif(pass.length<1){ alert("请输入你的密码!!");document.form1.userPass.focus();returnfalse;}}-IMDN开发者社群-imdn.cn"> functionformReset(frame){form1.reset();returnfalse;}functioncheck(userName,userPass){name=userName;pass=userPass;if(name.length<1){ alert("请输入你的用户名!!");document.form1.userName.focus();returnfalse;}elseif(pass.length<1){ alert("请输入你的密码!!");document.form1.userPass.focus();returnfalse;}} - IMDN开发者社群-imdn.cn">
登录
首页 » Java开发 » 学生考勤管理系统

学生考勤管理系统

于 2022-07-19 发布 文件大小:2.36 MB
0 206
下载积分: 2 下载次数: 1

代码说明:

资源描述 function formReset(frame){ form1.reset(); return false; } function check(userName,userPass) { name = userName; pass = userPass; if (name.length < 1) {   alert("请输入你的用户名!!"); document.form1.userName.focus() ; return false; } else if (pass.length < 1) {   alert(" 请输入你的密码!!"); document.form1.userPass.focus() ; return false; } }

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 科学计算器使用 java
    这是一个科学计算器 的java实现 。 与有吸引力图形用户界面,可以轻松地编译和运行代码
    2023-04-21 02:40:02下载
    积分:1
  • 小游戏五子棋大战
    class LNode{ private int row; private int col; private Color chessColor; private LNode next; public LNode(int row,int col,Color chessColor){ this.row=row; this.col=col; this.chessColor=chessColor; } public LNode(){ this.next=null; } public void setRow(int row){ this.row=row; } public int getRow(){ return this.row; } public void setCol(int col){ this.col=col; } public int getCol(){ return this.col; } public void setChessColor(Color chessColor){ this.chessColor=chessColor; } public Color getChessColor(){ return this.chessColor; } public void setNext(LNode next){ this.next=next; } public LNode getNext(){ return this.next; } } class NullAndCount{ private int nullCount=0; private int chessCount=0; public void setNullCount(int nullCount){ this.nullCount=nullCount; } public int getNullCount(){ return this.nullCount; } public void setChessCoun
    2022-05-08 02:47:07下载
    积分:1
  • JSP动态生成网页
    JSP动态生成网页 利用JSP动态
    2022-01-26 03:00:54下载
    积分:1
  • hibernate4.2-jar包
    资源描述 hibernate4.2-jar包: 1、比起hibernate3.0版本,有很多的性属性! 2、欢迎大家下载
    2022-08-24 15:18:46下载
    积分:1
  • 布的记事本
    import javax.swing.*; import java.awt.*; import java.awt.event.InputEvent; import java.awt.event.KeyEvent; import java.awt.event.*; import java.io.*; public class Moo{ public static void main(String args[]){ FirstWindow win=new FirstWindow("新建文本文档.txt-记事本"); } } class FirstWindow extends JFrame implements ActionListener,ItemListener{ JFileChooser fileChooser1,fileChooser2,fileChooser3,fileChooser4; JPopupMenu menu; JComboBox listFont; JTextArea text; JScrollPane scrollPane; JMenuBar menubar; JMenu menu1,menu2,menu3,menu4,menu5; JMenuItem item1,item2,item3,item4,item5,item6,item7,item8,item9,item10,item11,item12,item13 ,item14,item15,item16,item17,item18,item19,item20,item21,item22,item23,item24,item25,item26,item27 ,item28,item29,item30,item31,item32,item33,item34; FirstWindow(String s){ setTitle(s); setSize(260,270); setLocation(
    2022-02-04 14:46:14下载
    积分:1
  • java编写FTP上传下载
    JAVA编写FTP上载,下载,源代码,请多多指点,运用JAVA编写FTP实现上传下载功能,运用JAVA编写FTP实现上传下载功能,运用JAVA编写FTP实现上传下载功能,运用JAVA编写FTP实现上传下载功能,运用JAVA编写FTP实现上传下载功能,运用JAVA编写FTP实现上传下载功能,运用JAVA编写FTP实现上传下载功能
    2022-07-16 04:07:54下载
    积分:1
  • 安卓多标签
    资源描述Android 自定义云标签。通用强大,你还在等什么,赶快来体验吧。迄今为止最强大的Android标签功能。
    2022-03-18 10:15:04下载
    积分:1
  • TCP-Client
    TCP-Client客户端发送和接收数据,利用socket,建立连接,接收和发送数据. send and receive data using socket, and set up the connection
    2022-06-01 16:13:20下载
    积分:1
  • 学校管理系统
    学校管理系统也在协助机构在办学学术礼节性的 java 开发中生成程序它产生学生出勤列表,报告形式
    2023-06-05 02:05:05下载
    积分:1
  • java 反射实体类自动生成sql语句
    应用背景后台很多的插入、查询、修改、删除语句除了 表名和列名条件不一样,其他的都是一样的繁琐的重复工作,此工具可以将那些简单的查询插入 修改 删除 大量的简化。关键技术通过java的反射机制获得java 实体类的属性和值,并且将属性和值封装到sql语句中,最终返回可用于执行的sql语句。(注:可以选择你想要的列去动态生成sql语句,详情请看源码)
    2022-01-26 07:45:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载