有安全需求的选题系统

上传者: 26915833 | 上传时间: 2020-02-14 03:10:44 | 文件大小: 218KB | 文件类型: zip
完整的小型选课系统网站开发源码,实现了: 1:数据库密码为加密存储 2:访问控制:不同类型的user,其权限由usertype规定 3:建立视图用了安全读取数据库中的数据: create view tb_userview as select usernc,usertype,userpwd from tb_user create view tb_userncview as select id,truename,usertype,titleid,usernc,userpwd from tb_user create view tb_leavewordview as select * from tb_leaveword 4:使用POST而不是GET传值,使参数不显示在URL栏 5:引入Session对象弥补HTTP协议的不足(HTTP协议是一种无状态的协议),以验证当前页面登录者的身份是否合法: Session的作用时间为从用户到达某个特定的Web页开始,到该用户离开Web站点,或在程序中利用代码终止某个Session结束。引用Session 则可以让一个用户访问多个页面之间的切换也会保留该用户的信息。系统为每个访问者都设立一个独立的Session对象,用以存储Session变量,并且各个访问者的Session对象互不干扰。Session与Cookie是紧密相关的。 Session的使用要求用户浏览器必须支持Cookie,如果浏览器不支持使用Cookie,或者设置为禁用Cookie,那么将不能使用Session。Session信息对客户来说,不同的用户用不同的Session信息来记录。当用户启用Session时,服务器自动产生一个SessionID.在新会话开始时,服务器将SessionID当做cookie存储在用户的浏览器中。

文件下载

资源详情

[{"title":"( 48 个子文件 218KB ) 有安全需求的选题系统","children":[{"title":"leaveword","children":[{"title":"css","children":[{"title":"style.css <span style='color:#111;'> 1.43KB </span>","children":null,"spread":false}],"spread":true},{"title":"cant.php <span style='color:#111;'> 363B </span>","children":null,"spread":false},{"title":"index.php <span style='color:#111;'> 7.52KB </span>","children":null,"spread":false},{"title":"images","children":[{"title":"face","children":[{"title":"5.gif <span style='color:#111;'> 3.77KB </span>","children":null,"spread":false},{"title":"2.gif <span style='color:#111;'> 3.75KB </span>","children":null,"spread":false},{"title":"1.gif <span style='color:#111;'> 4.53KB </span>","children":null,"spread":false},{"title":"8.gif <span style='color:#111;'> 3.24KB </span>","children":null,"spread":false},{"title":"3.gif <span style='color:#111;'> 4.74KB </span>","children":null,"spread":false},{"title":"6.gif <span style='color:#111;'> 3.74KB </span>","children":null,"spread":false},{"title":"11.gif <span style='color:#111;'> 4.32KB </span>","children":null,"spread":false},{"title":"0.gif <span style='color:#111;'> 4.17KB </span>","children":null,"spread":false},{"title":"9.gif <span style='color:#111;'> 4.63KB </span>","children":null,"spread":false},{"title":"7.gif <span style='color:#111;'> 3.87KB </span>","children":null,"spread":false},{"title":"4.gif <span style='color:#111;'> 4.12KB </span>","children":null,"spread":false},{"title":"Thumbs.db <span style='color:#111;'> 114.00KB </span>","children":null,"spread":false},{"title":"10.gif <span style='color:#111;'> 3.66KB </span>","children":null,"spread":false}],"spread":false},{"title":"banner.jpg <span style='color:#111;'> 33.11KB </span>","children":null,"spread":false},{"title":"line_down.gif <span style='color:#111;'> 57B </span>","children":null,"spread":false},{"title":"mark_0.gif <span style='color:#111;'> 74B </span>","children":null,"spread":false},{"title":"mark_s.gif <span style='color:#111;'> 829B </span>","children":null,"spread":false},{"title":"dh_back_1.gif <span style='color:#111;'> 276B </span>","children":null,"spread":false},{"title":"dh_back.gif <span style='color:#111;'> 186B </span>","children":null,"spread":false},{"title":"bottom.gif <span style='color:#111;'> 775B </span>","children":null,"spread":false},{"title":"Thumbs.db <span style='color:#111;'> 45.00KB </span>","children":null,"spread":false},{"title":"biao.gif <span style='color:#111;'> 159B </span>","children":null,"spread":false}],"spread":true},{"title":"deleteleaveword.php <span style='color:#111;'> 262B </span>","children":null,"spread":false},{"title":"data","children":[{"title":"db_messagebook","children":[{"title":"tb_user.MYI <span style='color:#111;'> 2.00KB </span>","children":null,"spread":false},{"title":"tb_leaveword.MYD <span style='color:#111;'> 528B </span>","children":null,"spread":false},{"title":"tb_leaveword.frm <span style='color:#111;'> 8.50KB </span>","children":null,"spread":false},{"title":"db.opt <span style='color:#111;'> 65B </span>","children":null,"spread":false},{"title":"tb_user.MYD <span style='color:#111;'> 804B </span>","children":null,"spread":false},{"title":"tb_user.frm <span style='color:#111;'> 8.73KB </span>","children":null,"spread":false},{"title":"tb_leaveword.MYI <span style='color:#111;'> 2.00KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"code.php <span style='color:#111;'> 689B </span>","children":null,"spread":false},{"title":"bottom.php <span style='color:#111;'> 258B </span>","children":null,"spread":false},{"title":".buildpath <span style='color:#111;'> 174B </span>","children":null,"spread":false},{"title":"left.php <span style='color:#111;'> 4.15KB </span>","children":null,"spread":false},{"title":"editleaveword.php <span style='color:#111;'> 2.90KB </span>","children":null,"spread":false},{"title":"top.php <span style='color:#111;'> 2.36KB </span>","children":null,"spread":false},{"title":"leaveword.php <span style='color:#111;'> 3.34KB </span>","children":null,"spread":false},{"title":".settings","children":[{"title":"org.eclipse.php.core.prefs <span style='color:#111;'> 81B </span>","children":null,"spread":false}],"spread":false},{"title":".project <span style='color:#111;'> 511B </span>","children":null,"spread":false},{"title":"chkuserlogin.php <span style='color:#111;'> 620B </span>","children":null,"spread":false},{"title":"saveleaveword.php <span style='color:#111;'> 701B </span>","children":null,"spread":false},{"title":"conn.php <span style='color:#111;'> 140B </span>","children":null,"spread":false},{"title":"tui.php <span style='color:#111;'> 1005B </span>","children":null,"spread":false},{"title":"select.php <span style='color:#111;'> 1.86KB </span>","children":null,"spread":false},{"title":"logout.php <span style='color:#111;'> 110B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明