go top thisform.command1.enabled=.f. thisform.command4.enabled=.t. thisform.command3.enabled=.t. thisform.command2.enabled=.f. thisform.dy thisform.refresh “上一条”按钮的代码如下: skip -1 thisform.command3.enabled=.t. thisform.command5.enabled=.t. if bof( ) messagebox("已经到第一个!") thisform.command2.enabled=.f. thisform.command5.enabled=.f. else thisform.dy endif thisform.refresh “下一条”按钮的代码如下: skip thisform.command5.enabled=.t. if eof( ) messagebox("已经到最后一条!") thisform.command3.enabled=.f. thisform.command5.enabled=.f. thisform.command2.enabled=.t. else thisform.command2.enabled=.t. endif thisform.dy thisform.refresh “最后一条”按钮的代码如下: go bottom thisform.command1.enabled=.t. thisform.command4.enabled=.f. thisform.command3.enabled=.f. thisform.command2.enabled=.t. thisform.dy thisform.refresh “修改”按钮的代码如下: go recno( ) thisform.txt姓名.readonly=.f. thisform.txt邮政编码.readonly=.f. thisform.txt性别.readonly=.f. thisform.txt手机.readonly=.f. thisform.txt小灵通.readonly=.f. thisform.txt住宅电话.readonly=.f. thisform.txtqq.readonly=.f. thisform.txte_mail.readonly=.f. thisform.txt办公电话.readonly=.f. thisform.txt家庭地址.readonly=.f. thisform.txt备注.readonly=.f. thisform.command6.enabled=.t.
2021-12-14 19:12:23 517KB 管理 图书 借阅 读者
1
图书馆管理系统:图书馆图书、读者及图书借阅情况的管理。
1
图书管理系统c语言课程设计,数据结构的,分图书课人员两大块内容
2021-12-14 15:17:58 47KB 图书管理系统
1
图书借阅管理系统 主要分为两大功能: 1) 图书管理(增加图书、查询图书、删除图书、图书借阅、还书); 2) 会员管理(增加会员、查询会员、删除会员、借书信息);
2021-12-13 21:52:11 888KB 图书管理 数据结构
1
jsp+servlet的一个课堂实训demo,应付课堂设计和普通的大作业足够了,包括数据库文件和源代码
2021-12-13 21:36:07 3.96MB jsp servlet java 课程设计
1
图书借阅管理系统(Struts+Hibernate)
2021-12-11 10:14:08 10.02MB java
1
ACCESS编写的入门级借阅系统 纯ACCESS编写的借阅系统 适合初学者学习
2021-12-10 15:29:50 518KB ACCESS 借阅系统
1
大家好,今天给大家介绍的项目是基于SpringBoot+Mybatis+Html实现的简单图书借阅管理系统源码附带指导视频,系统项目源码在【猿来入此】获取!该系统比较简单只有三张表,管理员和读者角色功能有:图书管理、借阅管理、读者管理。页面使用的是原生的Jquery,没有使用到Thymeleaf模板引擎,如果想学习的话可以下载下来,可以继续在上面加功能,比如班级管理、学生管理、学院管理、图书馆管理、借阅图书报表等功能。项目包含完整的源码及教你如何导入配置运行的教程 运行环境:jdk1.8、mysql5.x、maven3.5\3.6、idea\eclipse。
2021-12-09 14:14:36 648KB springboot mybatis html 图书馆借阅
1
本文档提供的是项目源代码,无项目文档说明,适合Android初学者学习借鉴,友情提示:切勿直接作为作业交付,其中的布局文件,java文件可以用于借鉴学习。适用软件eclipse,内附Android版本以及API请各位自己查看并修改,使其适用于自己电脑上的软件配置。
1
java SQL 图书借阅管理系统 源码,文档,数据库文件
2021-12-03 17:10:30 1.43MB java SQL 图书 借阅
1