登录
首页 » JavaScript » SSH

SSH

于 2013-11-27 发布 文件大小:566KB
0 209
下载积分: 1 下载次数: 2

代码说明:

  登录和注册页面要配置验证文件,保证用户名和密码为非空。 添加学生信息页面要保证学号非空,为6位数字。 添加完学生信息后,以表格的方式显示数据库中所有学生信息 (Login and Registration page to verify the configuration file to ensure that the user name and password for non-empty. Add student information page to ensure student number is not empty, as six figures. After adding the student information in tabular display database information for all students)

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

发表评论

0 个回复

  • 2
    说明:  htmL5 WEB页面架构,网站开发的一个框架 ,欢迎下载(htmL5 WEB page structure, a framework for web development, please download)
    2011-12-09 18:19:01下载
    积分:1
  • 一款卡牌游戏的测试工具
    一款卡牌游戏的测试工具,利用http来达到目的。 可以通过发送toast,直接修改客户端游戏数据,同步服务器端数据。
    2022-01-28 04:36:48下载
    积分:1
  • phpstat_utf8
    PHPstat网站决策支持分析系统 v1.0 UTF-8简体中文版,php编程学习源码,web网页制作参考资料。 (PHPstat site decision support analysis system v1.0 UTF-8 Simplified Chinese version, php programming learning source, web pages reference materials.)
    2014-01-13 21:58:16下载
    积分:1
  • 基于JSP实现的宿舍公共财产管理系统(源码+数据库+毕业论文)
    摘  要 随着科技水平的发展,计算机应用系统已经在人们的生活、工作中起着越来越重要的作用。由于在校的大学生越来越多,传统的公寓管理存在着诸如效率低、保密性差、难于查找、更新和维护以及出错率高、不能很好的统一数据等缺陷,设计一个良好的大学生公寓管理系统将会对大学还是能宿舍管理工作带来事半功倍的效果。 学生公寓管理系统是以高效的管理方式为实例而设计的一种实用型管理系统,本系统最大的特点就是通用性、简单操作性,适用于同行业以及一些同类型的企业管理,随着学生寄宿人员的增多,公寓管理人员的负担越来越重,为了让所有公寓管理人员能从繁重的工作中解脱出来,是无纸化办公;使工作更有条理,更方便,更有效率而开发出本公寓管理系统。本系统采用java作为前台开发工具、MySQL作为后台数据库平台的管理系统。系统通过实现公寓管理人员的信息输入与维护、公寓入住人员的信息修改与维护、宿舍用品配置登记与维护、公寓信息查询、来访人员登记等功能,使大学生公寓管理变得系统化、规范化、自动化,从而达到掌握宿舍成员的情况、提高管理效率的目的 
    2020-11-29下载
    积分:1
  • anzu
    ASP站长助手,用于网站安全检查检测用!(ASP webshell)
    2010-10-24 09:43:14下载
    积分:1
  • 空心书屋,起点用的
    空心书屋,起点文学站用的(Hollow Library, starting with the literary Station)
    2005-03-15 17:18:48下载
    积分:1
  • smallChat
    微信后台开发,php代码,关于调用小黄鸡接口的例子,欢迎下载。(wechat development background, PHP code, the example about call yellow chicken interface, welcome to download.)
    2015-04-29 16:14:11下载
    积分:1
  • asptohtm
    飞鸟asp生成htm插件适合各类asp网站。网页生成静态Html文件有许多好处,比如生成html网页有利于被搜索引擎收录,不仅被收录的快还收录的全。生成htm可以减少服务器响应时间和服务器压力,从而提高网页打开的速度。(Asuka asp generate htm asp site for all types of plug-ins. Page generate static Html file has many benefits, such as creating html pages indexed by search engines in favor of full inclusion is not only fast but also included. Htm can generate server response time and reduce server stress, thereby increasing the speed of Web page opens.)
    2016-04-21 18:36:04下载
    积分:1
  • mwlmbym
    1、将www内的所有文件上传到你的空间根目录;(一般根目录为服务器WEB文件夹,直接上传即可,不用安装,直接可以打开网站) 2、后台地址:你的域名/admins 管理账号和密码都是admin 注意事项: 1.请先修改左边菜单栏:管理账号的密码 2.网站配置,修改网站信息(填写完请退出一下再进) 3.变更网站LOGO,打开本地文件www下的images内LOGO,进行上传替换【首页右上角电话图片一样的方法】注意查看源文件分辨率! 4.修改顶部信息,请修改www下index文件;修改侧边栏信息、底部信、微博等,请修改www下bottom文件;(1, the WWW file will be uploaded to the root directory of your space (general root directory server WEB folder can be uploaded directly, do not install, you can directly open the site) 2, background address: your domain name /admins management account and password are admin Matters needing attention: 1 please modify the left menu bar: password management account 2 site configuration, modify the site information (please fill out the end of the re entry) 3 change the site LOGO, open the local file www under the images LOGO, upload and replace the [right hand corner of the top of the phone the same way as a picture] note the source file resolution! Modify the top 4 information, please modify the WWW index file modify the sidebar information, such as micro-blog, at the bottom of the letter, please modify the WWW file under bottom )
    2017-01-14 21:45:23下载
    积分:1
  • JSP+JAVABEAN+SEVLET实现一个注册登录的博客网站
    JSP+JAVABEAN+SEVLET实现一个注册登录的博客网站  基于MVC开发。 用的是MYSQL代码如下create database manaSystem;use manaSystem;create table member_info(member_id int auto_increment primary key,member_account varchar(100),member_pwd varchar(50),member_email varchar(100));insert into member_info(member_account,member_pwd,member_email) values("独自等待的鸭子","yangxiaonawzy","yangxiaonawzy@163.com");insert into member_info(member_account,member_pwd,member_email) values("倒霉熊","yangxiaonawzy","daomeixiong@126.com");create database shopping;use shopping;create table user_info(user_id int auto_increment primary key,user_account varchar(100),user_pwd varchar(50));create table message_info(message_id int auto_increment primary key,user_id int,message_content varchar(250),message_time datetime);alter table u
    2022-07-14 11:28:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载